Uses of Class
org.glassfish.tyrus.spi.WriterInfo
-
-
Uses of WriterInfo in org.glassfish.tyrus.spi
Methods in org.glassfish.tyrus.spi with parameters of type WriterInfo Modifier and Type Method Description 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.
-