Uses of Class
org.eclipse.jetty.websocket.common.frames.TextFrame
-
Packages that use TextFrame Package Description org.eclipse.jetty.websocket.common.frames org.eclipse.jetty.websocket.common.message Jetty WebSocket Common : Message Handling -
-
Uses of TextFrame in org.eclipse.jetty.websocket.common.frames
Methods in org.eclipse.jetty.websocket.common.frames that return TextFrame Modifier and Type Method Description TextFrameTextFrame. setPayload(java.lang.String str) -
Uses of TextFrame in org.eclipse.jetty.websocket.common.message
Fields in org.eclipse.jetty.websocket.common.message declared as TextFrame Modifier and Type Field Description private TextFrameMessageWriter. frame
-