Class SockState

java.lang.Object
  extended bySockState

class SockState
extends java.lang.Object


Field Summary
 int current_offset
           
 NonblockingSocket nbsock
           
 int num_packets
           
 
Constructor Summary
(package private) SockState(NonblockingSocket sock)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

num_packets

public int num_packets

current_offset

public int current_offset

nbsock

public NonblockingSocket nbsock
Constructor Detail

SockState

SockState(NonblockingSocket sock)