Uses of Class
org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
-
Packages that use AnnotatedEndpointMetadata Package Description org.eclipse.jetty.websocket.jsr356.annotations org.eclipse.jetty.websocket.jsr356.client org.eclipse.jetty.websocket.jsr356.server -
-
Uses of AnnotatedEndpointMetadata in org.eclipse.jetty.websocket.jsr356.annotations
Methods in org.eclipse.jetty.websocket.jsr356.annotations that return AnnotatedEndpointMetadata Modifier and Type Method Description AnnotatedEndpointMetadata<T,C>
JsrEvents. getMetadata()
AnnotatedEndpointMetadata<T,C>
AnnotatedEndpointScanner. scan()
Methods in org.eclipse.jetty.websocket.jsr356.annotations with parameters of type AnnotatedEndpointMetadata Modifier and Type Method Description void
AnnotatedEndpointScanner. onMethodAnnotation(AnnotatedEndpointMetadata<T,C> metadata, java.lang.Class<?> pojo, java.lang.reflect.Method method, java.lang.annotation.Annotation annotation)
Constructors in org.eclipse.jetty.websocket.jsr356.annotations with parameters of type AnnotatedEndpointMetadata Constructor Description AnnotatedEndpointScanner(AnnotatedEndpointMetadata<T,C> metadata)
JsrEvents(AnnotatedEndpointMetadata<T,C> metadata)
-
Uses of AnnotatedEndpointMetadata in org.eclipse.jetty.websocket.jsr356.client
Subclasses of AnnotatedEndpointMetadata in org.eclipse.jetty.websocket.jsr356.client Modifier and Type Class Description class
AnnotatedClientEndpointMetadata
-
Uses of AnnotatedEndpointMetadata in org.eclipse.jetty.websocket.jsr356.server
Subclasses of AnnotatedEndpointMetadata in org.eclipse.jetty.websocket.jsr356.server Modifier and Type Class Description class
AnnotatedServerEndpointMetadata
-