Uses of Interface
org.glassfish.tyrus.core.monitoring.EndpointEventListener
-
Packages that use EndpointEventListener Package Description org.glassfish.tyrus.core Core classes.org.glassfish.tyrus.core.monitoring Monitoring interfaces. -
-
Uses of EndpointEventListener in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core with parameters of type EndpointEventListener Modifier and Type Method Description static AnnotatedEndpointAnnotatedEndpoint. fromClass(java.lang.Class<?> annotatedClass, ComponentProviderService componentProvider, boolean isServerEndpoint, int incomingBufferSize, ErrorCollector collector, EndpointEventListener endpointEventListener)CreateAnnotatedEndpointfrom class.static AnnotatedEndpointAnnotatedEndpoint. fromClass(java.lang.Class<?> annotatedClass, ComponentProviderService componentProvider, boolean isServerEndpoint, int incomingBufferSize, ErrorCollector collector, EndpointEventListener endpointEventListener, java.util.Set<Extension> extensions)CreateAnnotatedEndpointfrom class.Constructors in org.glassfish.tyrus.core with parameters of type EndpointEventListener Constructor Description TyrusEndpointWrapper(Endpoint endpoint, EndpointConfig configuration, ComponentProviderService componentProvider, WebSocketContainer container, java.lang.String contextPath, ServerEndpointConfig.Configurator configurator, TyrusEndpointWrapper.SessionListener sessionListener, ClusterContext clusterContext, EndpointEventListener endpointEventListener, java.lang.Boolean parallelBroadcastEnabled)TyrusEndpointWrapper(java.lang.Class<? extends Endpoint> endpointClass, EndpointConfig configuration, ComponentProviderService componentProvider, WebSocketContainer container, java.lang.String contextPath, ServerEndpointConfig.Configurator configurator, TyrusEndpointWrapper.SessionListener sessionListener, ClusterContext clusterContext, EndpointEventListener endpointEventListener, java.lang.Boolean parallelBroadcastEnabled)CreateTyrusEndpointWrapperfor class that extendsEndpoint. -
Uses of EndpointEventListener in org.glassfish.tyrus.core.monitoring
Fields in org.glassfish.tyrus.core.monitoring declared as EndpointEventListener Modifier and Type Field Description static EndpointEventListenerEndpointEventListener. NO_OPAn instance of @EndpointEventListener that does not do anything.Methods in org.glassfish.tyrus.core.monitoring that return EndpointEventListener Modifier and Type Method Description EndpointEventListenerApplicationEventListener. onEndpointRegistered(java.lang.String endpointPath, java.lang.Class<?> endpointClass)Called when an endpoint has been registered.
-