Interface ServerEndpointMetadata
-
- All Superinterfaces:
org.eclipse.jetty.websocket.jsr356.metadata.EndpointMetadata
- All Known Implementing Classes:
AnnotatedServerEndpointMetadata,SimpleServerEndpointMetadata
public interface ServerEndpointMetadata extends org.eclipse.jetty.websocket.jsr356.metadata.EndpointMetadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerEndpointConfiggetConfig()StringgetPath()
-
-
-
Method Detail
-
getConfig
ServerEndpointConfig getConfig()
-
getPath
String getPath()
-
-