public interface WebSocket
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
close(int statusCode,
String reason) |
boolean |
isOpen() |
void |
send(ByteBuf text) |
void |
send(String text) |
@NonBlocking void close()
@NonBlocking void close(int statusCode, String reason)
boolean isOpen()
@NonBlocking void send(String text)
@NonBlocking void send(ByteBuf text)