com.voytechs.jnetstream.protocol.layer4
Class TCPProtocol.StreamState

java.lang.Object
  extended by com.voytechs.jnetstream.protocol.layer4.TCPProtocol.StreamState
Enclosing class:
TCPProtocol

public class TCPProtocol.StreamState
extends java.lang.Object

Little utility structure


Field Summary
 long finSeq
           
 int finStage
           
 Flow flow
           
 int synStage
           
 
Constructor Summary
TCPProtocol.StreamState(Flow flow)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

flow

public Flow flow

finStage

public int finStage

synStage

public int synStage

finSeq

public long finSeq
Constructor Detail

TCPProtocol.StreamState

public TCPProtocol.StreamState(Flow flow)