Uses of Class
org.glassfish.tyrus.core.DebugContext
Package
Description
Core classes.
URI matching.
-
Uses of DebugContext in org.glassfish.tyrus.core
Modifier and TypeMethodDescriptionTyrusEndpointWrapper.createSessionForRemoteEndpoint
(TyrusWebSocket socket, String subprotocol, List<Extension> extensions, DebugContext debugContext) Creates a Session based on theTyrusWebSocket
, 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. -
Uses of DebugContext in org.glassfish.tyrus.core.uri
Modifier and TypeMethodDescriptionMatch.getAllMatches
(String requestPath, Set<TyrusEndpointWrapper> endpoints, DebugContext debugContext) Return a list of all endpoints with path matching the request path.