Uses of Class
org.glassfish.tyrus.spi.CompletionHandler
-
Packages that use CompletionHandler Package Description org.glassfish.tyrus.container.grizzly.client Grizzly Client container.org.glassfish.tyrus.spi Tyrus SPI. -
-
Uses of CompletionHandler in org.glassfish.tyrus.container.grizzly.client
Methods in org.glassfish.tyrus.container.grizzly.client with parameters of type CompletionHandler Modifier and Type Method Description void
GrizzlyWriter. write(java.nio.ByteBuffer buffer, CompletionHandler<java.nio.ByteBuffer> completionHandler)
-
Uses of CompletionHandler in org.glassfish.tyrus.spi
Methods in org.glassfish.tyrus.spi with parameters of type CompletionHandler Modifier and Type Method Description abstract void
Writer. write(java.nio.ByteBuffer buffer, CompletionHandler<java.nio.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(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.
-