Package | Description |
---|---|
org.glassfish.tyrus.core |
Core classes.
|
org.glassfish.tyrus.core.cluster |
Cluster relates classes and interfaces.
|
org.glassfish.tyrus.core.uri |
URI matching.
|
Modifier and Type | Method and Description |
---|---|
Handshake |
ProtocolHandler.handshake(TyrusEndpointWrapper endpointWrapper,
UpgradeRequest request,
UpgradeResponse response,
ExtendedExtension.ExtensionContext extensionContext)
Server side handshake processing.
|
void |
TyrusWebSocketEngine.unregister(TyrusEndpointWrapper endpointWrapper)
Un-registers the specified
TyrusEndpointWrapper with the WebSocketEngine . |
Constructor and Description |
---|
TyrusWebSocket(ProtocolHandler protocolHandler,
TyrusEndpointWrapper endpointWrapper)
Create new instance, set
ProtocolHandler and register TyrusEndpointWrapper . |
Constructor and Description |
---|
RemoteSession(String sessionId,
ClusterContext clusterContext,
Map<RemoteSession.DistributedMapKey,Object> distributedPropertyMap,
TyrusEndpointWrapper endpointWrapper,
javax.websocket.Session session)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
TyrusEndpointWrapper |
Match.getEndpointWrapper()
Get endpoint wrapper.
|
Modifier and Type | Method and Description |
---|---|
static List<Match> |
Match.getAllMatches(String requestPath,
Set<TyrusEndpointWrapper> endpoints,
DebugContext debugContext)
Return a list of all endpoints with path matching the request path.
|
Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.