Uses of Class
org.glassfish.tyrus.spi.CompletionHandler
Package
Description
Grizzly Client container.
Tyrus SPI.
-
Uses of CompletionHandler in org.glassfish.tyrus.container.grizzly.client
Modifier and TypeMethodDescriptionvoid
GrizzlyWriter.write
(ByteBuffer buffer, CompletionHandler<ByteBuffer> completionHandler) -
Uses of CompletionHandler in org.glassfish.tyrus.spi
Modifier and TypeMethodDescriptionabstract void
Writer.write
(ByteBuffer buffer, CompletionHandler<ByteBuffer> completionHandler) A backward compatible method called fromWriter.write(ByteBuffer, CompletionHandler, WriterInfo)
to handover the data for a connection to the transport.void
Writer.write
(ByteBuffer buffer, CompletionHandler<ByteBuffer> completionHandler, WriterInfo writerInfo) Tyrus runtime calls this method to handover the data for a connection to the transport.