public static interface WebSocketParser.FrameHandler
Modifier and Type | Method and Description |
---|---|
void |
close(int code,
String message) |
void |
onFrame(byte flags,
byte opcode,
Buffer buffer) |
Copyright © 1995–2014 Mort Bay Consulting. All rights reserved.