public class AnnotatedServerEndpointMetadata extends AnnotatedEndpointMetadata<ServerEndpoint,ServerEndpointConfig> implements ServerEndpointMetadata
onBinary, onBinaryStream, onClose, onError, onOpen, onPong, onText, onTextStream| Modifier | Constructor and Description |
|---|---|
protected |
AnnotatedServerEndpointMetadata(Class<?> websocket,
ServerEndpointConfig baseConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
customizeParamsOnClose(LinkedList<IJsrParamId> params) |
void |
customizeParamsOnError(LinkedList<IJsrParamId> params) |
void |
customizeParamsOnMessage(LinkedList<IJsrParamId> params) |
void |
customizeParamsOnOpen(LinkedList<IJsrParamId> params) |
ServerEndpoint |
getAnnotation() |
AnnotatedServerEndpointConfig |
getConfig() |
String |
getPath() |
String |
toString() |
getDecoders, getEncoders, getEndpointClassclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDecoders, getEncoders, getEndpointClassprotected AnnotatedServerEndpointMetadata(Class<?> websocket, ServerEndpointConfig baseConfig) throws DeploymentException
DeploymentExceptionpublic void customizeParamsOnClose(LinkedList<IJsrParamId> params)
customizeParamsOnClose in class AnnotatedEndpointMetadata<ServerEndpoint,ServerEndpointConfig>public void customizeParamsOnError(LinkedList<IJsrParamId> params)
customizeParamsOnError in class AnnotatedEndpointMetadata<ServerEndpoint,ServerEndpointConfig>public void customizeParamsOnOpen(LinkedList<IJsrParamId> params)
customizeParamsOnOpen in class AnnotatedEndpointMetadata<ServerEndpoint,ServerEndpointConfig>public void customizeParamsOnMessage(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 String getPath()
getPath in interface ServerEndpointMetadataCopyright © 1995-2015 Webtide. All Rights Reserved.