public class BasicServerEndpointConfig extends Object implements ServerEndpointConfig
ServerEndpointConfig.Builder, ServerEndpointConfig.Configurator
Constructor and Description |
---|
BasicServerEndpointConfig(Class<?> endpointClass,
String path) |
BasicServerEndpointConfig(ServerEndpointConfig copy) |
Modifier and Type | Method and Description |
---|---|
ServerEndpointConfig.Configurator |
getConfigurator() |
List<Class<? extends Decoder>> |
getDecoders() |
List<Class<? extends Encoder>> |
getEncoders() |
Class<?> |
getEndpointClass() |
List<Extension> |
getExtensions() |
String |
getPath() |
List<String> |
getSubprotocols() |
Map<String,Object> |
getUserProperties() |
public BasicServerEndpointConfig(ServerEndpointConfig copy)
public List<Class<? extends Encoder>> getEncoders()
getEncoders
in interface EndpointConfig
public List<Class<? extends Decoder>> getDecoders()
getDecoders
in interface EndpointConfig
public Map<String,Object> getUserProperties()
getUserProperties
in interface EndpointConfig
public Class<?> getEndpointClass()
getEndpointClass
in interface ServerEndpointConfig
public String getPath()
getPath
in interface ServerEndpointConfig
public List<String> getSubprotocols()
getSubprotocols
in interface ServerEndpointConfig
public List<Extension> getExtensions()
getExtensions
in interface ServerEndpointConfig
public ServerEndpointConfig.Configurator getConfigurator()
getConfigurator
in interface ServerEndpointConfig
Copyright © 1995-2015 Webtide. All Rights Reserved.