| 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(java.lang.String sessionId,
ClusterContext clusterContext,
java.util.Map<RemoteSession.DistributedMapKey,java.lang.Object> distributedPropertyMap,
TyrusEndpointWrapper endpointWrapper,
Session session)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TyrusEndpointWrapper |
Match.getEndpointWrapper()
Get endpoint wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Match> |
Match.getAllMatches(java.lang.String requestPath,
java.util.Set<TyrusEndpointWrapper> endpoints,
DebugContext debugContext)
Return a list of all endpoints with path matching the request path.
|
Copyright © 2012–2020 Oracle Corporation. All rights reserved.