Class SimpleServerEndpointMetadata
- java.lang.Object
-
- org.eclipse.jetty.websocket.jsr356.client.SimpleEndpointMetadata
-
- org.eclipse.jetty.websocket.jsr356.server.SimpleServerEndpointMetadata
-
- All Implemented Interfaces:
org.eclipse.jetty.websocket.jsr356.metadata.EndpointMetadata,ServerEndpointMetadata
public class SimpleServerEndpointMetadata extends org.eclipse.jetty.websocket.jsr356.client.SimpleEndpointMetadata implements ServerEndpointMetadata
-
-
Constructor Summary
Constructors Constructor Description SimpleServerEndpointMetadata(Class<? extends Endpoint> endpointClass, ServerEndpointConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerEndpointConfiggetConfig()StringgetPath()StringtoString()-
Methods inherited from class org.eclipse.jetty.websocket.jsr356.client.SimpleEndpointMetadata
getDecoders, getEncoders, getEndpointClass
-
-
-
-
Constructor Detail
-
SimpleServerEndpointMetadata
public SimpleServerEndpointMetadata(Class<? extends Endpoint> endpointClass, ServerEndpointConfig config)
-
-
Method Detail
-
getConfig
public ServerEndpointConfig getConfig()
- Specified by:
getConfigin interfaceServerEndpointMetadata
-
getPath
public String getPath()
- Specified by:
getPathin interfaceServerEndpointMetadata
-
-