Uses of Class
org.glassfish.tyrus.core.TyrusEndpointWrapper
-
Packages that use TyrusEndpointWrapper Package Description org.glassfish.tyrus.core Core classes.org.glassfish.tyrus.core.cluster Cluster relates classes and interfaces.org.glassfish.tyrus.core.uri URI matching. -
-
Uses of TyrusEndpointWrapper in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core with parameters of type TyrusEndpointWrapper Modifier and Type Method Description HandshakeProtocolHandler. handshake(TyrusEndpointWrapper endpointWrapper, UpgradeRequest request, UpgradeResponse response, ExtendedExtension.ExtensionContext extensionContext)Server side handshake processing.voidTyrusWebSocketEngine. unregister(TyrusEndpointWrapper endpointWrapper)Un-registers the specifiedTyrusEndpointWrapperwith theWebSocketEngine.Constructors in org.glassfish.tyrus.core with parameters of type TyrusEndpointWrapper Constructor Description TyrusWebSocket(ProtocolHandler protocolHandler, TyrusEndpointWrapper endpointWrapper)Create new instance, setProtocolHandlerand registerTyrusEndpointWrapper. -
Uses of TyrusEndpointWrapper in org.glassfish.tyrus.core.cluster
Constructors in org.glassfish.tyrus.core.cluster with parameters of type TyrusEndpointWrapper Constructor Description RemoteSession(java.lang.String sessionId, ClusterContext clusterContext, java.util.Map<RemoteSession.DistributedMapKey,java.lang.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 TyrusEndpointWrapper Modifier and Type Method Description TyrusEndpointWrapperMatch. getEndpointWrapper()Get endpoint wrapper.Method parameters in org.glassfish.tyrus.core.uri with type arguments of type TyrusEndpointWrapper Modifier and Type Method 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.
-