@FunctionalInterface public interface WebSocketSession
| Modifier and Type | Method and Description |
|---|---|
void |
send(byte[] message) |
default void |
send(Object object) |
default void |
send(String message) |
void send(byte[] message) throws IOException
IOExceptiondefault void send(String message) throws IOException
IOExceptiondefault void send(Object object) throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.