EndpointConfig
public interface ServerEndpointConfig extends EndpointConfig
ServerEndpointConfig.Builder
.Modifier and Type | Interface | Description |
---|---|---|
static class |
ServerEndpointConfig.Builder |
|
static class |
ServerEndpointConfig.Configurator |
Modifier and Type | Method | 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-2016 The Apache Software Foundation. All Rights Reserved.