Package | Description |
---|---|
org.snmp4j.smi |
Provides classes for the representation of SMIv1/v2 data types (which also
includes some basic ASN.1 primitive data types).
|
org.snmp4j.transport |
Provides transport protocol mappings for SNMP.
|
Modifier and Type | Class and Description |
---|---|
class |
SshAddress
The
SshAddress represents a SSH transport addresses as defined
by RFC 5592 SnmpSSHAddress textual convention. |
class |
TlsAddress
The
SshAddress represents a SSH transport addresses as defined
by RFC 5953 SnmpTSLAddress textual convention. |
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.
|
TcpAddress |
TcpTransportMapping.getListenAddress() |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultTcpTransportMapping.close(TcpAddress remoteAddress)
Closes a connection to the supplied remote address, if it is open.
|
boolean |
TLSTM.close(TcpAddress remoteAddress)
Closes a connection to the supplied remote address, if it is open.
|
void |
DefaultTcpTransportMapping.sendMessage(TcpAddress address,
byte[] message,
TransportStateReference tmStateReference)
Sends a SNMP message to the supplied address.
|
void |
TLSTM.sendMessage(TcpAddress address,
byte[] message,
TransportStateReference tmStateReference)
Sends a SNMP message to the supplied address.
|
abstract void |
TcpTransportMapping.sendMessage(TcpAddress address,
byte[] message,
TransportStateReference tmStateReference) |
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 © 2013 SNMP4J.org. All rights reserved.