| Package | Description |
|---|---|
| org.glassfish.tyrus.core |
Core classes.
|
| org.glassfish.tyrus.core.uri |
URI matching.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
TyrusEndpointWrapper.createSessionForRemoteEndpoint(TyrusWebSocket socket,
String subprotocol,
List<Extension> extensions,
DebugContext debugContext)
Creates a Session based on the
TyrusWebSocket, subprotocols and extensions. |
void |
TyrusWebSocket.onConnect(UpgradeRequest upgradeRequest,
String subProtocol,
List<Extension> extensions,
String connectionId,
DebugContext debugContext)
This callback will be invoked when the opening handshake between both
endpoints has been completed.
|
| 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-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.