@Deprecated
public static interface WebSocket.Out<A>
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
Close this channel.
|
void |
write(A frame)
Deprecated.
Writes a frame.
|
void write(A frame)
frame
- the frame to writevoid close()