Class WebSocketFrameHelper
java.lang.Object
cool.scx.http.peach.WebSocketFrameHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WebSocketFramereadFrame(cool.scx.io.DataReader reader) static WebSocketFramereadFrameUntilLast(cool.scx.io.DataReader reader) static voidwriteFrame(WebSocketFrame frame, OutputStream out) static voidwriteFrame(WebSocketFrame frame, OutputStream out, int maxFrameSize)
-
Constructor Details
-
WebSocketFrameHelper
public WebSocketFrameHelper()
-
-
Method Details
-
readFrame
-
readFrameUntilLast
-
writeFrame
public static void writeFrame(WebSocketFrame frame, OutputStream out, int maxFrameSize) throws IOException, IOException - Throws:
IOException
-
writeFrame
public static void writeFrame(WebSocketFrame frame, OutputStream out) throws IOException, IOException - Throws:
IOException
-