javax.websocket.EndpointConfig
, javax.websocket.server.ServerEndpointConfig
public class ServerEndpointConfigImpl extends Object implements javax.websocket.server.ServerEndpointConfig
Constructor | Description |
---|---|
ServerEndpointConfigImpl(Class<?> endpointclass,
String path) |
Modifier and Type | Method | Description |
---|---|---|
javax.websocket.server.ServerEndpointConfig.Configurator |
getConfigurator() |
|
List<Class<? extends javax.websocket.Decoder>> |
getDecoders() |
|
List<Class<? extends javax.websocket.Encoder>> |
getEncoders() |
|
Class<?> |
getEndpointClass() |
|
List<javax.websocket.Extension> |
getExtensions() |
|
String |
getPath() |
|
List<String> |
getSubprotocols() |
|
Map<String,Object> |
getUserProperties() |
public Class<?> getEndpointClass()
getEndpointClass
in interface javax.websocket.server.ServerEndpointConfig
public String getPath()
getPath
in interface javax.websocket.server.ServerEndpointConfig
public List<String> getSubprotocols()
getSubprotocols
in interface javax.websocket.server.ServerEndpointConfig
public List<javax.websocket.Extension> getExtensions()
getExtensions
in interface javax.websocket.server.ServerEndpointConfig
public javax.websocket.server.ServerEndpointConfig.Configurator getConfigurator()
getConfigurator
in interface javax.websocket.server.ServerEndpointConfig
public List<Class<? extends javax.websocket.Encoder>> getEncoders()
getEncoders
in interface javax.websocket.EndpointConfig
public List<Class<? extends javax.websocket.Decoder>> getDecoders()
getDecoders
in interface javax.websocket.EndpointConfig
Copyright © 2018. All rights reserved.