All Packages This Package Class Hierarchy Class Search Index
Class edu.utah.janos.core.PacketWorker
java.lang.Object
|
+----edu.utah.janos.core.PacketWorker
class PacketWorker
extends java.lang.Object
implements java.lang.Runnable
{
// Fields 6
final BufferHandle bufferHandle;
DeliverFunc deliverFunc;
final Flow flow;
PacketWorker nextFree;
int payloadStart;
final WorkItem workItem;
// Constructors 1
PacketWorker(Flow);
// Methods 4
private static void addToFreeList(FlowState, PacketWorker);
static PacketWorker getFree(Flow);
static void init(Flow);
public void run();
}
Used by Channel.
XXX could this be a subclass of WorkItem?
- Returned By:
- PacketWorker.getFree()
final Flow flow
PacketWorker nextFree
final WorkItem workItem
final BufferHandle bufferHandle
int payloadStart
DeliverFunc deliverFunc
PacketWorker(Flow flow)
static void init(Flow flow)
static PacketWorker getFree(Flow flow)
public void run()
- Implements:
- run in interface Runnable
private static void addToFreeList(FlowState state,
PacketWorker p)
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7