Uses of Enum
org.eclipse.jetty.websocket.jsr356.MessageType
Packages that use MessageType
Package
Description
-
Uses of MessageType in org.eclipse.jetty.websocket.jsr356
Subclasses with type arguments of type MessageType in org.eclipse.jetty.websocket.jsr356Methods in org.eclipse.jetty.websocket.jsr356 that return MessageTypeModifier and TypeMethodDescriptionstatic MessageTypeReturns 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 TypeMethodDescriptionvoidIJsrMethod.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 MessageTypeCoderMetadata.messageTypeThe 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 voidDecoderMetadataSet.register(Class<?> type, Class<? extends javax.websocket.Decoder> decoder, MessageType msgType, boolean streamed) protected final voidEncoderMetadataSet.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)