Uses of Enum
org.eclipse.jetty.websocket.jsr356.MessageType
Packages that use MessageType
Package
Description
-
Uses of MessageType in org.eclipse.jetty.websocket.jsr356
Methods in org.eclipse.jetty.websocket.jsr356 that return MessageTypeModifier and TypeMethodDescriptionstatic MessageType
Returns the enum constant of this type with the specified name.static MessageType[]
MessageType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jetty.websocket.jsr356 with parameters of type MessageType -
Uses of MessageType in org.eclipse.jetty.websocket.jsr356.annotations
Methods in org.eclipse.jetty.websocket.jsr356.annotations that return MessageTypeModifier and TypeMethodDescriptionIJsrMethod.getMessageType()
The type of message this method can handleMethods in org.eclipse.jetty.websocket.jsr356.annotations with parameters of type MessageTypeModifier and TypeMethodDescriptionvoid
IJsrMethod.setMessageType
(MessageType type) The type of message this method can handle -
Uses of MessageType in org.eclipse.jetty.websocket.jsr356.metadata
Fields in org.eclipse.jetty.websocket.jsr356.metadata declared as MessageTypeModifier and TypeFieldDescriptionprivate final MessageType
CoderMetadata.messageType
The Basic type of message the decoder handlesMethods in org.eclipse.jetty.websocket.jsr356.metadata that return MessageTypeMethods in org.eclipse.jetty.websocket.jsr356.metadata with parameters of type MessageTypeModifier and TypeMethodDescriptionprotected final void
DecoderMetadataSet.register
(Class<?> type, Class<? extends javax.websocket.Decoder> decoder, MessageType msgType, boolean streamed) protected final void
EncoderMetadataSet.register
(Class<?> type, Class<? extends javax.websocket.Encoder> encoder, MessageType msgType, boolean streamed) Constructors in org.eclipse.jetty.websocket.jsr356.metadata with parameters of type MessageTypeModifierConstructorDescriptionCoderMetadata
(Class<? extends T> coderClass, Class<?> objType, MessageType messageType, boolean streamed) DecoderMetadata
(Class<? extends javax.websocket.Decoder> coderClass, Class<?> objType, MessageType messageType, boolean streamed) EncoderMetadata
(Class<? extends javax.websocket.Encoder> coderClass, Class<?> objType, MessageType messageType, boolean streamed)