Package | Description |
---|---|
org.glassfish.tyrus.core |
Core classes.
|
org.glassfish.tyrus.core.uri |
URI matching.
|
Modifier and Type | Method and Description |
---|---|
javax.websocket.Session |
TyrusEndpointWrapper.createSessionForRemoteEndpoint(TyrusWebSocket socket,
String subprotocol,
List<javax.websocket.Extension> extensions,
DebugContext debugContext)
Creates a Session based on the
TyrusWebSocket , subprotocols and extensions. |
void |
TyrusWebSocket.onConnect(UpgradeRequest upgradeRequest,
String subProtocol,
List<javax.websocket.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-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.