Uses of Interface
org.eclipse.jetty.websocket.jsr356.server.ServerEndpointMetadata
Packages that use ServerEndpointMetadata
-
Uses of ServerEndpointMetadata in org.eclipse.jetty.websocket.jsr356.server
Classes in org.eclipse.jetty.websocket.jsr356.server that implement ServerEndpointMetadataModifier and TypeClassDescriptionclassclassFields in org.eclipse.jetty.websocket.jsr356.server declared as ServerEndpointMetadataMethods in org.eclipse.jetty.websocket.jsr356.server that return ServerEndpointMetadataModifier and TypeMethodDescriptionServerContainer.getServerEndpointMetadata(Class<?> endpoint, javax.websocket.server.ServerEndpointConfig config) Methods in org.eclipse.jetty.websocket.jsr356.server with parameters of type ServerEndpointMetadataModifier and TypeMethodDescriptionprivate voidServerContainer.addEndpoint(ServerEndpointMetadata metadata) Constructors in org.eclipse.jetty.websocket.jsr356.server with parameters of type ServerEndpointMetadataModifierConstructorDescriptionJsrCreator(WebSocketContainerScope containerScope, ServerEndpointMetadata metadata, ExtensionFactory extensionFactory)