Uses of Class
org.glassfish.tyrus.spi.CompletionHandler
Packages that use CompletionHandler
Package
Description
Grizzly Client container.
Tyrus SPI.
-
Uses of CompletionHandler in org.glassfish.tyrus.container.grizzly.client
Methods in org.glassfish.tyrus.container.grizzly.client with parameters of type CompletionHandlerModifier and TypeMethodDescriptionvoidGrizzlyWriter.write(ByteBuffer buffer, CompletionHandler<ByteBuffer> completionHandler) -
Uses of CompletionHandler in org.glassfish.tyrus.spi
Methods in org.glassfish.tyrus.spi with parameters of type CompletionHandlerModifier and TypeMethodDescriptionabstract voidWriter.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.voidWriter.write(ByteBuffer buffer, CompletionHandler<ByteBuffer> completionHandler, WriterInfo writerInfo) Tyrus runtime calls this method to handover the data for a connection to the transport.