Uses of Interface
org.eclipse.jetty.websocket.jsr356.metadata.EndpointMetadata
-
-
Uses of EndpointMetadata in org.eclipse.jetty.websocket.jsr356
Methods in org.eclipse.jetty.websocket.jsr356 that return EndpointMetadata Modifier and Type Method Description EndpointMetadata
ClientContainer. getClientEndpointMetadata(java.lang.Class<?> endpoint, javax.websocket.EndpointConfig config)
EndpointMetadata
JsrSession. getEndpointMetadata()
-
Uses of EndpointMetadata in org.eclipse.jetty.websocket.jsr356.annotations
Classes in org.eclipse.jetty.websocket.jsr356.annotations that implement EndpointMetadata Modifier and Type Class Description class
AnnotatedEndpointMetadata<T extends java.lang.annotation.Annotation,C extends javax.websocket.EndpointConfig>
Static reference to a specific annotated classes metadata. -
Uses of EndpointMetadata in org.eclipse.jetty.websocket.jsr356.client
Classes in org.eclipse.jetty.websocket.jsr356.client that implement EndpointMetadata Modifier and Type Class Description class
AnnotatedClientEndpointMetadata
class
SimpleEndpointMetadata
BasicEndpointMetadata
for an WebSocket that extends fromEndpoint
-
Uses of EndpointMetadata in org.eclipse.jetty.websocket.jsr356.endpoints
Fields in org.eclipse.jetty.websocket.jsr356.endpoints declared as EndpointMetadata Modifier and Type Field Description protected EndpointMetadata
AbstractJsrEventDriver. metadata
Methods in org.eclipse.jetty.websocket.jsr356.endpoints that return EndpointMetadata Modifier and Type Method Description EndpointMetadata
AbstractJsrEventDriver. getMetadata()
EndpointMetadata
EndpointInstance. getMetadata()
Constructors in org.eclipse.jetty.websocket.jsr356.endpoints with parameters of type EndpointMetadata Constructor Description EndpointInstance(java.lang.Object endpoint, javax.websocket.EndpointConfig config, EndpointMetadata metadata)
-
Uses of EndpointMetadata in org.eclipse.jetty.websocket.jsr356.server
Subinterfaces of EndpointMetadata in org.eclipse.jetty.websocket.jsr356.server Modifier and Type Interface Description interface
ServerEndpointMetadata
Classes in org.eclipse.jetty.websocket.jsr356.server that implement EndpointMetadata Modifier and Type Class Description class
AnnotatedServerEndpointMetadata
class
SimpleServerEndpointMetadata
-