Uses of Interface
org.eclipse.jetty.websocket.jsr356.server.ServerEndpointMetadata
-
Packages that use ServerEndpointMetadata Package Description org.eclipse.jetty.websocket.jsr356.server -
-
Uses of ServerEndpointMetadata in org.eclipse.jetty.websocket.jsr356.server
Classes in org.eclipse.jetty.websocket.jsr356.server that implement ServerEndpointMetadata Modifier and Type Class Description class
AnnotatedServerEndpointMetadata
class
SimpleServerEndpointMetadata
Fields in org.eclipse.jetty.websocket.jsr356.server declared as ServerEndpointMetadata Modifier and Type Field Description private ServerEndpointMetadata
JsrCreator. metadata
Methods in org.eclipse.jetty.websocket.jsr356.server that return ServerEndpointMetadata Modifier and Type Method Description ServerEndpointMetadata
ServerContainer. getServerEndpointMetadata(java.lang.Class<?> endpoint, javax.websocket.server.ServerEndpointConfig config)
Methods in org.eclipse.jetty.websocket.jsr356.server with parameters of type ServerEndpointMetadata Modifier and Type Method Description private void
ServerContainer. addEndpoint(ServerEndpointMetadata metadata)
Constructors in org.eclipse.jetty.websocket.jsr356.server with parameters of type ServerEndpointMetadata Constructor Description JsrCreator(WebSocketContainerScope containerScope, ServerEndpointMetadata metadata, ExtensionFactory extensionFactory)
-