public class WicketServerEndpointConfig extends Object implements javax.websocket.server.ServerEndpointConfig
Constructor and Description |
---|
WicketServerEndpointConfig() |
Modifier and Type | Method and 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 © 2015. All rights reserved.