public interface IncomingFrames
Modifier and Type | Method and Description |
---|---|
void |
incomingError(Throwable t) |
void |
incomingFrame(Frame frame)
Process the incoming frame.
|
void incomingError(Throwable t)
void incomingFrame(Frame frame)
Note: if you need to hang onto any information from the frame, be sure to copy it, as the information contained in the Frame will be released and/or reused by the implementation.
frame
- the frame to processCopyright © 1995-2015 Webtide. All Rights Reserved.