Uses of Class
org.glassfish.tyrus.core.TyrusEndpointWrapper
Package
Description
Core classes.
Cluster relates classes and interfaces.
URI matching.
-
Uses of TyrusEndpointWrapper in org.glassfish.tyrus.core
Modifier and TypeMethodDescriptionProtocolHandler.handshake
(TyrusEndpointWrapper endpointWrapper, UpgradeRequest request, UpgradeResponse response, ExtendedExtension.ExtensionContext extensionContext) Server side handshake processing.void
TyrusWebSocketEngine.unregister
(TyrusEndpointWrapper endpointWrapper) Un-registers the specifiedTyrusEndpointWrapper
with theWebSocketEngine
.ModifierConstructorDescriptionTyrusWebSocket
(ProtocolHandler protocolHandler, TyrusEndpointWrapper endpointWrapper) Create new instance, setProtocolHandler
and registerTyrusEndpointWrapper
. -
Uses of TyrusEndpointWrapper in org.glassfish.tyrus.core.cluster
ModifierConstructorDescriptionRemoteSession
(String sessionId, ClusterContext clusterContext, Map<RemoteSession.DistributedMapKey, Object> distributedPropertyMap, TyrusEndpointWrapper endpointWrapper, Session session) Constructor. -
Uses of TyrusEndpointWrapper 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.