public class SimpleServerEndpointMetadata extends SimpleEndpointMetadata implements ServerEndpointMetadata
| Constructor and Description |
|---|
SimpleServerEndpointMetadata(Class<? extends javax.websocket.Endpoint> endpointClass,
javax.websocket.server.ServerEndpointConfig config) |
| Modifier and Type | Method and Description |
|---|---|
javax.websocket.server.ServerEndpointConfig |
getConfig() |
String |
getPath() |
String |
toString() |
getDecoders, getEncoders, getEndpointClassclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDecoders, getEncoders, getEndpointClasspublic SimpleServerEndpointMetadata(Class<? extends javax.websocket.Endpoint> endpointClass, javax.websocket.server.ServerEndpointConfig config)
public javax.websocket.server.ServerEndpointConfig getConfig()
getConfig in interface ServerEndpointMetadatapublic String getPath()
getPath in interface ServerEndpointMetadataCopyright © 1995-2018 Webtide. All Rights Reserved.