Package | Description |
---|---|
org.glassfish.tyrus.core | |
org.glassfish.tyrus.core.cluster | |
org.glassfish.tyrus.core.uri |
Modifier and Type | Method and Description |
---|---|
Handshake |
ProtocolHandler.handshake(TyrusEndpointWrapper endpointWrapper,
UpgradeRequest request,
UpgradeResponse response,
ExtendedExtension.ExtensionContext extensionContext)
Server side.
|
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 |
---|
ClusterSession(String sessionId,
ClusterContext clusterContext,
Map<ClusterSession.DistributedMapKey,Object> distributedPropertyMap,
TyrusEndpointWrapper endpointWrapper,
Session session)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
TyrusEndpointWrapper |
Match.getEndpointWrapper()
Get
TyrusEndpointWrapper . |
Modifier and Type | Method and Description |
---|---|
static List<Match> |
Match.getAllMatches(String incoming,
Set<TyrusEndpointWrapper> thingsWithPath)
Return a list of all matches, in order of match preference, best match last.
|
static Match |
Match.getBestMatch(String incoming,
Set<TyrusEndpointWrapper> thingsWithPath)
Returns null, or a Match object
|
Copyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.