Uses of Class
org.glassfish.tyrus.spi.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 voidWriter. 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.voidWriter. 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.
-