Package org.glassfish.tyrus.spi
Class WriterInfo
java.lang.Object
org.glassfish.tyrus.spi.WriterInfo
Additional data for the transport.
- Since:
- 1.17
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Possible WebSocket Message Types.static enum
-
Constructor Summary
ConstructorDescriptionWriterInfo
(WriterInfo.MessageType messageType, WriterInfo.RemoteEndpointType remoteEndpointType) Create newWriterData
instance -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
WriterInfo
public WriterInfo(WriterInfo.MessageType messageType, WriterInfo.RemoteEndpointType remoteEndpointType) Create newWriterData
instance- Parameters:
messageType
- The outbound message typeremoteEndpointType
- The outbound message remote endpoint
-
-
Method Details
-
getMessageType
-
getRemoteEndpointType
-