| 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,
                              java.lang.String subprotocol,
                              java.util.List<Extension> extensions,
                              DebugContext debugContext)Creates a Session based on the  TyrusWebSocket, subprotocols and extensions. | 
| void | TyrusWebSocket. onConnect(UpgradeRequest upgradeRequest,
         java.lang.String subProtocol,
         java.util.List<Extension> extensions,
         java.lang.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 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.