public class ConversationKey extends Object
Constructor and Description |
---|
ConversationKey(String location,
Integer protocol,
String srcIp,
Integer srcPort,
String dstIp,
Integer dstPort) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDstIp() |
Integer |
getDstPort() |
String |
getLocation() |
Integer |
getProtocol() |
String |
getSrcIp() |
Integer |
getSrcPort() |
int |
hashCode() |
String |
toString() |
Copyright © 2019. All rights reserved.