Uses of Class
org.glassfish.tyrus.core.TyrusWebSocket
Packages that use TyrusWebSocket
Package
Description
Core classes.
WebSocket frame representations.
-
Uses of TyrusWebSocket in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core with parameters of type TyrusWebSocketModifier and TypeMethodDescriptionTyrusEndpointWrapper.createSessionForRemoteEndpoint
(TyrusWebSocket socket, String subprotocol, List<Extension> extensions, DebugContext debugContext) Creates a Session based on theTyrusWebSocket
, subprotocols and extensions.void
ProtocolHandler.process
(Frame frame, TyrusWebSocket socket) TODO.void
ProtocolHandler.setWebSocket
(TyrusWebSocket webSocket) Client side. -
Uses of TyrusWebSocket in org.glassfish.tyrus.core.frame
Methods in org.glassfish.tyrus.core.frame with parameters of type TyrusWebSocketModifier and TypeMethodDescriptionvoid
BinaryFrame.respond
(TyrusWebSocket socket) void
CloseFrame.respond
(TyrusWebSocket socket) void
PingFrame.respond
(TyrusWebSocket socket) void
PongFrame.respond
(TyrusWebSocket socket) void
TextFrame.respond
(TyrusWebSocket socket) abstract void
TyrusFrame.respond
(TyrusWebSocket socket) Execution part of frame processing.