Uses of Class
org.glassfish.tyrus.spi.WriterInfo
Packages that use WriterInfo
-
Uses of WriterInfo in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core with parameters of type WriterInfoModifier and TypeMethodDescriptionvoidProtocolHandler.send(byte[] data, SendHandler handler, WriterInfo writerInfo) ProtocolHandler.send(byte[] data, WriterInfo writerInfo) voidProtocolHandler.send(String data, SendHandler handler, WriterInfo writerInfo) ProtocolHandler.send(String data, WriterInfo writerInfo) TyrusWebSocket.sendBinary(byte[] bytes, boolean last, WriterInfo writerInfo) Sends a fragment of a complete message.TyrusWebSocket.sendBinary(byte[] bytes, int off, int len, boolean last, WriterInfo writerInfo) Sends a fragment of a complete message.voidTyrusWebSocket.sendBinary(byte[] data, SendHandler handler, WriterInfo writerInfo) Send a binary frame to the remote endpoint.TyrusWebSocket.sendBinary(byte[] data, WriterInfo writerInfo) Send a binary frame to the remote endpoint.TyrusWebSocket.sendText(String fragment, boolean last, WriterInfo writerInfo) Sends a fragment of a complete message.voidTyrusWebSocket.sendText(String data, SendHandler handler, WriterInfo writerInfo) Send a text frame to the remote endpoint.TyrusWebSocket.sendText(String data, WriterInfo writerInfo) Send a text frame to the remote endpoint.ProtocolHandler.stream(boolean last, byte[] bytes, int off, int len, WriterInfo writerInfo) ProtocolHandler.stream(boolean last, String fragment, WriterInfo writerInfo) -
Uses of WriterInfo in org.glassfish.tyrus.spi
Methods in org.glassfish.tyrus.spi with parameters of type WriterInfoModifier and TypeMethodDescriptionvoidWriter.write(ByteBuffer buffer, CompletionHandler<ByteBuffer> completionHandler, WriterInfo writerInfo) Tyrus runtime calls this method to handover the data for a connection to the transport.