All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----edu.utah.janos.core.CutThroughChannel
| Summary |
public final class CutThroughChannel
extends java.lang.Object
{
// Fields 2
private final InChannel inFrom;
private final OutChannel outTo;
// Constructors 1
public CutThroughChannel(Flow, DemultiplexKey, ThreadPool, Address) throws IOException;
}
Java wrapper for a CutThroughChannel.
Implemented on top of UDP for the moment.
See Also: InChannel, OutChannel
| Fields |
· outTo | Summary | Top |
private final OutChannel outTo
The OutChan this CutThrough forwards to.
· inFrom | Summary | Top |
private final InChannel inFrom
The InChan this CutThrough receives from.
| Constructors |
· CutThroughChannel | Summary | Top |
public CutThroughChannel(Flow flow,
DemultiplexKey classifier,
ThreadPool threadPool,
Address destAddr) throws IOException
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7