org.jnetpcap.protocol.tcpip
Class TcpStreamEvent
java.lang.Object
org.jnetpcap.packet.analysis.AbstractAnalyzerEvent<TcpStreamEvent.Type>
org.jnetpcap.protocol.tcpip.TcpStreamEvent
- All Implemented Interfaces:
- AnalyzerEvent
public class TcpStreamEvent
- extends AbstractAnalyzerEvent<TcpStreamEvent.Type>
Tcp event dispatched from TcpAnalyzer.
- Author:
- Mark Bednarczyk, Sly Technologies, Inc.
|
Constructor Summary |
TcpStreamEvent(TcpAnalyzer source,
TcpStreamEvent.Type type,
TcpDuplexStream duplex)
|
TcpStreamEvent(TcpAnalyzer source,
TcpStreamEvent.Type type,
TcpDuplexStream duplex,
JPacket packet)
|
TcpStreamEvent(TcpAnalyzer source,
TcpStreamEvent.Type type,
TcpDuplexStream duplex,
TcpStream stream,
JPacket packet)
|
TcpStreamEvent(TcpAnalyzer source,
TcpStreamEvent.Type type,
TcpStream stream)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
TcpStreamEvent
public TcpStreamEvent(TcpAnalyzer source,
TcpStreamEvent.Type type,
TcpDuplexStream duplex,
TcpStream stream,
JPacket packet)
TcpStreamEvent
public TcpStreamEvent(TcpAnalyzer source,
TcpStreamEvent.Type type,
TcpDuplexStream duplex,
JPacket packet)
TcpStreamEvent
public TcpStreamEvent(TcpAnalyzer source,
TcpStreamEvent.Type type,
TcpDuplexStream duplex)
TcpStreamEvent
public TcpStreamEvent(TcpAnalyzer source,
TcpStreamEvent.Type type,
TcpStream stream)
- Parameters:
source - type -
getStream
public final TcpStream getStream()
getPacket
public JPacket getPacket()
- Returns:
getDuplex
public final TcpDuplexStream getDuplex()
- Returns:
- the duplex
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
uniDirectionalHashCode
public int uniDirectionalHashCode()
- Returns: