Uses of Class
org.glassfish.tyrus.spi.WriterInfo
-
Uses of WriterInfo in org.glassfish.tyrus.core
Modifier and TypeMethodDescriptionvoid
ProtocolHandler.send
(byte[] data, SendHandler handler, WriterInfo writerInfo) ProtocolHandler.send
(byte[] data, WriterInfo writerInfo) void
ProtocolHandler.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.void
TyrusWebSocket.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.void
TyrusWebSocket.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
Modifier and TypeMethodDescriptionvoid
Writer.write
(ByteBuffer buffer, CompletionHandler<ByteBuffer> completionHandler, WriterInfo writerInfo) Tyrus runtime calls this method to handover the data for a connection to the transport.