Extensionpublic interface IncomingFrames
| Modifier and Type | Method | Description |
|---|---|---|
void |
incomingError(java.lang.Throwable t) |
|
void |
incomingFrame(Frame frame) |
Process the incoming frame.
|
void incomingError(java.lang.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–2017 Webtide. All rights reserved.