private static class FramePipes.In2Out extends java.lang.Object implements IncomingFrames
Modifier and Type | Field and Description |
---|---|
private OutgoingFrames |
outgoing |
Constructor and Description |
---|
In2Out(OutgoingFrames outgoing) |
Modifier and Type | Method and Description |
---|---|
void |
incomingFrame(Frame frame)
Process the incoming frame.
|
private OutgoingFrames outgoing
public In2Out(OutgoingFrames outgoing)
public void incomingFrame(Frame frame)
IncomingFrames
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.
incomingFrame
in interface IncomingFrames
frame
- the frame to process