| 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 used by this transport mapping for
sending and receiving messages.
|
| 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 © 2014 SNMP4J.org. All rights reserved.