Uses of Class
org.glassfish.tyrus.core.ProtocolHandler
-
Packages that use ProtocolHandler Package Description org.glassfish.tyrus.core Core classes. -
-
Uses of ProtocolHandler in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core that return ProtocolHandler Modifier and Type Method Description abstract ProtocolHandler
Version. createHandler(boolean mask, MaskingKeyGenerator maskingKeyGenerator)
Constructors in org.glassfish.tyrus.core with parameters of type ProtocolHandler Constructor Description TyrusWebSocket(ProtocolHandler protocolHandler, TyrusEndpointWrapper endpointWrapper)
Create new instance, setProtocolHandler
and registerTyrusEndpointWrapper
.
-