javax.websocket.EndpointConfig
, javax.websocket.server.ServerEndpointConfig
public class ServerEndpointConfigImpl
extends java.lang.Object
implements javax.websocket.server.ServerEndpointConfig
Constructor | Description |
---|---|
ServerEndpointConfigImpl(java.lang.Class<?> endpointclass,
java.lang.String path) |
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 ServerEndpointConfigImpl(java.lang.Class<?> endpointclass, java.lang.String path)
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
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
Copyright © 2018. All rights reserved.