Package | Description |
---|---|
org.glassfish.tyrus.container.grizzly.client |
Grizzly Client container.
|
org.glassfish.tyrus.spi |
Tyrus SPI.
|
Modifier and Type | Method and Description |
---|---|
void |
GrizzlyWriter.write(java.nio.ByteBuffer buffer,
CompletionHandler<java.nio.ByteBuffer> completionHandler) |
Modifier and Type | Method and Description |
---|---|
abstract void |
Writer.write(java.nio.ByteBuffer buffer,
CompletionHandler<java.nio.ByteBuffer> completionHandler)
A backward compatible method called from
Writer.write(ByteBuffer, CompletionHandler, WriterInfo)
to handover the data for a connection
to the transport. |
void |
Writer.write(java.nio.ByteBuffer buffer,
CompletionHandler<java.nio.ByteBuffer> completionHandler,
WriterInfo writerInfo)
Tyrus runtime calls this method to handover the data for a connection
to the transport.
|
Copyright © 2012–2020 Oracle Corporation. All rights reserved.