Class Netflow9UdpParser.SessionKey
- java.lang.Object
-
- org.opennms.netmgt.telemetry.protocols.netflow.parser.Netflow9UdpParser.SessionKey
-
- All Implemented Interfaces:
UdpSessionManager.SessionKey
- Enclosing class:
- Netflow9UdpParser
public static class Netflow9UdpParser.SessionKey extends Object implements UdpSessionManager.SessionKey
-
-
Constructor Summary
Constructors Constructor Description SessionKey(InetAddress remoteAddress, InetSocketAddress localAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDescription()
InetAddress
getRemoteAddress()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
SessionKey
public SessionKey(InetAddress remoteAddress, InetSocketAddress localAddress)
-
-
Method Detail
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceUdpSessionManager.SessionKey
-
getRemoteAddress
public InetAddress getRemoteAddress()
- Specified by:
getRemoteAddress
in interfaceUdpSessionManager.SessionKey
-
-