public class SimpleServerEndpointMetadata extends SimpleEndpointMetadata implements ServerEndpointMetadata
| Constructor and Description |
|---|
SimpleServerEndpointMetadata(java.lang.Class<? extends javax.websocket.Endpoint> endpointClass,
javax.websocket.server.ServerEndpointConfig config) |
| Modifier and Type | Method and Description |
|---|---|
javax.websocket.server.ServerEndpointConfig |
getConfig() |
java.lang.String |
getPath() |
java.lang.String |
toString() |
getDecoders, getEncoders, getEndpointClassclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDecoders, getEncoders, getEndpointClass, maxBinaryMessageSize, maxTextMessageSizepublic SimpleServerEndpointMetadata(java.lang.Class<? extends javax.websocket.Endpoint> endpointClass,
javax.websocket.server.ServerEndpointConfig config)
public javax.websocket.server.ServerEndpointConfig getConfig()
getConfig in interface ServerEndpointMetadatapublic java.lang.String getPath()
getPath in interface ServerEndpointMetadatapublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 1995–2023 Webtide. All rights reserved.