Package | Description |
---|---|
org.snmp4j.transport |
Provides transport protocol mappings for SNMP.
|
Modifier and Type | Field and Description |
---|---|
protected UdpAddress |
UdpTransportMapping.udpAddress |
Modifier and Type | Method and Description |
---|---|
UdpAddress |
UdpTransportMapping.getAddress()
Returns the transport address that is configured for this transport mapping for
sending and receiving messages.
|
UdpAddress |
DefaultUdpTransportMapping.getListenAddress() |
UdpAddress |
UdpTransportMapping.getListenAddress() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultUdpTransportMapping.sendMessage(UdpAddress targetAddress,
byte[] message,
TransportStateReference tmStateReference) |
abstract void |
UdpTransportMapping.sendMessage(UdpAddress address,
byte[] message,
TransportStateReference tmStateReference) |
Constructor and Description |
---|
DefaultUdpTransportMapping(UdpAddress udpAddress)
Creates a UDP transport on the specified address.
|
DefaultUdpTransportMapping(UdpAddress udpAddress,
boolean reuseAddress)
Creates a UDP transport with optional reusing the address if is currently
in timeout state (TIME_WAIT) after the connection is closed.
|
UdpTransportMapping(UdpAddress udpAddress) |
Copyright © 2017 SNMP4J.org. All rights reserved.