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, getEndpointClass
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDecoders, getEncoders, getEndpointClass
protected AnnotatedServerEndpointMetadata(Class<?> websocket, ServerEndpointConfig baseConfig) throws DeploymentException
DeploymentException
public 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 ServerEndpointMetadata
getConfig
in class AnnotatedEndpointMetadata<ServerEndpoint,ServerEndpointConfig>
public String getPath()
getPath
in interface ServerEndpointMetadata
Copyright © 1995-2015 Webtide. All Rights Reserved.