- All Superinterfaces:
- MessageHandler
- Enclosing interface:
- MessageHandler
public static interface MessageHandler.Basic<T>
extends MessageHandler
This kind of handler is notified by the container on arrival of a complete message. If the message is received in parts,
the container buffers it until it is has been fully received before this method is called. The allowed types for T
are String, ByteBuffer, byte[], Reader, InputStream, PongMessage, and any developer object for which there
is a corresponding Decoder configured.
- Since:
- DRAFT 002