| Package | Description |
|---|---|
| org.eclipse.jetty.websocket.jsr356 | |
| org.eclipse.jetty.websocket.jsr356.annotations | |
| org.eclipse.jetty.websocket.jsr356.metadata |
| Modifier and Type | Method and Description |
|---|---|
static MessageType |
MessageType.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
MessageHandlerWrapper |
JsrSession.getMessageHandlerWrapper(MessageType type) |
| Modifier and Type | Method and Description |
|---|---|
MessageType |
IJsrMethod.getMessageType()
The type of message this method can handle
|
| Modifier and Type | Method and Description |
|---|---|
void |
IJsrMethod.setMessageType(MessageType type)
The type of message this method can handle
|
| Modifier and Type | Method and Description |
|---|---|
MessageType |
CoderMetadata.getMessageType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DecoderMetadataSet.register(Class<?> type,
Class<? extends Decoder> decoder,
MessageType msgType,
boolean streamed) |
protected void |
EncoderMetadataSet.register(Class<?> type,
Class<? extends Encoder> encoder,
MessageType msgType,
boolean streamed) |
| Constructor and Description |
|---|
CoderMetadata(Class<? extends T> coderClass,
Class<?> objType,
MessageType messageType,
boolean streamed) |
DecoderMetadata(Class<? extends Decoder> coderClass,
Class<?> objType,
MessageType messageType,
boolean streamed) |
EncoderMetadata(Class<? extends Encoder> coderClass,
Class<?> objType,
MessageType messageType,
boolean streamed) |
Copyright © 1995-2014 Mort Bay Consulting. All Rights Reserved.