static class SharedSocket.VirtualSocket
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| (package private) java.io.RandomAccessFile | diskQueueI/O Stream for disk packet queue. | 
| (package private) int | idThe stream ID of the stream objects owning this state. | 
| (package private) int | inputPktsTotal of input packets in memory or disk. | 
| (package private) java.util.LinkedList | pktQueueMemory resident packet queue. | 
| (package private) int | pktsOnDiskNumber of packets cached to disk. | 
| (package private) java.io.File | queueFileFile object for disk packet queue. | 
| Modifier | Constructor and Description | 
|---|---|
| private  | SharedSocket.VirtualSocket(int streamId)Construct object to hold state information for each caller. | 
final int id
final java.util.LinkedList pktQueue
java.io.File queueFile
java.io.RandomAccessFile diskQueue
int pktsOnDisk
int inputPkts
Generated on June 8 2013