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 | Description |
---|---|---|
class |
DtlsAddress |
The
TlsAddress represents a TLS transport addresses as defined
by RFC 5953 SnmpTSLAddress textual convention. |
Constructor | Description |
---|---|
DtlsAddress(UdpAddress udpAddress) |
Modifier and Type | Field | Description |
---|---|---|
protected UdpAddress |
UdpTransportMapping.udpAddress |
Modifier and Type | Method | 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 | Description |
---|---|---|
boolean |
DTLSTM.close(UdpAddress remoteAddress) |
Closes a connection to the supplied remote address, if it is open.
|
protected java.util.List<java.net.DatagramPacket> |
DefaultUdpTransportMapping.prepareOutPackets(UdpAddress targetAddress,
byte[] message,
TransportStateReference tmStateReference,
java.net.DatagramSocket socket) |
Prepare an application message for sending over the network to the specified target address.
|
protected java.util.List<java.net.DatagramPacket> |
DTLSTM.prepareOutPackets(UdpAddress targetAddress,
byte[] message,
TransportStateReference tmStateReference,
java.net.DatagramSocket socket) |
|
void |
DefaultUdpTransportMapping.sendMessage(UdpAddress targetAddress,
byte[] message,
TransportStateReference tmStateReference) |
|
abstract void |
UdpTransportMapping.sendMessage(UdpAddress address,
byte[] message,
TransportStateReference tmStateReference) |
Constructor | 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.
|
DTLSTM(UdpAddress address) |
Creates a TLS transport mapping with the server for incoming
messages bind to the given address.
|
DTLSTM(TlsTmSecurityCallback<java.security.cert.X509Certificate> securityCallback,
UdpAddress serverAddress) |
Creates a DTLS transport mapping that binds to the given address
(interface) on the local host.
|
DTLSTM(TlsTmSecurityCallback<java.security.cert.X509Certificate> securityCallback,
UdpAddress serverAddress,
CounterSupport counterSupport) |
Creates a TLS transport mapping that binds to the given address
(interface) on the local host.
|
UdpTransportMapping(UdpAddress udpAddress) |
Copyright © 2018 SNMP4J.org. All rights reserved.