public interface ServerEndpointConfig extends EndpointConfig
ServerEndpointConfig.Builder
.Modifier and Type | Interface and Description |
---|---|
static class |
ServerEndpointConfig.Builder |
static class |
ServerEndpointConfig.Configurator |
Modifier and Type | Method and Description |
---|---|
ServerEndpointConfig.Configurator |
getConfigurator() |
java.lang.Class<?> |
getEndpointClass() |
java.util.List<Extension> |
getExtensions() |
java.lang.String |
getPath()
Returns the path at which this WebSocket server endpoint has been
registered.
|
java.util.List<java.lang.String> |
getSubprotocols() |
getDecoders, getEncoders, getUserProperties
java.lang.Class<?> getEndpointClass()
java.lang.String getPath()
java.util.List<java.lang.String> getSubprotocols()
java.util.List<Extension> getExtensions()
ServerEndpointConfig.Configurator getConfigurator()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.