All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----edu.utah.janos.nodeos.pj_CutThroughChannel
Summary |
class pj_CutThroughChannel extends java.lang.Object { // Fields 2 private final pj_InChannel inFrom; private final pj_OutChannel outTo; // Constructors 1 pj_CutThroughChannel(pj_Flow, pj_DemultiplexKey, String, String, String, String, Address) throws IOException, PacketAddressFormatException, ProtocolSpecFormatException; // Methods 3 void destroy(); void native_addBuffer(pj_BufferHandle); pj_BufferHandle native_remBuffer(); }
Pure Java implementation of a CutThroughChannel.
See Also: pj_InChannel, pj_OutChannel, CutThroughChannel
Cross Reference |
Fields |
· outTo | Summary | Top |
private final pj_OutChannel outTo
The OutChan this CutThrough forwards to.
· inFrom | Summary | Top |
private final pj_InChannel inFrom
The InChan this CutThrough receives from.
Constructors |
· pj_CutThroughChannel | Summary | Top |
pj_CutThroughChannel(pj_Flow flow, pj_DemultiplexKey classifier, String inProtocolSpec, String outProtocolSpec, String inAddressSpec, String outAddressSpec, Address destAddr) throws IOException, PacketAddressFormatException, ProtocolSpecFormatException
Methods |
· native_addBuffer | Summary | Top |
void native_addBuffer(pj_BufferHandle pb)
Add a buffer to the channel
· native_remBuffer | Summary | Top |
pj_BufferHandle native_remBuffer()
Remove a buffer from the channel
· destroy | Summary | Top |
void destroy()
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7