Package | Description |
---|---|
org.glassfish.tyrus.core |
Core classes.
|
org.glassfish.tyrus.core.monitoring |
Monitoring interfaces.
|
Modifier and Type | Method and Description |
---|---|
static AnnotatedEndpoint |
AnnotatedEndpoint.fromClass(Class<?> annotatedClass,
ComponentProviderService componentProvider,
boolean isServerEndpoint,
int incomingBufferSize,
ErrorCollector collector,
EndpointEventListener endpointEventListener)
Create
AnnotatedEndpoint from class. |
Constructor and Description |
---|
TyrusEndpointWrapper(Class<? extends javax.websocket.Endpoint> endpointClass,
javax.websocket.EndpointConfig configuration,
ComponentProviderService componentProvider,
javax.websocket.WebSocketContainer container,
String contextPath,
javax.websocket.server.ServerEndpointConfig.Configurator configurator,
TyrusEndpointWrapper.SessionListener sessionListener,
ClusterContext clusterContext,
EndpointEventListener endpointEventListener,
Boolean parallelBroadcastEnabled)
Create
TyrusEndpointWrapper for class that extends Endpoint . |
TyrusEndpointWrapper(javax.websocket.Endpoint endpoint,
javax.websocket.EndpointConfig configuration,
ComponentProviderService componentProvider,
javax.websocket.WebSocketContainer container,
String contextPath,
javax.websocket.server.ServerEndpointConfig.Configurator configurator,
TyrusEndpointWrapper.SessionListener sessionListener,
ClusterContext clusterContext,
EndpointEventListener endpointEventListener,
Boolean parallelBroadcastEnabled)
|
Modifier and Type | Field and Description |
---|---|
static EndpointEventListener |
EndpointEventListener.NO_OP
An instance of @EndpointEventListener that does not do anything.
|
Modifier and Type | Method and Description |
---|---|
EndpointEventListener |
ApplicationEventListener.onEndpointRegistered(String endpointPath,
Class<?> endpointClass)
Called when an endpoint has been registered.
|
Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.