| Package | Description |
|---|---|
| org.snmp4j.transport |
Provides transport protocol mappings for SNMP.
|
| Modifier and Type | Field and Description |
|---|---|
protected TcpAddress |
TcpTransportMapping.tcpAddress |
| Modifier and Type | Method and Description |
|---|---|
TcpAddress |
TcpTransportMapping.getAddress()
Returns the transport address that is used by this transport mapping for
sending and receiving messages.
|
| Constructor and Description |
|---|
DefaultTcpTransportMapping(TcpAddress serverAddress)
Creates a default TCP transport mapping that binds to the given address
(interface) on the local host.
|
TcpTransportMapping(TcpAddress tcpAddress) |
Copyright © 2014 SNMP4J.org. All rights reserved.