Uses of Class
org.snmp4j.smi.TlsAddress
-
Packages that use TlsAddress Package Description org.snmp4j.transport Provides transport protocol mappings for SNMP.org.snmp4j.util Contains table retrieval utilities and multi-threading support classes as well as miscellaneous utility classes. -
-
Uses of TlsAddress in org.snmp4j.transport
Methods in org.snmp4j.transport that return TlsAddress Modifier and Type Method Description protected TlsAddress
TLSTM. createIncomingAddress(java.net.Socket s)
Constructors in org.snmp4j.transport with parameters of type TlsAddress Constructor Description TLSTM(TlsAddress address)
Creates a TLS transport mapping with the server for incoming messages bind to the given address.TLSTM(TlsAddress address, boolean serverEnabled)
Creates a TLS transport mapping with the server for incoming messages bind to the given address.TLSTM(TlsTmSecurityCallback<java.security.cert.X509Certificate> securityCallback, TlsAddress serverAddress)
Creates a TLS transport mapping that binds to the given address (interface) on the local host.TLSTM(TlsTmSecurityCallback<java.security.cert.X509Certificate> securityCallback, TlsAddress serverAddress, CounterSupport counterSupport)
Creates a TLS transport mapping that binds to the given address (interface) on the local host.TLSTM(TlsTmSecurityCallback<java.security.cert.X509Certificate> securityCallback, TlsAddress serverAddress, CounterSupport counterSupport, boolean serverEnabled)
Creates a TLS transport mapping that binds to the given address (interface) on the local host. -
Uses of TlsAddress in org.snmp4j.util
Methods in org.snmp4j.util with parameters of type TlsAddress Modifier and Type Method Description SnmpBuilder
SnmpBuilder. tls(TlsTmSecurityCallback<java.security.cert.X509Certificate> securityCallback, java.lang.String[] tlsProtocolVersions, TlsAddress... listenAddresses)
SnmpBuilder
SnmpBuilder. tls(TlsTmSecurityCallback<java.security.cert.X509Certificate> securityCallback, TlsAddress... listenAddresses)
-