Uses of Interface
org.eclipse.jetty.websocket.jsr356.metadata.EndpointMetadata
Packages that use EndpointMetadata
Package
Description
-
Uses of EndpointMetadata in org.eclipse.jetty.websocket.jsr356
Fields in org.eclipse.jetty.websocket.jsr356 declared as EndpointMetadataFields in org.eclipse.jetty.websocket.jsr356 with type parameters of type EndpointMetadataModifier and TypeFieldDescriptionprivate final Map
<Class<?>, EndpointMetadata> ClientContainer.endpointClientMetadataCache
Tracking for all declared Client endpointsMethods in org.eclipse.jetty.websocket.jsr356 that return EndpointMetadataModifier and TypeMethodDescriptionClientContainer.getClientEndpointMetadata
(Class<?> endpoint, javax.websocket.EndpointConfig config) JsrSession.getEndpointMetadata()
-
Uses of EndpointMetadata in org.eclipse.jetty.websocket.jsr356.annotations
Classes in org.eclipse.jetty.websocket.jsr356.annotations that implement EndpointMetadataModifier and TypeClassDescriptionclass
AnnotatedEndpointMetadata<T extends 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 EndpointMetadataModifier and TypeClassDescriptionclass
class
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 EndpointMetadataModifier and TypeFieldDescriptionprotected final EndpointMetadata
AbstractJsrEventDriver.metadata
private final EndpointMetadata
EndpointInstance.metadata
The metadata for this endpointMethods in org.eclipse.jetty.websocket.jsr356.endpoints that return EndpointMetadataModifier and TypeMethodDescriptionAbstractJsrEventDriver.getMetadata()
EndpointInstance.getMetadata()
Constructors in org.eclipse.jetty.websocket.jsr356.endpoints with parameters of type EndpointMetadataModifierConstructorDescriptionEndpointInstance
(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.serverClasses in org.eclipse.jetty.websocket.jsr356.server that implement EndpointMetadataModifier and TypeClassDescriptionclass
class