Uses of Class
org.glassfish.tyrus.core.TyrusEndpointWrapper
Packages that use TyrusEndpointWrapper
Package
Description
Core classes.
Cluster relates classes and interfaces.
URI matching.
-
Uses of TyrusEndpointWrapper in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core with parameters of type TyrusEndpointWrapperModifier 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
.Constructors in org.glassfish.tyrus.core with parameters of type TyrusEndpointWrapperModifierConstructorDescriptionTyrusWebSocket
(ProtocolHandler protocolHandler, TyrusEndpointWrapper endpointWrapper) Create new instance, setProtocolHandler
and registerTyrusEndpointWrapper
. -
Uses of TyrusEndpointWrapper in org.glassfish.tyrus.core.cluster
Constructors in org.glassfish.tyrus.core.cluster with parameters of type TyrusEndpointWrapperModifierConstructorDescriptionRemoteSession
(String sessionId, ClusterContext clusterContext, Map<RemoteSession.DistributedMapKey, Object> distributedPropertyMap, TyrusEndpointWrapper endpointWrapper, Session session) Constructor. -
Uses of TyrusEndpointWrapper in org.glassfish.tyrus.core.uri
Methods in org.glassfish.tyrus.core.uri that return TyrusEndpointWrapperMethod parameters in org.glassfish.tyrus.core.uri with type arguments of type TyrusEndpointWrapperModifier and TypeMethodDescriptionMatch.getAllMatches
(String requestPath, Set<TyrusEndpointWrapper> endpoints, DebugContext debugContext) Return a list of all endpoints with path matching the request path.