javax.websocket.EndpointConfig
, javax.websocket.server.ServerEndpointConfig
PathParamServerEndpointConfig
public class BasicServerEndpointConfig
extends java.lang.Object
implements javax.websocket.server.ServerEndpointConfig
Constructor | Description |
---|---|
BasicServerEndpointConfig(WebSocketContainerScope containerScope,
java.lang.Class<?> endpointClass,
java.lang.String path) |
|
BasicServerEndpointConfig(WebSocketContainerScope containerScope,
javax.websocket.server.ServerEndpointConfig copy) |
Modifier and Type | Method | Description |
---|---|---|
javax.websocket.server.ServerEndpointConfig.Configurator |
getConfigurator() |
|
java.util.List<java.lang.Class<? extends javax.websocket.Decoder>> |
getDecoders() |
|
java.util.List<java.lang.Class<? extends javax.websocket.Encoder>> |
getEncoders() |
|
java.lang.Class<?> |
getEndpointClass() |
|
java.util.List<javax.websocket.Extension> |
getExtensions() |
|
java.lang.String |
getPath() |
|
java.util.List<java.lang.String> |
getSubprotocols() |
|
java.util.Map<java.lang.String,java.lang.Object> |
getUserProperties() |
public BasicServerEndpointConfig(WebSocketContainerScope containerScope, java.lang.Class<?> endpointClass, java.lang.String path)
public BasicServerEndpointConfig(WebSocketContainerScope containerScope, javax.websocket.server.ServerEndpointConfig copy)
public java.util.List<java.lang.Class<? extends javax.websocket.Encoder>> getEncoders()
getEncoders
in interface javax.websocket.EndpointConfig
public java.util.List<java.lang.Class<? extends javax.websocket.Decoder>> getDecoders()
getDecoders
in interface javax.websocket.EndpointConfig
public java.util.Map<java.lang.String,java.lang.Object> getUserProperties()
getUserProperties
in interface javax.websocket.EndpointConfig
public java.lang.Class<?> getEndpointClass()
getEndpointClass
in interface javax.websocket.server.ServerEndpointConfig
public java.lang.String getPath()
getPath
in interface javax.websocket.server.ServerEndpointConfig
public java.util.List<java.lang.String> getSubprotocols()
getSubprotocols
in interface javax.websocket.server.ServerEndpointConfig
public java.util.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
Copyright © 1995–2018 Webtide. All rights reserved.