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