EndpointMetadata, ServerEndpointMetadatapublic class AnnotatedServerEndpointMetadata extends AnnotatedEndpointMetadata<ServerEndpoint,ServerEndpointConfig> implements ServerEndpointMetadata
onBinary, onBinaryStream, onClose, onError, onOpen, onPong, onText, onTextStream| Modifier | Constructor | Description |
|---|---|---|
protected |
AnnotatedServerEndpointMetadata(org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope containerScope,
java.lang.Class<?> websocket,
ServerEndpointConfig baseConfig) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
customizeParamsOnClose(java.util.LinkedList<IJsrParamId> params) |
|
void |
customizeParamsOnError(java.util.LinkedList<IJsrParamId> params) |
|
void |
customizeParamsOnMessage(java.util.LinkedList<IJsrParamId> params) |
|
void |
customizeParamsOnOpen(java.util.LinkedList<IJsrParamId> params) |
|
ServerEndpoint |
getAnnotation() |
|
AnnotatedServerEndpointConfig |
getConfig() |
|
java.lang.String |
getPath() |
|
java.lang.String |
toString() |
getDecoders, getEncoders, getEndpointClass, maxBinaryMessageSize, maxTextMessageSize, setMaxBinaryMessageSize, setMaxTextMessageSizegetDecoders, getEncoders, getEndpointClass, maxBinaryMessageSize, maxTextMessageSizeprotected AnnotatedServerEndpointMetadata(org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope containerScope,
java.lang.Class<?> websocket,
ServerEndpointConfig baseConfig)
throws DeploymentException
DeploymentExceptionpublic void customizeParamsOnClose(java.util.LinkedList<IJsrParamId> params)
customizeParamsOnClose in class AnnotatedEndpointMetadata<ServerEndpoint,ServerEndpointConfig>public void customizeParamsOnError(java.util.LinkedList<IJsrParamId> params)
customizeParamsOnError in class AnnotatedEndpointMetadata<ServerEndpoint,ServerEndpointConfig>public void customizeParamsOnOpen(java.util.LinkedList<IJsrParamId> params)
customizeParamsOnOpen in class AnnotatedEndpointMetadata<ServerEndpoint,ServerEndpointConfig>public void customizeParamsOnMessage(java.util.LinkedList<IJsrParamId> params)
customizeParamsOnMessage in class AnnotatedEndpointMetadata<ServerEndpoint,ServerEndpointConfig>public ServerEndpoint getAnnotation()
getAnnotation in class AnnotatedEndpointMetadata<ServerEndpoint,ServerEndpointConfig>public AnnotatedServerEndpointConfig getConfig()
getConfig in interface ServerEndpointMetadatagetConfig in class AnnotatedEndpointMetadata<ServerEndpoint,ServerEndpointConfig>public java.lang.String getPath()
getPath in interface ServerEndpointMetadatapublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 1995–2018 Webtide. All rights reserved.