public interface OutgoingFrames
| Modifier and Type | Method and Description |
|---|---|
void |
outgoingFrame(Frame frame,
WriteCallback callback,
BatchMode batchMode)
A frame, and optional callback, intended for the network layer.
|
void outgoingFrame(Frame frame, WriteCallback callback, BatchMode batchMode)
frame - the frame to eventually write to the network layer.callback - the callback to notify when the frame is written.batchMode - the batch mode requested by the sender.Copyright © 1995-2015 Webtide. All Rights Reserved.