static class SharedSocket.VirtualSocket
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.io.RandomAccessFile |
diskQueue
I/O Stream for disk packet queue.
|
(package private) int |
id
The stream ID of the stream objects owning this state.
|
(package private) int |
inputPkts
Total of input packets in memory or disk.
|
(package private) java.util.LinkedList |
pktQueue
Memory resident packet queue.
|
(package private) int |
pktsOnDisk
Number of packets cached to disk.
|
(package private) java.io.File |
queueFile
File 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