|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebSocketEncoder<T>
Encodes an object as a web-socket message.
Method Summary | |
---|---|
void |
encode(WebSocketContext ws,
T value)
|
void |
flush(WebSocketContext ws)
|
Method Detail |
---|
void encode(WebSocketContext ws, T value) throws java.io.IOException
java.io.IOException
void flush(WebSocketContext ws) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |