EndpointConfig, ServerEndpointConfigpublic class AnnotatedServerEndpointConfig extends java.lang.Object implements ServerEndpointConfig
ServerEndpointConfig.Builder, ServerEndpointConfig.Configurator| Constructor | Description |
|---|---|
AnnotatedServerEndpointConfig(org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope containerScope,
java.lang.Class<?> endpointClass,
ServerEndpoint anno) |
|
AnnotatedServerEndpointConfig(org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope containerScope,
java.lang.Class<?> endpointClass,
ServerEndpoint anno,
ServerEndpointConfig baseConfig) |
| Modifier and Type | Method | Description |
|---|---|---|
ServerEndpointConfig.Configurator |
getConfigurator() |
|
java.util.List<java.lang.Class<? extends Decoder>> |
getDecoders() |
|
java.util.List<java.lang.Class<? extends Encoder>> |
getEncoders() |
|
java.lang.Class<?> |
getEndpointClass() |
|
java.util.List<Extension> |
getExtensions() |
|
java.lang.String |
getPath() |
|
java.util.List<java.lang.String> |
getSubprotocols() |
|
java.util.Map<java.lang.String,java.lang.Object> |
getUserProperties() |
|
java.lang.String |
toString() |
public AnnotatedServerEndpointConfig(org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope containerScope,
java.lang.Class<?> endpointClass,
ServerEndpoint anno)
throws DeploymentException
DeploymentExceptionpublic AnnotatedServerEndpointConfig(org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope containerScope,
java.lang.Class<?> endpointClass,
ServerEndpoint anno,
ServerEndpointConfig baseConfig)
throws DeploymentException
DeploymentExceptionpublic ServerEndpointConfig.Configurator getConfigurator()
getConfigurator in interface ServerEndpointConfigpublic java.util.List<java.lang.Class<? extends Decoder>> getDecoders()
getDecoders in interface EndpointConfigpublic java.util.List<java.lang.Class<? extends Encoder>> getEncoders()
getEncoders in interface EndpointConfigpublic java.lang.Class<?> getEndpointClass()
getEndpointClass in interface ServerEndpointConfigpublic java.util.List<Extension> getExtensions()
getExtensions in interface ServerEndpointConfigpublic java.lang.String getPath()
getPath in interface ServerEndpointConfigpublic java.util.List<java.lang.String> getSubprotocols()
getSubprotocols in interface ServerEndpointConfigpublic java.util.Map<java.lang.String,java.lang.Object> getUserProperties()
getUserProperties in interface EndpointConfigpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 1995–2018 Webtide. All rights reserved.