Package org.glassfish.tyrus.core.frame
WebSocket frame representations.
-
Class Summary Class Description BinaryFrame Binary frame representation.CloseFrame Close frame representation.Frame WebSocket frame representation.Frame.Builder Frame builder.PingFrame Ping frame representation.PongFrame Pong frame representation.TextFrame Text frame representation.TyrusFrame Frame representation used in Tyrus runtime. -
Enum Summary Enum Description TyrusFrame.FrameType An Enumeration of frame types.