- AbstractSnmpUtility - Class in org.snmp4j.util
-
The AbstractSnmpUtility
is an abstract base class for
convenience utility classes to retrieve SNMP data.
- AbstractSnmpUtility(Session, PDUFactory) - Constructor for class org.snmp4j.util.AbstractSnmpUtility
-
Creates a AbstractSnmpUtility
instance.
- AbstractTarget - Class in org.snmp4j
-
A AbstractTarget
class is an abstract representation of a remote
SNMP entity.
- AbstractTarget() - Constructor for class org.snmp4j.AbstractTarget
-
Default constructor
- AbstractTarget(Address) - Constructor for class org.snmp4j.AbstractTarget
-
Creates a SNMPv3 target with no retries and a timeout of one second.
- AbstractTarget(Address, OctetString) - Constructor for class org.snmp4j.AbstractTarget
-
- AbstractTransportMapping<A extends Address> - Class in org.snmp4j.transport
-
The AbstractTransportMapping
provides an abstract
implementation for the message dispatcher list and the maximum inbound
message size.
- AbstractTransportMapping() - Constructor for class org.snmp4j.transport.AbstractTransportMapping
-
- AbstractVariable - Class in org.snmp4j.smi
-
The Variable
abstract class is the base class for all SNMP
variables.
- AbstractVariable() - Constructor for class org.snmp4j.smi.AbstractVariable
-
The abstract Variable
class serves as the base class for all
specific SNMP syntax types.
- add(OID, Counter32) - Method in class org.snmp4j.mp.DefaultCounterListener
-
Adds a counter to this counter listener.
- add(VariableBinding) - Method in class org.snmp4j.PDU
-
Adds a variable binding to this PDU.
- addAcceptedIssuerDN(String) - Method in class org.snmp4j.transport.tls.DefaultTlsTmSecurityCallback
-
- addAcceptedSubjectDN(String) - Method in class org.snmp4j.transport.tls.DefaultTlsTmSecurityCallback
-
- addAll(VariableBinding[]) - Method in class org.snmp4j.PDU
-
- addAll(List<? extends VariableBinding>) - Method in class org.snmp4j.PDU
-
- addAllOIDs(VariableBinding[]) - Method in class org.snmp4j.PDU
-
Adds new
VariableBindings
each with the OID of the
corresponding variable binding of the supplied array to this PDU (see
PDU.addOID(VariableBinding vb)
).
- addAuthenticationFailureListener(AuthenticationFailureListener) - Method in class org.snmp4j.MessageDispatcherImpl
-
Adds a listener for authentication failure events caused by unauthenticated
incoming messages.
- addAuthenticationProtocol(AuthenticationProtocol) - Method in class org.snmp4j.security.SecurityProtocols
-
- addBufferToReadBuffer(DefaultTcpTransportMapping.SocketEntry, ByteBuffer) - Method in class org.snmp4j.transport.DefaultTcpTransportMapping
-
- addCommandResponder(CommandResponder) - Method in interface org.snmp4j.MessageDispatcher
-
- addCommandResponder(CommandResponder) - Method in class org.snmp4j.MessageDispatcherImpl
-
- addCommandResponder(CommandResponder) - Method in class org.snmp4j.Snmp
-
Adds a CommandResponder
to this SNMP session.
- addCommandResponder(CommandResponder) - Method in class org.snmp4j.util.MultiThreadedMessageDispatcher
-
- addCounterListener(CounterListener) - Method in class org.snmp4j.MessageDispatcherImpl
-
Adds a CounterListener
.
- addCounterListener(CounterListener) - Method in class org.snmp4j.mp.CounterSupport
-
Adds a CounterListener
.
- addDefaultProtocols() - Method in class org.snmp4j.security.SecurityProtocols
-
Add the default SecurityProtocols.
- ADDED_ENGINE_ID - Static variable in class org.snmp4j.event.SnmpEngineEvent
-
- addEngineID(Address, OctetString) - Method in class org.snmp4j.mp.MPv3
-
Adds an engine ID (other than the local engine ID) to the internal storage.
- addEngineIdToCache(Address, OctetString) - Method in class org.snmp4j.mp.MPv3
-
Put the engine ID for the given address into the internal cache.
- addEntry(StateReference<?>) - Method in class org.snmp4j.mp.MPv3.Cache
-
Adds a StateReference
to the cache.
- addEntry(UsmTimeEntry) - Method in class org.snmp4j.security.UsmTimeTable
-
- addLocalCertMapping(Address, String) - Method in class org.snmp4j.transport.tls.DefaultTlsTmSecurityCallback
-
Map a target address to a local certificate alias.
- addLocalizedUser(byte[], OctetString, OID, byte[], OID, byte[]) - Method in class org.snmp4j.security.USM
-
Adds a localized user to the USM.
- addMessageIDs(List<MessageID>) - Method in class org.snmp4j.mp.StateReference
-
- addMessageProcessingModel(MessageProcessingModel) - Method in interface org.snmp4j.MessageDispatcher
-
- addMessageProcessingModel(MessageProcessingModel) - Method in class org.snmp4j.MessageDispatcherImpl
-
Adds a message processing model to this message dispatcher.
- addMessageProcessingModel(MessageProcessingModel) - Method in class org.snmp4j.util.MultiThreadedMessageDispatcher
-
- addNotificationListener(TransportMapping, Address, CommandResponder) - Method in class org.snmp4j.Snmp
-
Adds a notification listener to this Snmp instance.
- addNotificationListener(Address, CommandResponder) - Method in class org.snmp4j.Snmp
-
Adds a notification listener to this Snmp instance.
- addOID(VariableBinding) - Method in class org.snmp4j.PDU
-
Adds a new variable binding to this PDU by using the OID of the supplied
VariableBinding
.
- addPrivacyProtocol(PrivacyProtocol) - Method in class org.snmp4j.security.SecurityProtocols
-
- Address - Interface in org.snmp4j.smi
-
The Address
interface serves as a base class for all SNMP
transport addresses.
- ADDRESS_TYPES_PROPERTIES - Static variable in class org.snmp4j.smi.GenericAddress
-
- addSecurityModel(SecurityModel) - Method in class org.snmp4j.security.SecurityModels
-
Adds a security model to the central repository of security models.
- addSecurityNameMapping(OctetString, SecurityNameMapping.CertMappingType, OctetString, OctetString) - Method in class org.snmp4j.transport.tls.DefaultTlsTmSecurityCallback
-
Adds a mapping to derive a security name from a certificate.
- addSnmpEngineListener(SnmpEngineListener) - Method in class org.snmp4j.mp.MPv3
-
Adds a SNMP engine listener that needs to be informed about changes to the engine ID cache.
- addTask(SchedulerTask) - Method in class org.snmp4j.util.TaskScheduler
-
Adds a task to the scheduler.
- addTransportListener(TransportListener) - Method in class org.snmp4j.transport.AbstractTransportMapping
-
- addTransportListener(TransportListener) - Method in interface org.snmp4j.transport.ssh.SshSession
-
- addTransportListener(TransportListener) - Method in interface org.snmp4j.TransportMapping
-
Adds a transport listener to the transport.
- addTransportMapping(TransportMapping<? extends Address>) - Method in interface org.snmp4j.MessageDispatcher
-
- addTransportMapping(TransportMapping) - Method in class org.snmp4j.MessageDispatcherImpl
-
Adds a transport mapping.
- addTransportMapping(TransportMapping<? extends Address>) - Method in class org.snmp4j.Snmp
-
Adds a TransportMapping
to this SNMP session.
- addTransportMapping(TransportMapping<? extends Address>) - Method in class org.snmp4j.util.MultiThreadedMessageDispatcher
-
- addTransportStateListener(TransportStateListener) - Method in interface org.snmp4j.transport.ConnectionOrientedTransportMapping
-
Adds a transport state listener that is to be informed about connection
state changes.
- addTransportStateListener(TransportStateListener) - Method in class org.snmp4j.transport.TcpTransportMapping
-
- addUser(OctetString, UsmUser) - Method in class org.snmp4j.security.USM
-
Adds an USM user to the internal user name table.
- addUser(UsmUser) - Method in class org.snmp4j.security.USM
-
Adds an USM user to the internal user name table.
- addUser(OctetString, OctetString, UsmUser) - Method in class org.snmp4j.security.USM
-
Adds an USM user to the internal user name table and associates it with
an authoritative engine ID.
- addUser(UsmUserEntry) - Method in class org.snmp4j.security.UsmUserTable
-
- addUsmUserEntry(UsmUserEntry) - Method in class org.snmp4j.security.USM
-
Adds an USM user to the internal user name table.
- addUsmUserListener(UsmUserListener) - Method in class org.snmp4j.security.USM
-
Adds a UsmUserListener
that should be informed whenever the
internal USM user table is changed.
- addValues2Option(String, List, Map<String, List<?>>) - Method in class org.snmp4j.util.ArgumentParser
-
- AGENTPP_ENTERPRISE_ID - Static variable in class org.snmp4j.SNMP4JSettings
-
The enterprise ID of AGENT++ which is the root OID also for SNMP4J.
- ALL - Static variable in class org.snmp4j.log.LogLevel
-
- ANY_IPADDRESS - Static variable in class org.snmp4j.smi.IpAddress
-
- append(byte) - Method in class org.snmp4j.smi.OctetString
-
Appends a single byte to this octet string.
- append(byte[]) - Method in class org.snmp4j.smi.OctetString
-
Appends an array of bytes to this octet string.
- append(OctetString) - Method in class org.snmp4j.smi.OctetString
-
Appends an octet string.
- append(String) - Method in class org.snmp4j.smi.OctetString
-
Appends the supplied string to this OctetString
.
- append(String) - Method in class org.snmp4j.smi.OID
-
Appends a dotted String OID to this OID
.
- append(OID) - Method in class org.snmp4j.smi.OID
-
Appends an OID
to this OID.
- append(int) - Method in class org.snmp4j.smi.OID
-
Appends a sub-identifier to this OID.
- appendUnsigned(long) - Method in class org.snmp4j.smi.OID
-
Appends an unsigned long sub-identifier value to this OID.
- applyContextInfoToScopedPDU(PDU) - Method in class org.snmp4j.util.DefaultPDUFactory
-
Sets context engine ID and context name members on the given PDU if that PDU
is a
ScopedPDU
.
- ArgumentFormat() - Constructor for class org.snmp4j.util.ArgumentParser.ArgumentFormat
-
- ArgumentParameter() - Constructor for class org.snmp4j.util.ArgumentParser.ArgumentParameter
-
- ArgumentParseException(int, String, ArgumentParser.ArgumentFormat, ArgumentParser.ArgumentParameter) - Constructor for exception org.snmp4j.util.ArgumentParser.ArgumentParseException
-
- ArgumentParseException(String, int, String, ArgumentParser.ArgumentFormat, ArgumentParser.ArgumentParameter) - Constructor for exception org.snmp4j.util.ArgumentParser.ArgumentParseException
-
- ArgumentParser - Class in org.snmp4j.util
-
The ArgumentParser
parsers a command line array into Java
objects and associates each object with the corresponding command line option
according to predefined schemes for options and parameters.
- ArgumentParser(String, String) - Constructor for class org.snmp4j.util.ArgumentParser
-
Creates an argument parser with the specified option and parameter formats.
- ArgumentParser.ArgumentFormat - Class in org.snmp4j.util
-
- ArgumentParser.ArgumentParameter - Class in org.snmp4j.util
-
- ArgumentParser.ArgumentParseException - Exception in org.snmp4j.util
-
- array - Variable in class org.snmp4j.security.DecryptParams
-
- asHex(byte[]) - Static method in class org.snmp4j.security.PrivAES
-
Turns array of bytes into string
- ASN_APPLICATION - Static variable in class org.snmp4j.asn1.BER
-
- ASN_BIT8 - Static variable in class org.snmp4j.asn1.BER
-
- ASN_BIT_STR - Static variable in class org.snmp4j.asn1.BER
-
- ASN_BOOLEAN - Static variable in class org.snmp4j.asn1.BER
-
- ASN_CONSTRUCTOR - Static variable in class org.snmp4j.asn1.BER
-
- ASN_CONTEXT - Static variable in class org.snmp4j.asn1.BER
-
- ASN_EXTENSION_ID - Static variable in class org.snmp4j.asn1.BER
-
- ASN_INTEGER - Static variable in class org.snmp4j.asn1.BER
-
- ASN_LONG_LEN - Static variable in class org.snmp4j.asn1.BER
-
- ASN_NULL - Static variable in class org.snmp4j.asn1.BER
-
- ASN_OBJECT_ID - Static variable in class org.snmp4j.asn1.BER
-
- ASN_OCTET_STR - Static variable in class org.snmp4j.asn1.BER
-
- ASN_PRIMITIVE - Static variable in class org.snmp4j.asn1.BER
-
- ASN_PRIVATE - Static variable in class org.snmp4j.asn1.BER
-
- ASN_SEQUENCE - Static variable in class org.snmp4j.asn1.BER
-
- ASN_SET - Static variable in class org.snmp4j.asn1.BER
-
- ASN_UNIVERSAL - Static variable in class org.snmp4j.asn1.BER
-
- AssignableFromByteArray - Interface in org.snmp4j.smi
-
The AssignableFromByteArray
interface describes objects whose
value can be set from a byte array and converted back to a byte array.
- AssignableFromIntArray - Interface in org.snmp4j.smi
-
The AssignableFromIntArray
interface describes objects whose
value can be set from an int array and converted back to an int array.
- AssignableFromInteger - Interface in org.snmp4j.smi
-
- AssignableFromLong - Interface in org.snmp4j.smi
-
- AssignableFromString - Interface in org.snmp4j.smi
-
- asyncMsgProcessingSupported - Variable in class org.snmp4j.transport.AbstractTransportMapping
-
- AUTH_NOPRIV - Static variable in enum org.snmp4j.security.SecurityLevel
-
Authentication and no encryption.
- AUTH_PRIV - Static variable in enum org.snmp4j.security.SecurityLevel
-
Authentication and encryption.
- authenticate(byte[], byte[], int, int, ByteArrayWindow) - Method in interface org.snmp4j.security.AuthenticationProtocol
-
Authenticates an outgoing message.
- authenticate(byte[], byte[], int, int, ByteArrayWindow) - Method in class org.snmp4j.security.AuthGeneric
-
- authenticationFailure(AuthenticationFailureEvent) - Method in interface org.snmp4j.event.AuthenticationFailureListener
-
Informs about an authentication failure occurred while processing the
message contained in the supplied event object.
- authenticationFailure - Static variable in class org.snmp4j.mp.SnmpConstants
-
- AUTHENTICATIONFAILURE - Static variable in class org.snmp4j.PDUv1
-
An authenticationFailure(4) trap signifies that the SNMP
entity has received a protocol message that is not
properly authenticated.
- AuthenticationFailureEvent - Class in org.snmp4j.event
-
The AuthenticationFailureEvent
class describes the source
and type of an authentication failure as well as the message that caused
the error.
- AuthenticationFailureEvent(TransportListener, Address, TransportMapping, int, BERInputStream) - Constructor for class org.snmp4j.event.AuthenticationFailureEvent
-
Creates an authentication failure event.
- AuthenticationFailureListener - Interface in org.snmp4j.event
-
The AuthenticationFailureListener
listens for authentication
failure events.
- AuthenticationProtocol - Interface in org.snmp4j.security
-
The AuthenticationProtocol
interface defines a common
interface for all SNMP authentication protocols.
- AuthGeneric - Class in org.snmp4j.security
-
The abstract class AuthGeneric implements common operations for SNMP authentication protocols, such as MD5 and SHA.
- AuthGeneric(String, int) - Constructor for class org.snmp4j.security.AuthGeneric
-
- AuthGeneric(String, int, int) - Constructor for class org.snmp4j.security.AuthGeneric
-
- AuthGeneric(String, int, int, int) - Constructor for class org.snmp4j.security.AuthGeneric
-
- AuthHMAC128SHA224 - Class in org.snmp4j.security
-
The class AuthHMAC128SHA224
implements the usmHMAC128SHA224AuthProtocol
defined by RFC 7630.
- AuthHMAC128SHA224() - Constructor for class org.snmp4j.security.AuthHMAC128SHA224
-
Creates an usmHMAC128SHA224AuthProtocol implementation.
- AuthHMAC192SHA256 - Class in org.snmp4j.security
-
The class AuthHMAC192SHA256
implements the usmHMAC192SHA2256AuthProtocol
defined by RFC 7630.
- AuthHMAC192SHA256() - Constructor for class org.snmp4j.security.AuthHMAC192SHA256
-
Creates an usmHMAC192SHA256AuthProtocol implementation.
- AuthHMAC256SHA384 - Class in org.snmp4j.security
-
The class AuthHMAC256SHA384
implements the usmHMAC256SHA3846AuthProtocol
defined by RFC 7630.
- AuthHMAC256SHA384() - Constructor for class org.snmp4j.security.AuthHMAC256SHA384
-
Creates an usmHMAC192SHA256AuthProtocol implementation.
- AuthHMAC384SHA512 - Class in org.snmp4j.security
-
The class AuthHMAC384SHA512
implements the usmHMAC384SHA5126AuthProtocol
defined by RFC 7630.
- AuthHMAC384SHA512() - Constructor for class org.snmp4j.security.AuthHMAC384SHA512
-
Creates an usmHMAC192SHA256AuthProtocol implementation.
- AuthMD5 - Class in org.snmp4j.security
-
The AuthMD5 class implements the MD5 authentication protocol.
- AuthMD5() - Constructor for class org.snmp4j.security.AuthMD5
-
- authorizationError - Static variable in class org.snmp4j.PDU
-
Unauthorized access, see error index.
- AuthSHA - Class in org.snmp4j.security
-
The SHA
class implements the Secure Hash Authentication.
- AuthSHA() - Constructor for class org.snmp4j.security.AuthSHA
-
- AuthSHA2 - Class in org.snmp4j.security
-
The SHA-2
class implements the Secure Hash Authentication 2.
- AuthSHA2(String, OID, int, int) - Constructor for class org.snmp4j.security.AuthSHA2
-
- AuthSHA2(String, OID, int, int, int) - Constructor for class org.snmp4j.security.AuthSHA2
-
Creates a SHA authentication protocol with the specified digest length.
- available() - Method in class org.snmp4j.asn1.BERInputStream
-
Returns the number of bytes that can be read (or skipped over) from this
input stream without blocking by the next caller of a method for this input
stream.
- Cache() - Constructor for class org.snmp4j.mp.MPv3.Cache
-
- CacheEntry(int, long, byte[], SecurityModel, byte[], int, byte[], byte[], SecurityStateReference, int) - Constructor for class org.snmp4j.mp.MPv3.CacheEntry
-
- cancel(PDU, ResponseListener) - Method in interface org.snmp4j.Session
-
Cancels an asynchronous request.
- cancel(PDU, ResponseListener) - Method in class org.snmp4j.Snmp
-
- cancel() - Method in interface org.snmp4j.util.CommonTimer
-
Terminates this timer, discarding any currently scheduled tasks.
- cancel() - Method in class org.snmp4j.util.ThreadPool
-
Cancels all threads non-blocking by interrupting them.
- cancel() - Method in interface org.snmp4j.util.WorkerPool
-
Cancels all threads non-blocking by interrupting them.
- CertifiedIdentity - Interface in org.snmp4j
-
The CertifiedIdentity
interface describes an identity
that is associated with a client certificate fingerprint and a server
certificate fingerprint.
- CertifiedTarget - Class in org.snmp4j
-
The
CertifiedTarget
class implements a
SecureTarget
for usage with
SecurityModel
s that support
secured connections using client and server certificates.
- CertifiedTarget(OctetString) - Constructor for class org.snmp4j.CertifiedTarget
-
- CertifiedTarget(Address, OctetString, OctetString, OctetString) - Constructor for class org.snmp4j.CertifiedTarget
-
- changeDelta(byte[], byte[], byte[]) - Method in interface org.snmp4j.security.AuthenticationProtocol
-
Computes the delta digest needed to remotely change an user's
authenitcation key.
- changeDelta(byte[], byte[], byte[]) - Method in class org.snmp4j.security.AuthGeneric
-
- checkClientTrusted(X509Certificate[], String) - Method in class org.snmp4j.transport.tls.TLSTMExtendedTrustManager
-
- checkClientTrusted(X509Certificate[], String, Socket) - Method in class org.snmp4j.transport.tls.TLSTMExtendedTrustManager
-
- checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class org.snmp4j.transport.tls.TLSTMExtendedTrustManager
-
- checkClientTrusted(X509Certificate[], String) - Method in class org.snmp4j.transport.tls.TlsTrustManager
-
- checkEngineID(OctetString, boolean, int, int) - Method in class org.snmp4j.security.UsmTimeTable
-
- checkNull(Variable) - Method in class org.snmp4j.PDUv1
-
Checks for null parameters.
- checkOutgoingMsg(Address, int, PDU) - Method in class org.snmp4j.MessageDispatcherImpl
-
Checks outgoing messages for consistency between PDU and target used.
- checkResponse(ResponseEvent) - Method in class org.snmp4j.util.TableUtils.TableRequest
-
- checkSequenceLength(int, BERSerializable) - Static method in class org.snmp4j.asn1.BER
-
- checkSequenceLength(int, int, BERSerializable) - Static method in class org.snmp4j.asn1.BER
-
- checkServerTrusted(X509Certificate[], String) - Method in class org.snmp4j.transport.tls.TLSTMExtendedTrustManager
-
- checkServerTrusted(X509Certificate[], String, Socket) - Method in class org.snmp4j.transport.tls.TLSTMExtendedTrustManager
-
- checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class org.snmp4j.transport.tls.TLSTMExtendedTrustManager
-
- checkServerTrusted(X509Certificate[], String) - Method in class org.snmp4j.transport.tls.TlsTrustManager
-
- checkTime(UsmTimeEntry) - Method in class org.snmp4j.security.UsmTimeTable
-
- CipherPool - Class in org.snmp4j.security
-
The CipherPool class provides service to share and reuse Cipher instances, across
different threads.
- CipherPool() - Constructor for class org.snmp4j.security.CipherPool
-
- CipherPool(int) - Constructor for class org.snmp4j.security.CipherPool
-
Creates a new cipher pool with a given pool size.
- cipherPool - Variable in class org.snmp4j.security.PrivacyGeneric
-
- clear() - Method in class org.snmp4j.PDU
-
Removes all variable bindings from the PDU and sets the request ID to zero.
- clear() - Method in class org.snmp4j.security.UsmUserTable
-
- clear() - Method in class org.snmp4j.smi.OctetString
-
Sets the value of the octet string to a zero length string.
- clear() - Method in class org.snmp4j.util.TaskScheduler
-
Removes all tasks.
- clone() - Method in class org.snmp4j.AbstractTarget
-
- clone() - Method in class org.snmp4j.PDU
-
- clone() - Method in class org.snmp4j.PDUv1
-
- clone() - Method in class org.snmp4j.ScopedPDU
-
- clone() - Method in class org.snmp4j.security.UsmUser
-
- clone() - Method in class org.snmp4j.smi.AbstractVariable
-
- clone() - Method in class org.snmp4j.smi.BitString
-
- clone() - Method in class org.snmp4j.smi.Counter32
-
- clone() - Method in class org.snmp4j.smi.Counter64
-
- clone() - Method in class org.snmp4j.smi.Gauge32
-
- clone() - Method in class org.snmp4j.smi.GenericAddress
-
- clone() - Method in class org.snmp4j.smi.Integer32
-
- clone() - Method in class org.snmp4j.smi.IpAddress
-
- clone() - Method in class org.snmp4j.smi.Null
-
- clone() - Method in class org.snmp4j.smi.OctetString
-
- clone() - Method in class org.snmp4j.smi.OID
-
- clone() - Method in class org.snmp4j.smi.Opaque
-
- clone() - Method in class org.snmp4j.smi.TimeTicks
-
- clone() - Method in class org.snmp4j.smi.UnsignedInteger32
-
- clone() - Method in interface org.snmp4j.smi.Variable
-
Clones this variable.
- clone() - Method in class org.snmp4j.smi.VariableBinding
-
- clone() - Method in class org.snmp4j.smi.VariantVariable
-
- clone() - Method in interface org.snmp4j.Target
-
- close() - Method in class org.snmp4j.asn1.BERInputStream
-
Closes this input stream and releases any system resources associated with
the stream.
- close() - Method in class org.snmp4j.asn1.BEROutputStream
-
- close() - Method in interface org.snmp4j.Session
-
Closes the session and frees any allocated resources, i.e.
- close() - Method in class org.snmp4j.Snmp
-
Closes the session and frees any allocated resources, i.e.
- close() - Method in class org.snmp4j.transport.AbstractTransportMapping
-
- close(A) - Method in interface org.snmp4j.transport.ConnectionOrientedTransportMapping
-
Closes the connection to the given remote address (socket).
- close() - Method in class org.snmp4j.transport.DefaultSshTransportMapping
-
- close() - Method in class org.snmp4j.transport.DefaultTcpTransportMapping
-
Closes all open sockets and stops the internal server thread that
processes messages.
- close(TcpAddress) - Method in class org.snmp4j.transport.DefaultTcpTransportMapping
-
Closes a connection to the supplied remote address, if it is open.
- close() - Method in class org.snmp4j.transport.DefaultTcpTransportMapping.ServerThread
-
- close() - Method in class org.snmp4j.transport.DefaultUdpTransportMapping
-
Closes the socket and stops the listener thread.
- close() - Method in class org.snmp4j.transport.DummyTransport
-
- close() - Method in class org.snmp4j.transport.DummyTransport.DummyTransportResponder
-
- close() - Method in class org.snmp4j.transport.TcpTransportMapping
-
- close() - Method in class org.snmp4j.transport.TLSTM
-
Closes all open sockets and stops the internal server thread that
processes messages.
- close(TcpAddress) - Method in class org.snmp4j.transport.TLSTM
-
Closes a connection to the supplied remote address, if it is open.
- close() - Method in class org.snmp4j.transport.UdpTransportMapping
-
- close() - Method in interface org.snmp4j.TransportMapping
-
Closes the transport an releases all bound resources synchronously.
- closeSession(Long) - Method in interface org.snmp4j.transport.ssh.SshTransportAdapter
-
- closeTransportMapping(TransportMapping) - Method in class org.snmp4j.Snmp
-
- coldStart - Static variable in class org.snmp4j.mp.SnmpConstants
-
- COLDSTART - Static variable in class org.snmp4j.PDUv1
-
A coldStart(0) trap signifies that the SNMP entity,
supporting a notification originator application, is
reinitializing itself and that its configuration may
have been altered.
- ColumnsOfRequest(List<Integer>, int, TableUtils.LastReceived) - Constructor for class org.snmp4j.util.TableUtils.ColumnsOfRequest
-
- CommandResponder - Interface in org.snmp4j
-
CommandResponder
process incoming request, report and
notification PDUs.
- CommandResponderEvent - Class in org.snmp4j
-
The CommandResponderEvent
is fired by the
MessageDispatcher
to listeners that potentially can process
the included request, report, or trap/notification.
- CommandResponderEvent(MessageDispatcher, TransportMapping, Address, int, int, byte[], int, PduHandle, PDU, int, StateReference) - Constructor for class org.snmp4j.CommandResponderEvent
-
Constructs an event for processing an incoming request or notification PDU.
- CommandResponderEvent(Object, CommandResponderEvent) - Constructor for class org.snmp4j.CommandResponderEvent
-
Creates shallow copy of the supplied CommandResponderEvent
but the source of the event is set to the supplied source.
- commitFailed - Static variable in class org.snmp4j.PDU
-
Unable to commit a value, see error index.
- CommonTimer - Interface in org.snmp4j.util
-
This
CommonTimer
defines the subset interface used from
Timer
by SNMP4J.
- CommunityTarget - Class in org.snmp4j
-
A CommunityTarget
represents SNMP target properties for
community based message processing models (SNMPv1 and SNMPv2c).
- CommunityTarget() - Constructor for class org.snmp4j.CommunityTarget
-
Default constructor.
- CommunityTarget(Address, OctetString) - Constructor for class org.snmp4j.CommunityTarget
-
Creates a fully specified community target.
- compareTo(Object) - Method in class org.snmp4j.security.UsmUser
-
Compares two USM users by their security names.
- compareTo(Object) - Method in class org.snmp4j.security.UsmUserEntry
-
Compares this user entry with another one by engine ID then by their user
names.
- compareTo(Object) - Method in class org.snmp4j.security.UsmUserTable.UsmUserKey
-
- compareTo(Variable) - Method in class org.snmp4j.smi.AbstractVariable
-
- compareTo(Variable) - Method in class org.snmp4j.smi.Counter64
-
- compareTo(Variable) - Method in class org.snmp4j.smi.GenericAddress
-
- compareTo(Variable) - Method in class org.snmp4j.smi.Integer32
-
- compareTo(Variable) - Method in class org.snmp4j.smi.IpAddress
-
- compareTo(Variable) - Method in class org.snmp4j.smi.Null
-
- compareTo(Variable) - Method in class org.snmp4j.smi.OctetString
-
- compareTo(Variable) - Method in class org.snmp4j.smi.OID
-
- compareTo(Variable) - Method in class org.snmp4j.smi.TransportIpAddress
-
- compareTo(Variable) - Method in class org.snmp4j.smi.UnsignedInteger32
-
- compareTo(Variable) - Method in interface org.snmp4j.smi.Variable
-
- compareTo(Variable) - Method in class org.snmp4j.smi.VariantVariable
-
- computeSharedKey(KeyAgreement, byte[], DHParameters) - Static method in class org.snmp4j.security.dh.DHOperations
-
- configure(SSLEngine) - Method in class org.snmp4j.transport.TLSTM.DefaultSSLEngineConfiguration
-
- configure(Snmp, Map<String, List<Object>>) - Method in class org.snmp4j.util.SnmpConfigurator
-
- configure(Snmp, USM, MessageDispatcher, Map<String, List<Object>>) - Method in class org.snmp4j.util.SnmpConfigurator
-
- configureAuthoritativeEngineID(Target, MessageProcessingModel) - Method in class org.snmp4j.MessageDispatcherImpl
-
- ConnectionOrientedTransportMapping<A extends Address> - Interface in org.snmp4j.transport
-
Transport mappings for connection oriented transport protocols have to
implement this interface.
- connectionStateChanged(TransportStateEvent) - Method in interface org.snmp4j.transport.TransportStateListener
-
The connection state of a transport protocol connection has been changed.
- ConsoleLogAdapter - Class in org.snmp4j.log
-
The ConsoleLogAdapter
provides simple logging to the console.
- ConsoleLogAdapter() - Constructor for class org.snmp4j.log.ConsoleLogAdapter
-
- ConsoleLogFactory - Class in org.snmp4j.log
-
The ConsoleLogFactory
implements a SNMP4J LogFactory for
standard out.
- ConsoleLogFactory() - Constructor for class org.snmp4j.log.ConsoleLogFactory
-
- copyFrom(PduHandle) - Method in class org.snmp4j.mp.PduHandle
-
Copy all members from the supplied PduHandle
.
- COUNTER - Static variable in class org.snmp4j.asn1.BER
-
- COUNTER32 - Static variable in class org.snmp4j.asn1.BER
-
- Counter32 - Class in org.snmp4j.smi
-
The Counter32
class allows all the functionality of unsigned
integers but is recognized as a distinct SMI type, which is used for
monotonically increasing values that wrap around at 2^32-1 (4294967295).
- Counter32() - Constructor for class org.snmp4j.smi.Counter32
-
- Counter32(long) - Constructor for class org.snmp4j.smi.Counter32
-
- COUNTER64 - Static variable in class org.snmp4j.asn1.BER
-
- Counter64 - Class in org.snmp4j.smi
-
The Counter64
class represents a 64bit unsigned integer type.
- Counter64() - Constructor for class org.snmp4j.smi.Counter64
-
- Counter64(long) - Constructor for class org.snmp4j.smi.Counter64
-
- CounterEvent - Class in org.snmp4j.event
-
CounterEvent
is an event object that indicates that a specific
counter needs to be incremented.
- CounterEvent(Object, OID) - Constructor for class org.snmp4j.event.CounterEvent
-
Creates a CounterEvent
for the specified counter.
- CounterEvent(Object, OID, long) - Constructor for class org.snmp4j.event.CounterEvent
-
Creates a CounterEvent
for the specified counter.
- CounterEvent(Object, OID, Object, long) - Constructor for class org.snmp4j.event.CounterEvent
-
Creates a CounterEvent
for the specified counter.
- CounterListener - Interface in org.snmp4j.event
-
The
CounterListener
interface has to be implemented by listener
for
CounterEvent
events.
- CounterSupport - Class in org.snmp4j.mp
-
The
CounterSupport
class provides support to fire
CounterEvent
to registered listeners.
- CounterSupport() - Constructor for class org.snmp4j.mp.CounterSupport
-
- create(X509TrustManager, boolean, TransportStateReference) - Method in class org.snmp4j.transport.tls.TLSTMExtendedTrustManagerFactory
-
- create(X509TrustManager, boolean, TransportStateReference) - Method in interface org.snmp4j.transport.TLSTM.TLSTMTrustManagerFactory
-
- create(String, int) - Static method in class org.snmp4j.util.ThreadPool
-
Creates a thread pool with the supplied name and size.
- createEngineIdMap(EngineIdCacheSize) - Method in interface org.snmp4j.mp.MPv3.EngineIdCacheFactory
-
Create a engine ID map with the given maximum capacity.
- createFromBER(BERInputStream) - Static method in class org.snmp4j.smi.AbstractVariable
-
- createFromOIDs(OID[]) - Static method in class org.snmp4j.smi.VariableBinding
-
- createFromSyntax(int) - Static method in class org.snmp4j.smi.AbstractVariable
-
Creates a Variable
from the supplied SMI syntax identifier.
- createKeyPair(OctetString, OctetString, DHParameters) - Static method in class org.snmp4j.security.dh.DHOperations
-
- createLocalEngineID() - Static method in class org.snmp4j.mp.MPv3
-
Creates a local engine ID based on the local IP address and additional four random bytes.
- createLocalEngineID(OctetString) - Static method in class org.snmp4j.mp.MPv3
-
Creates a local engine ID based on the ID string supplied
- createLogger(Class) - Method in class org.snmp4j.log.ConsoleLogFactory
-
- createLogger(String) - Method in class org.snmp4j.log.ConsoleLogFactory
-
- createLogger(Class) - Method in class org.snmp4j.log.JavaLogFactory
-
- createLogger(String) - Method in class org.snmp4j.log.JavaLogFactory
-
- createLogger(Class) - Method in class org.snmp4j.log.LogFactory
-
Creates a Logger for the specified class.
- createLogger(String) - Method in class org.snmp4j.log.LogFactory
-
Creates a Logger for the specified class.
- createMessageID(int) - Static method in class org.snmp4j.mp.StateReference
-
- createOctetString(String, String) - Static method in class org.snmp4j.util.SnmpConfigurator
-
Create an OctetString from a String value.
- createPDU(Target) - Method in class org.snmp4j.mp.MPv3
-
- createPDU(Target) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- createPDU(MessageProcessingModel) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- createPDU(Target) - Method in class org.snmp4j.util.DefaultPDUFactory
-
Create a PDU
instance for the supplied target.
- createPDU(Target, int) - Static method in class org.snmp4j.util.DefaultPDUFactory
-
Create a PDU
instance for the supplied target.
- createPDU(Target, int, int, int) - Static method in class org.snmp4j.util.DefaultPDUFactory
-
Create a PDU
instance for the supplied target.
- createPDU(int) - Static method in class org.snmp4j.util.DefaultPDUFactory
-
Creates a PDU
instance for the specified SNMP version.
- createPDU(MessageProcessingModel) - Method in class org.snmp4j.util.DefaultPDUFactory
-
- createPDU(MessageProcessingModel, int) - Static method in class org.snmp4j.util.DefaultPDUFactory
-
- createPDU(Target) - Method in interface org.snmp4j.util.PDUFactory
-
Creates a
PDU
instance for the supplied target.
- createPDU(MessageProcessingModel) - Method in interface org.snmp4j.util.PDUFactory
-
Creates a
PDU
instance that is compatible with the given SNMP version
(message processing model).
- createPDU(Target) - Method in class org.snmp4j.util.SnmpConfigurator.InnerPDUFactory
-
- createPDU(MessageProcessingModel) - Method in class org.snmp4j.util.SnmpConfigurator.InnerPDUFactory
-
- createPduHandle() - Method in class org.snmp4j.MessageDispatcherImpl
-
- createRow(Target, OID, OID, VariableBinding[]) - Method in class org.snmp4j.util.TableUtils
-
Creates a SNMP table row for a table that supports the RowStatus
mechanism for row creation.
- createSSLContext(String, String, String, String, String, TransportStateReference, TLSTM.TLSTMTrustManagerFactory, boolean, TlsTmSecurityCallback<X509Certificate>, String) - Static method in class org.snmp4j.transport.tls.TLSTMUtil
-
- createTableRequest(Target, OID[], TableListener, Object, OID, OID) - Method in class org.snmp4j.util.TableUtils
-
- createTimer() - Method in class org.snmp4j.util.DefaultTimerFactory
-
- createTimer() - Method in interface org.snmp4j.util.TimerFactory
-
Creates a new timer instance.
- createTransportMapping(Address) - Method in class org.snmp4j.transport.TransportMappings
-
Returns a TransportMapping
instance that is initialized with
the supplied transport address.
- createWorkerThread(String, WorkerTask, boolean) - Method in class org.snmp4j.util.DefaultThreadFactory
-
Creates a new thread of execution for the supplied task.
- createWorkerThread(String, WorkerTask, boolean) - Method in interface org.snmp4j.util.ThreadFactory
-
Creates a new thread of execution for the supplied task.
- CVS_TABLE - Static variable in class org.snmp4j.tools.console.SnmpRequest
-
- GAUGE - Static variable in class org.snmp4j.asn1.BER
-
- GAUGE32 - Static variable in class org.snmp4j.asn1.BER
-
- Gauge32 - Class in org.snmp4j.smi
-
The Gauge32
class is indistinguishable from
UnsingedInteger32
.
- Gauge32() - Constructor for class org.snmp4j.smi.Gauge32
-
- Gauge32(long) - Constructor for class org.snmp4j.smi.Gauge32
-
- generatePublicKey(DHParameters) - Static method in class org.snmp4j.security.dh.DHOperations
-
- generateRequestMessage(int, byte[], int, int, byte[], byte[], int, BERInputStream, SecurityParameters, BEROutputStream, TransportStateReference) - Method in interface org.snmp4j.security.SecurityModel
-
Generate a request message.
- generateRequestMessage(int, byte[], int, int, byte[], byte[], int, BERInputStream, SecurityParameters, BEROutputStream, TransportStateReference) - Method in class org.snmp4j.security.TSM
-
- generateRequestMessage(int, byte[], int, int, byte[], byte[], int, BERInputStream, SecurityParameters, BEROutputStream, TransportStateReference) - Method in class org.snmp4j.security.USM
-
- generateResponseMessage(int, byte[], int, int, byte[], byte[], int, BERInputStream, SecurityStateReference, SecurityParameters, BEROutputStream) - Method in interface org.snmp4j.security.SecurityModel
-
Generates a response message.
- generateResponseMessage(int, byte[], int, int, byte[], byte[], int, BERInputStream, SecurityStateReference, SecurityParameters, BEROutputStream) - Method in class org.snmp4j.security.TSM
-
- generateResponseMessage(int, byte[], int, int, byte[], byte[], int, BERInputStream, SecurityStateReference, SecurityParameters, BEROutputStream) - Method in class org.snmp4j.security.USM
-
- GenericAddress - Class in org.snmp4j.smi
-
The GenericAddress
implements the decorator and factory
design pattern to provide a generic address type.
- GenericAddress() - Constructor for class org.snmp4j.smi.GenericAddress
-
- GenericAddress(SMIAddress) - Constructor for class org.snmp4j.smi.GenericAddress
-
- genErr - Static variable in class org.snmp4j.PDU
-
An unspecific error caused by a variable binding, see error index.
- GET - Static variable in class org.snmp4j.PDU
-
Denotes a get PDU.
- get(int) - Method in class org.snmp4j.PDU
-
Gets the variable binding at the specified position.
- get(int) - Method in class org.snmp4j.security.ByteArrayWindow
-
- get(int) - Static method in enum org.snmp4j.security.SecurityLevel
-
- get(int) - Method in class org.snmp4j.smi.OctetString
-
Gets the byte at the specified index.
- get(int) - Method in class org.snmp4j.smi.OID
-
Gets the sub-identifier value at the specified position.
- get(PDU, Target) - Method in class org.snmp4j.Snmp
-
Sends a GET request to a target.
- get(PDU, Target, Object, ResponseListener) - Method in class org.snmp4j.Snmp
-
Asynchronously sends a GET request PDU
to the given target.
- getAcceptedIssuers() - Method in class org.snmp4j.transport.tls.TLSTMExtendedTrustManager
-
- getAcceptedIssuers() - Method in class org.snmp4j.transport.tls.TlsTrustManager
-
- getAcceptedIssuers(X509TrustManager, TlsTmSecurityCallback<X509Certificate>) - Static method in class org.snmp4j.transport.tls.TlsTrustManager
-
- getAddress() - Method in class org.snmp4j.AbstractTarget
-
Gets the address of this target.
- getAddress() - Method in class org.snmp4j.event.AuthenticationFailureEvent
-
Returns the source address from which the message has been received.
- getAddress() - Method in class org.snmp4j.mp.StateReference
-
- getAddress() - Method in class org.snmp4j.smi.GenericAddress
-
- getAddress() - Method in interface org.snmp4j.Target
-
Gets the address of this target.
- getAddress() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getAddress() - Method in class org.snmp4j.transport.TcpTransportMapping
-
Returns the transport address that is used by this transport mapping for
sending and receiving messages.
- getAddress() - Method in class org.snmp4j.transport.UdpTransportMapping
-
Returns the transport address that is configured for this transport mapping for
sending and receiving messages.
- getAddress() - Method in class org.snmp4j.TransportStateReference
-
- getAddressClass() - Method in exception org.snmp4j.transport.UnsupportedAddressClassException
-
Returns the class of the address class that is not supported.
- getAddressURI() - Method in class org.snmp4j.smi.SshAddress
-
- getAgentAddress() - Method in class org.snmp4j.PDUv1
-
Gets the IP address of the originator system of this SNMPv1 trap.
- getAuthenticationCodeLength() - Method in interface org.snmp4j.security.AuthenticationProtocol
-
The length of the authentication code (the hashing output length) in octets.
- getAuthenticationCodeLength() - Method in class org.snmp4j.security.AuthGeneric
-
The length of the authentication code (the hashing output length) in octets.
- getAuthenticationKey() - Method in class org.snmp4j.security.UsmSecurityParameters
-
- getAuthenticationKey() - Method in class org.snmp4j.security.UsmSecurityStateReference
-
- getAuthenticationKey() - Method in class org.snmp4j.security.UsmUserEntry
-
- getAuthenticationParameters() - Method in class org.snmp4j.security.UsmSecurityParameters
-
- getAuthenticationPassphrase() - Method in class org.snmp4j.security.UsmUser
-
Gets the authentication passphrase.
- getAuthenticationProtocol(OID) - Method in class org.snmp4j.security.SecurityProtocols
-
- getAuthenticationProtocol() - Method in class org.snmp4j.security.UsmSecurityParameters
-
- getAuthenticationProtocol() - Method in class org.snmp4j.security.UsmSecurityStateReference
-
- getAuthenticationProtocol() - Method in class org.snmp4j.security.UsmUser
-
Gets the authentication protocol ID.
- getAuthoritativeEngineBoots() - Method in class org.snmp4j.security.UsmSecurityParameters
-
- getAuthoritativeEngineID() - Method in class org.snmp4j.security.UsmSecurityParameters
-
- getAuthoritativeEngineID() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getAuthoritativeEngineID() - Method in class org.snmp4j.UserTarget
-
Gets the authoritative engine ID of this target.
- getAuthoritativeEngineTime() - Method in class org.snmp4j.security.UsmSecurityParameters
-
- getAuthParametersPosition() - Method in class org.snmp4j.security.UsmSecurityParameters
-
- getAuthPassphrase() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getAuthProtocol(OID) - Method in class org.snmp4j.mp.MPv3
-
Gets an authentication protocol for the supplied ID.
- getAuthProtocol() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getAuthProtocolOid(String) - Static method in class org.snmp4j.util.SnmpConfigurator
-
- getAvailableBytes() - Method in class org.snmp4j.asn1.BERInputStream
-
Gets the total number of bytes that can be read from this input stream.
- getBERLength() - Method in interface org.snmp4j.asn1.BERSerializable
-
Returns the length of this BERSerializable
object
in bytes when encoded according to the Basic Encoding Rules (BER).
- getBERLength() - Method in class org.snmp4j.mp.MPv3.HeaderData
-
- getBERLength() - Method in class org.snmp4j.PDU
-
- getBERLength(List<? extends VariableBinding>) - Static method in class org.snmp4j.PDU
-
Computes the length in bytes of the BER encoded variable bindings without
including the length of BER sequence length.
- getBERLength() - Method in class org.snmp4j.ScopedPDU
-
- getBERLength() - Method in class org.snmp4j.security.UsmSecurityParameters
-
- getBERLength() - Method in class org.snmp4j.smi.AbstractVariable
-
Returns the length of this Variable
in bytes when encoded
according to the Basic Encoding Rules (BER).
- getBERLength() - Method in class org.snmp4j.smi.Counter64
-
- getBERLength() - Method in class org.snmp4j.smi.GenericAddress
-
- getBERLength() - Method in class org.snmp4j.smi.Integer32
-
- getBERLength() - Method in class org.snmp4j.smi.IpAddress
-
- getBERLength() - Method in class org.snmp4j.smi.Null
-
- getBERLength() - Method in class org.snmp4j.smi.OctetString
-
- getBERLength() - Method in class org.snmp4j.smi.OID
-
- getBERLength() - Method in class org.snmp4j.smi.TransportIpAddress
-
- getBERLength() - Method in class org.snmp4j.smi.UnsignedInteger32
-
- getBERLength() - Method in class org.snmp4j.smi.VariableBinding
-
- getBERLength() - Method in class org.snmp4j.smi.VariantVariable
-
- getBERLengthFromValue(long) - Static method in class org.snmp4j.smi.UnsignedInteger32
-
- getBERLengthOfLength(int) - Static method in class org.snmp4j.asn1.BER
-
Compute the space needed to encode the length.
- getBERMaxLength(int) - Method in interface org.snmp4j.security.SecurityParameters
-
Gets the maximum length of the BER encoded representation of this
SecurityParameters
instance.
- getBERMaxLength(int) - Method in class org.snmp4j.security.TsmSecurityParameters
-
- getBERMaxLength(int) - Method in class org.snmp4j.security.UsmSecurityParameters
-
- getBERPayloadLength() - Method in interface org.snmp4j.asn1.BERSerializable
-
Returns the length of the payload of this BERSerializable
object
in bytes when encoded according to the Basic Encoding Rules (BER).
- getBERPayloadLength() - Method in class org.snmp4j.mp.MPv3.HeaderData
-
- getBERPayloadLength() - Method in class org.snmp4j.PDU
-
- getBERPayloadLength() - Method in class org.snmp4j.ScopedPDU
-
- getBERPayloadLength() - Method in class org.snmp4j.security.UsmSecurityParameters
-
- getBERPayloadLength() - Method in class org.snmp4j.smi.AbstractVariable
-
- getBERPayloadLength() - Method in class org.snmp4j.smi.OctetString
-
Returns the length of the payload of this BERSerializable
object in bytes when encoded according to the Basic Encoding Rules (BER).
- getBERPayloadLength() - Method in class org.snmp4j.smi.TransportIpAddress
-
- getBERPayloadLength() - Method in class org.snmp4j.smi.VariableBinding
-
- getBERPayloadLengthPDU() - Method in class org.snmp4j.PDU
-
- getBERPayloadLengthPDU() - Method in class org.snmp4j.PDUv1
-
- getBERUsmPayloadLength() - Method in class org.snmp4j.security.UsmSecurityParameters
-
getBERUsmPayloadLength
- getBigIntegerBERLength(BigInteger) - Static method in class org.snmp4j.asn1.BER
-
Get the BER encoded length of a BigInteger value.
- getBindAddress(Map<String, List<Object>>) - Method in class org.snmp4j.util.SnmpConfigurator
-
- getBindingList(OID) - Method in class org.snmp4j.PDU
-
Gets a list of
VariableBinding
s whose OID prefix
matches the supplied prefix.
- getBuffer() - Method in class org.snmp4j.asn1.BERInputStream
-
- getBuffer() - Method in class org.snmp4j.asn1.BEROutputStream
-
Gets the backing buffer.
- GETBULK - Static variable in class org.snmp4j.PDU
-
Denotes a SNMPv2c/v3 getbulk PDU.
- getBulk(PDU, Target) - Method in class org.snmp4j.Snmp
-
Sends a GETBULK request to a target.
- getBulk(PDU, Target, Object, ResponseListener) - Method in class org.snmp4j.Snmp
-
Asynchronously sends a GETBULK request PDU
to the given
target.
- GETBULK_DEFAULT_MAX_REPETITIONS - Static variable in class org.snmp4j.util.DefaultPDUFactory
-
- GETBULK_DEFAULT_NON_REPEATERS - Static variable in class org.snmp4j.util.DefaultPDUFactory
-
- getCausingException() - Method in class org.snmp4j.transport.TransportStateEvent
-
- getCertifiedIdentity() - Method in class org.snmp4j.TransportStateReference
-
- getClientFingerprint() - Method in interface org.snmp4j.CertifiedIdentity
-
- getClientFingerprint() - Method in class org.snmp4j.CertifiedTarget
-
- getCollection(SecurityModel[]) - Static method in class org.snmp4j.security.SecurityModels
-
Gets the SecurityModels collection instance that contains the supplied
SecurityModel
s.
- getColumnIDs() - Method in class org.snmp4j.util.TableUtils.ColumnsOfRequest
-
- getColumns() - Method in class org.snmp4j.util.TableEvent
-
Gets the columnar objects of the row.
- getCommunity() - Method in class org.snmp4j.CommunityTarget
-
Gets the community octet string (which is the same as the security name).
- getCommunity() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getConnectionTimeout() - Method in class org.snmp4j.transport.DefaultTcpTransportMapping
-
Gets the connection timeout.
- getConnectionTimeout() - Method in class org.snmp4j.transport.TLSTM
-
Gets the connection timeout.
- getContextEngineID() - Method in class org.snmp4j.mp.StateReference
-
- getContextEngineID() - Method in class org.snmp4j.mp.StatusInformation
-
- getContextEngineID() - Method in class org.snmp4j.ScopedPDU
-
Gets the context engine ID of this scoped PDU.
- getContextEngineID() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getContextEngineID() - Method in class org.snmp4j.util.DefaultPDUFactory
-
Gets the context engine ID for
ScopedPDU
instances created
by this factory.
- getContextName() - Method in class org.snmp4j.mp.StateReference
-
- getContextName() - Method in class org.snmp4j.mp.StatusInformation
-
- getContextName() - Method in class org.snmp4j.ScopedPDU
-
Gets the context name of this scoped PDU.
- getContextName() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getContextName() - Method in class org.snmp4j.util.DefaultPDUFactory
-
Gets the context name for
ScopedPDU
instances created
by this factory.
- getCounterSupport() - Method in class org.snmp4j.mp.MPv3
-
Gets the counter support instance that can be used to register for counter incrementation events.
- getCounterSupport() - Method in class org.snmp4j.security.TSM
-
- getCounterSupport() - Method in class org.snmp4j.security.USM
-
Gets the counter support instance that can be used to register for
counter incrementation events.
- getCounterSupport() - Method in class org.snmp4j.Snmp
-
Gets the counter support for Snmp related counters.
- getCounterSupport() - Method in class org.snmp4j.transport.TLSTM
-
- getCreationNanoTime() - Method in class org.snmp4j.mp.TimedMessageID
-
- getCurrentValue() - Method in class org.snmp4j.event.CounterEvent
-
Gets the current value of the counter, as set by the maintainer of the
counter (one of the event listeners).
- getData() - Method in class org.snmp4j.transport.tls.SecurityNameMapping
-
- getData() - Method in class org.snmp4j.uri.SnmpUriResponse
-
- getDecryptParamsLength() - Method in class org.snmp4j.security.Priv3DES
-
- getDecryptParamsLength() - Method in interface org.snmp4j.security.PrivacyProtocol
-
Gets the length of the decryption parameters used by this security
protocol.
- getDecryptParamsLength() - Method in class org.snmp4j.security.PrivAES
-
- getDecryptParamsLength() - Method in class org.snmp4j.security.PrivDES
-
- getDefaultID() - Method in interface org.snmp4j.security.nonstandard.NonStandardSecurityProtocol
-
Gets the default ID for this non-standard privacy protocol.
- getDefaultID() - Method in class org.snmp4j.security.nonstandard.PrivAES192With3DESKeyExtension
-
- getDefaultID() - Method in class org.snmp4j.security.nonstandard.PrivAES256With3DESKeyExtension
-
- getDefaultID() - Method in class org.snmp4j.security.PrivAES192
-
- getDefaultID() - Method in class org.snmp4j.security.PrivAES256
-
- getDefaultUserInfo() - Method in class org.snmp4j.uri.SnmpURI
-
- getDefaultValue() - Method in class org.snmp4j.util.ArgumentParser.ArgumentParameter
-
- getDenseTable(Target, OID[], TableListener, Object, OID, OID) - Method in class org.snmp4j.util.TableUtils
-
Gets SNMP tabular data from one or more tables.
- getDHKickstartPublicKeys(Session, PDUFactory, Target, Set<OctetString>) - Static method in class org.snmp4j.security.dh.DHOperations
-
Get the public keys of the agent's kickstart table that match the local public keys provided from a remote agent.
- getDHParametersFromBER(OctetString) - Static method in class org.snmp4j.security.dh.DHParameters
-
- getDigestLength() - Method in interface org.snmp4j.security.AuthenticationProtocol
-
Gets the length of the digest generated by this authentication protocol.
- getDigestLength() - Method in class org.snmp4j.security.AuthGeneric
-
Gets the length of the message digest used by this authentication protocol.
- getDigestObject() - Method in class org.snmp4j.security.AuthGeneric
-
Get a fresh MessageDigest object of the Algorithm specified in the constructor.
- getDiscardedMessages() - Method in class org.snmp4j.transport.TransportStateEvent
-
Gets the messages that were discarded due to a state change of the transport connection.
- getEffectiveLogLevel() - Method in class org.snmp4j.log.ConsoleLogAdapter
-
- getEffectiveLogLevel() - Method in class org.snmp4j.log.JavaLogAdapter
-
- getEffectiveLogLevel() - Method in interface org.snmp4j.log.LogAdapter
-
Returns the log level that is effective for this log adapter.
- getEffectiveLogLevel() - Method in class org.snmp4j.log.LogProxy
-
- getEffectiveLogLevel() - Method in class org.snmp4j.log.NoLogger
-
- getEncryptedLength(int) - Method in class org.snmp4j.security.Priv3DES
-
- getEncryptedLength(int) - Method in interface org.snmp4j.security.PrivacyProtocol
-
Gets the length of a scoped PDU when encrypted with this security protocol.
- getEncryptedLength(int) - Method in class org.snmp4j.security.PrivAES
-
- getEncryptedLength(int) - Method in class org.snmp4j.security.PrivDES
-
- getEngineAddress() - Method in class org.snmp4j.event.SnmpEngineEvent
-
Returns the transport address of the engine.
- getEngineBoots() - Method in class org.snmp4j.security.USM
-
Returns the number of engine boots counted for the local engine ID.
- getEngineBoots() - Method in class org.snmp4j.security.UsmTimeEntry
-
- getEngineBoots() - Method in class org.snmp4j.security.UsmTimeTable
-
The number of times that the SNMP engine has (re-)initialized itself
since snmpEngineID was last configured.
- getEngineID() - Method in class org.snmp4j.event.SnmpEngineEvent
-
Returns the engine ID associated with this event.
- getEngineID(Address) - Method in class org.snmp4j.mp.MPv3
-
Gets the engine ID associated with the supplied address from the local storage and fires the corresponding
SnmpEngineEvent
.
- getEngineID() - Method in class org.snmp4j.security.UsmTimeEntry
-
- getEngineID() - Method in class org.snmp4j.security.UsmUserEntry
-
- getEngineIdCacheFactory() - Method in class org.snmp4j.mp.MPv3
-
Returns the enging ID factory that was used to create the current engine ID cache.
- getEngineIdCacheSize() - Method in class org.snmp4j.mp.MPv3
-
Get the number of cached engine IDs.
- getEngineTime() - Method in class org.snmp4j.security.USM
-
Returns the number of seconds since the value of
the engineBoots object last changed.
- getEngineTime() - Method in class org.snmp4j.security.UsmTimeTable
-
Returns the number of seconds since the value of
the engineBoots object last changed.
- getEnterprise() - Method in class org.snmp4j.PDUv1
-
Gets the "enterprise" OID of the SNMPv1 trap.
- getEnterpriseID() - Static method in class org.snmp4j.SNMP4JSettings
-
Gets the enterprise OID used for creating SNMP engine IDs and other enterprise
specific identifiers.
- getEntry(OctetString) - Method in class org.snmp4j.security.UsmTimeTable
-
- getError() - Method in class org.snmp4j.event.AuthenticationFailureEvent
-
Returns the SNMP4J internal error status caused by the message.
- getError() - Method in class org.snmp4j.event.ResponseEvent
-
Gets the exception object from the exception that has been generated
when the request processing has failed due to an error.
- getErrorCode() - Method in class org.snmp4j.mp.StateReference
-
- getErrorIndex() - Method in class org.snmp4j.PDU
-
Gets the error index.
- getErrorIndication() - Method in class org.snmp4j.mp.StatusInformation
-
- getErrorMessage() - Method in class org.snmp4j.uri.SnmpUriResponse
-
- getErrorMessage() - Method in class org.snmp4j.util.RetrievalEvent
-
Returns a textual error message for the error.
- getErrorStatus() - Method in class org.snmp4j.PDU
-
Gets the error status of the PDU.
- getErrorStatus() - Method in class org.snmp4j.uri.SnmpUriResponse
-
- getErrorStatusText() - Method in class org.snmp4j.PDU
-
Gets a textual description of the error status.
- getException() - Method in class org.snmp4j.util.RetrievalEvent
-
Gets the exception associated with this event.
- getFingerprint() - Method in class org.snmp4j.transport.tls.SecurityNameMapping
-
- getFingerprint(X509Certificate) - Static method in class org.snmp4j.transport.tls.TLSTMUtil
-
- getFingerprint(X509Certificate) - Static method in class org.snmp4j.transport.TLSTM
-
- getFirstValue(List<? extends Object>) - Static method in class org.snmp4j.util.ArgumentParser
-
Gets the first option value of a list of values - if available.
- getGenerator() - Method in class org.snmp4j.security.dh.DHParameters
-
- getGenericTrap() - Method in class org.snmp4j.PDUv1
-
Gets the generic trap ID.
- getGenericTrapID(OID) - Static method in class org.snmp4j.mp.SnmpConstants
-
Gets the generic trap ID from a notification OID.
- getHeaderLength() - Method in class org.snmp4j.transport.MessageLength
-
Returns the length of the header.
- getID() - Method in interface org.snmp4j.mp.MessageID
-
Gets the integer representation of the message ID.
- getID() - Method in interface org.snmp4j.mp.MessageProcessingModel
-
Gets the numerical ID of the message processing model as defined by the
constants in this interface or by an appropriate constant in the
class implementing this interface.
- getID() - Method in class org.snmp4j.mp.MPv1
-
- getID() - Method in class org.snmp4j.mp.MPv2c
-
- getID() - Method in class org.snmp4j.mp.MPv3
-
- getID() - Method in class org.snmp4j.mp.SimpleMessageID
-
- getID() - Method in interface org.snmp4j.security.AuthenticationProtocol
-
Gets the OID uniquely identifying the authentication protocol.
- getID() - Method in class org.snmp4j.security.AuthMD5
-
- getID() - Method in class org.snmp4j.security.AuthSHA
-
- getID() - Method in class org.snmp4j.security.AuthSHA2
-
- getID() - Method in class org.snmp4j.security.nonstandard.PrivAESWith3DESKeyExtension
-
- getID() - Method in class org.snmp4j.security.Priv3DES
-
Gets the OID uniquely identifying the privacy protocol.
- getID() - Method in interface org.snmp4j.security.PrivacyProtocol
-
Gets the OID uniquely identifying the privacy protocol.
- getID() - Method in class org.snmp4j.security.PrivAES128
-
Gets the OID uniquely identifying the privacy protocol.
- getID() - Method in class org.snmp4j.security.PrivAES192
-
Gets the OID uniquely identifying the privacy protocol.
- getID() - Method in class org.snmp4j.security.PrivAES256
-
Gets the OID uniquely identifying the privacy protocol.
- getID() - Method in class org.snmp4j.security.PrivDES
-
Gets the OID uniquely identifying the privacy protocol.
- getID() - Method in interface org.snmp4j.security.SecurityModel
-
Gets the ID of the security model.
- getID() - Method in interface org.snmp4j.security.SecurityProtocol
-
Gets the OID uniquely identifying the privacy protocol.
- getID() - Method in class org.snmp4j.security.TSM
-
- getID() - Method in class org.snmp4j.security.USM
-
- getID() - Method in interface org.snmp4j.transport.ssh.SshSession
-
- getIdentity() - Method in interface org.snmp4j.CertifiedIdentity
-
- getIdentity() - Method in class org.snmp4j.CertifiedTarget
-
- getIgnoreMaxLexicographicRowOrderingErrors() - Method in class org.snmp4j.util.TableUtils
-
- getImplementation() - Method in interface org.snmp4j.transport.ssh.SshSession
-
- getIncrement() - Method in class org.snmp4j.event.CounterEvent
-
The increment to be added to the counter value on behalf of this event.
- getIndex() - Method in class org.snmp4j.event.CounterEvent
-
The index identifier of the counter value (if the counter belongs to a table of counters).
- getIndex() - Method in class org.snmp4j.util.TableEvent
-
Gets the row index OID.
- getIndexOfMessageResponded() - Method in interface org.snmp4j.mp.RequestStatistics
-
Gets the index of the message that has been responded.
- getInetAddress() - Method in class org.snmp4j.smi.IpAddress
-
- getInitializedKeyAgreement(KeyPair) - Static method in class org.snmp4j.security.dh.DHOperations
-
- getInstance() - Static method in class org.snmp4j.mp.CounterSupport
-
Gets the counter support singleton.
- getInstance() - Static method in class org.snmp4j.security.SecurityModels
-
Gets the security singleton instance.
- getInstance() - Static method in class org.snmp4j.security.SecurityProtocols
-
Get an instance of class SecurityProtocols.
- getInstance() - Static method in class org.snmp4j.transport.TransportMappings
-
Returns the TransportMappings
singleton.
- getIpAddressFromSubjAltName(Collection<List<?>>) - Static method in class org.snmp4j.transport.tls.TLSTMUtil
-
- getKeyStore() - Method in interface org.snmp4j.transport.tls.TlsTransportMappingConfig
-
- getKeyStore() - Method in class org.snmp4j.transport.TLSTM
-
- getKeyStorePassword() - Method in interface org.snmp4j.transport.tls.TlsTransportMappingConfig
-
- getKeyStorePassword() - Method in class org.snmp4j.transport.TLSTM
-
- getLastError() - Method in class org.snmp4j.transport.DefaultTcpTransportMapping.ServerThread
-
- getLastReceived() - Method in class org.snmp4j.util.TableUtils.ColumnsOfRequest
-
- getLatestReceivedTime() - Method in class org.snmp4j.security.UsmTimeEntry
-
Gets the time when a message has been received last from the associated
SNMP engine.
- getLength() - Method in class org.snmp4j.security.ByteArrayWindow
-
- getLevel() - Method in class org.snmp4j.log.LogLevel
-
- getListenAddress() - Method in class org.snmp4j.transport.DefaultSshTransportMapping
-
- getListenAddress() - Method in class org.snmp4j.transport.DefaultTcpTransportMapping
-
- getListenAddress() - Method in class org.snmp4j.transport.DefaultUdpTransportMapping
-
- getListenAddress() - Method in class org.snmp4j.transport.DummyTransport.DummyTransportResponder
-
- getListenAddress() - Method in class org.snmp4j.transport.DummyTransport
-
- getListenAddress() - Method in class org.snmp4j.transport.TcpTransportMapping
-
- getListenAddress() - Method in class org.snmp4j.transport.TLSTM
-
- getListenAddress() - Method in class org.snmp4j.transport.UdpTransportMapping
-
- getListenAddress() - Method in interface org.snmp4j.TransportMapping
-
Returns the address that represents the actual incoming address this transport
mapping uses to listen for incoming packets.
- getLocalCertificateAlias(Address) - Method in class org.snmp4j.transport.tls.DefaultTlsTmSecurityCallback
-
- getLocalCertificateAlias(Address) - Method in class org.snmp4j.transport.tls.PropertiesTlsTmSecurityCallback
-
- getLocalCertificateAlias(Address) - Method in interface org.snmp4j.transport.tls.TlsTmSecurityCallback
-
Gets the local certificate alias to be used for the supplied target address.
- getLocalCertificateAlias(Address) - Method in class org.snmp4j.transport.tls.TlsTmSecurityCallbackProxy
-
- getLocalCertificateAlias() - Method in class org.snmp4j.transport.TLSTM
-
- getLocalEngineID() - Method in class org.snmp4j.mp.MPv3
-
Gets a copy of the local engine ID.
- getLocalEngineID() - Method in class org.snmp4j.security.SNMPv3SecurityModel
-
Returns the local engine ID.
- getLocalEngineID() - Method in class org.snmp4j.Snmp
-
Gets the local engine ID if the MPv3 is available, otherwise a runtime
exception is thrown.
- getLocalizationEngineID() - Method in class org.snmp4j.security.UsmUser
-
Returns the localization engine ID for which this USM user has been already
localized.
- getLocalTime() - Method in class org.snmp4j.security.UsmTimeTable
-
- getLogFactory() - Static method in class org.snmp4j.log.LogFactory
-
Gets the log factory to be used by SNMP4J.
- getLogger(Class) - Static method in class org.snmp4j.log.LogFactory
-
Gets the logger for the supplied class.
- getLogger(String) - Static method in class org.snmp4j.log.LogFactory
-
Gets the logger for the supplied class name.
- getLogger() - Method in class org.snmp4j.log.LogProxy
-
Gets the proxied logger.
- getLogHandler() - Method in class org.snmp4j.log.ConsoleLogAdapter
-
- getLogHandler() - Method in class org.snmp4j.log.JavaLogAdapter
-
- getLogHandler() - Method in interface org.snmp4j.log.LogAdapter
-
Returns the log handlers associated with this logger.
- getLogHandler() - Method in class org.snmp4j.log.LogProxy
-
- getLogHandler() - Method in class org.snmp4j.log.NoLogger
-
- getLogLevel() - Method in class org.snmp4j.log.ConsoleLogAdapter
-
- getLogLevel() - Method in class org.snmp4j.log.JavaLogAdapter
-
- getLogLevel() - Method in interface org.snmp4j.log.LogAdapter
-
Returns the log level defined for this log adapter.
- getLogLevel() - Method in class org.snmp4j.log.LogProxy
-
- getLogLevel() - Method in class org.snmp4j.log.NoLogger
-
- getLowerBoundIndex() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getMaxAuthDigestLength() - Method in class org.snmp4j.security.SecurityProtocols
-
Gets the maximum authentication key length of the all known
authentication protocols.
- getMaxBusyLoops() - Method in class org.snmp4j.transport.DefaultTcpTransportMapping
-
- getMaxEngineIdCacheSize() - Method in interface org.snmp4j.mp.EngineIdCacheSize
-
Gets the maximum number of transport address to engineID mappings to be hold in the cache.
- getMaxEngineIdCacheSize() - Method in class org.snmp4j.mp.MPv3
-
- getMaxEngineIdCacheSize() - Static method in class org.snmp4j.SNMP4JSettings
-
Gets the maximum number of engine IDs to be hold in the cache of the
MPv3
.
- getMaxInboundMessageSize() - Method in class org.snmp4j.transport.AbstractTransportMapping
-
- getMaxInboundMessageSize() - Method in class org.snmp4j.transport.DefaultTcpTransportMapping
-
Gets the inbound buffer size for incoming requests.
- getMaxInboundMessageSize() - Method in class org.snmp4j.transport.TLSTM
-
Gets the inbound buffer size for incoming requests.
- getMaxInboundMessageSize() - Method in interface org.snmp4j.TransportMapping
-
Gets the maximum length of an incoming message that can be successfully
processed by this transport mapping implementation.
- getMaxKeyLength() - Method in class org.snmp4j.security.AuthGeneric
-
- getMaxKeyLength() - Method in class org.snmp4j.security.Priv3DES
-
- getMaxKeyLength() - Method in interface org.snmp4j.security.PrivacyProtocol
-
Gets the maximum key size for this privacy protocol.
- getMaxKeyLength() - Method in class org.snmp4j.security.PrivAES
-
- getMaxKeyLength() - Method in class org.snmp4j.security.PrivDES
-
- getMaxKeyLength() - Method in interface org.snmp4j.security.SecurityProtocol
-
Get the maximum length of the key in bytes for this security protocol.
- getMaxLength() - Method in interface org.snmp4j.smi.SubIndexInfo
-
Gets the maximum length in bytes of the sub-index.
- getMaxLength() - Method in class org.snmp4j.smi.SubIndexInfoImpl
-
- getMaxNumColumnsPerPDU() - Method in class org.snmp4j.util.TableUtils
-
Gets the maximum number of columns that will be retrieved per SNMP GETNEXT
or GETBULK request.
- getMaxNumRowsPerPDU() - Method in class org.snmp4j.util.TableUtils
-
Gets the maximum number of rows that will be retrieved per SNMP GETBULK
request.
- getMaxPoolSize() - Method in class org.snmp4j.security.CipherPool
-
- getMaxPrivDecryptParamsLength() - Method in class org.snmp4j.security.SecurityProtocols
-
Gets the maximum privacy key length of the currently known
privacy protocols.
- getMaxRepetitions() - Method in class org.snmp4j.PDU
-
Gets the maximum repetitions of repeatable variable bindings in GETBULK
requests.
- getMaxRepetitions() - Method in class org.snmp4j.PDUv1
-
- getMaxRepetitions() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getMaxRepetitions() - Method in class org.snmp4j.util.DefaultPDUFactory
-
Gets the maximum number of repetitions for the repetitions
variable bindings for
PDU.GETBULK
PDUs.
- getMaxRepetitions() - Method in class org.snmp4j.util.SnmpConfigurator.InnerPDUFactory
-
- getMaxRepetitions() - Method in class org.snmp4j.util.TreeUtils
-
Gets the maximum number of the variable bindings per TreeEvent
returned by this instance.
- getMaxSizeRequestPDU() - Method in class org.snmp4j.AbstractTarget
-
Gets the maximum size of request PDUs that this target is able to respond
to.
- getMaxSizeRequestPDU() - Method in interface org.snmp4j.Target
-
Gets the maximum size of request PDUs that this target is able to respond
to.
- getMaxSizeResponsePDU() - Method in class org.snmp4j.CommandResponderEvent
-
- getMaxSizeResponseScopedPDU() - Method in class org.snmp4j.mp.StateReference
-
- getMessage() - Method in class org.snmp4j.event.AuthenticationFailureEvent
-
Returns the message received.
- getMessageDispatcher() - Method in class org.snmp4j.CommandResponderEvent
-
Gets the message dispatcher instance that received the command
(request PDU) or unconfirmed PDU like a report, trap, or notification..
- getMessageDispatcher() - Method in class org.snmp4j.Snmp
-
Returns the message dispatcher associated with this SNMP session.
- getMessageIDs() - Method in class org.snmp4j.mp.StateReference
-
- getMessageLength(ByteBuffer) - Method in class org.snmp4j.transport.DefaultTcpTransportMapping.SnmpMesssageLengthDecoder
-
- getMessageLength() - Method in class org.snmp4j.transport.MessageLength
-
Returns the total message length (header+payload).
- getMessageLength(ByteBuffer) - Method in interface org.snmp4j.transport.MessageLengthDecoder
-
Returns the total message length to read (including header) and
the actual header length.
- getMessageLengthDecoder() - Method in interface org.snmp4j.transport.ConnectionOrientedTransportMapping
-
Returns the MessageLengthDecoder
used by this transport
mapping.
- getMessageLengthDecoder() - Method in class org.snmp4j.transport.DefaultTcpTransportMapping
-
- getMessageLengthDecoder() - Method in class org.snmp4j.transport.TcpTransportMapping
-
Returns the MessageLengthDecoder
used by this transport
mapping.
- getMessageLengthDecoder() - Method in class org.snmp4j.transport.TLSTM
-
- getMessageProcessingModel() - Method in class org.snmp4j.CommandResponderEvent
-
- getMessageProcessingModel(int) - Method in interface org.snmp4j.MessageDispatcher
-
Gets the MessageProcessingModel
for the supplied message
processing model ID.
- getMessageProcessingModel(int) - Method in class org.snmp4j.MessageDispatcherImpl
-
- getMessageProcessingModel(int) - Method in class org.snmp4j.Snmp
-
Gets the message processing model for the supplied ID.
- getMessageProcessingModel(int) - Method in class org.snmp4j.util.MultiThreadedMessageDispatcher
-
- getMinHeaderLength() - Method in class org.snmp4j.transport.DefaultTcpTransportMapping.SnmpMesssageLengthDecoder
-
- getMinHeaderLength() - Method in interface org.snmp4j.transport.MessageLengthDecoder
-
Returns the minimum length of the header to be decoded.
- getMinKeyLength() - Method in class org.snmp4j.security.Priv3DES
-
- getMinKeyLength() - Method in interface org.snmp4j.security.PrivacyProtocol
-
Gets the minimum key size for this privacy protocol.
- getMinKeyLength() - Method in class org.snmp4j.security.PrivAES
-
- getMinKeyLength() - Method in class org.snmp4j.security.PrivDES
-
- getMinLength() - Method in interface org.snmp4j.smi.SubIndexInfo
-
Gets the minimum length in bytes of the sub-index.
- getMinLength() - Method in class org.snmp4j.smi.SubIndexInfoImpl
-
- getMsgFlags() - Method in class org.snmp4j.mp.MPv3.HeaderData
-
- getMsgFlags() - Method in class org.snmp4j.mp.StateReference
-
- getMsgID() - Method in class org.snmp4j.mp.MPv3.HeaderData
-
- getMsgID() - Method in class org.snmp4j.mp.StateReference
-
- getMsgMaxSize() - Method in class org.snmp4j.mp.MPv3.HeaderData
-
- getName() - Method in class org.snmp4j.log.ConsoleLogAdapter
-
- getName() - Method in class org.snmp4j.log.JavaLogAdapter
-
- getName() - Method in interface org.snmp4j.log.LogAdapter
-
Returns the name of the logger.
- getName() - Method in class org.snmp4j.log.LogProxy
-
- getName() - Method in class org.snmp4j.log.NoLogger
-
- getName() - Method in class org.snmp4j.util.ArgumentParser.ArgumentParameter
-
- getName() - Method in class org.snmp4j.util.ThreadPool
-
Returns the name of the thread pool.
- getNewState() - Method in class org.snmp4j.transport.TransportStateEvent
-
- GETNEXT - Static variable in class org.snmp4j.PDU
-
Denotes a getnext (search) PDU.
- getNext(PDU, Target) - Method in class org.snmp4j.Snmp
-
Sends a GETNEXT request to a target.
- getNext(PDU, Target, Object, ResponseListener) - Method in class org.snmp4j.Snmp
-
Asynchronously sends a GETNEXT request PDU
to the given
target.
- getNextMessageID() - Method in class org.snmp4j.mp.MPv3
-
Gets unique message ID.
- getNextMsgID() - Method in class org.snmp4j.mp.MPv3
-
Gets the message ID that will be used for the next request to be sent by this message processing model.
- getNextRequestID() - Method in interface org.snmp4j.MessageDispatcher
-
Gets the next unique request ID.
- getNextRequestID() - Method in class org.snmp4j.MessageDispatcherImpl
-
- getNextRequestID() - Method in class org.snmp4j.Snmp
-
Gets the next unique request ID.
- getNextRequestID() - Method in class org.snmp4j.util.MultiThreadedMessageDispatcher
-
- getNonRepeaters() - Method in class org.snmp4j.PDU
-
Gets the number of non repeater variable bindings in a GETBULK PDU.
- getNonRepeaters() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getNonRepeaters() - Method in class org.snmp4j.util.DefaultPDUFactory
-
Gets the number of non repeater variable bindings for
PDU.GETBULK
PDUs.
- getNonRepeaters() - Method in class org.snmp4j.util.SnmpConfigurator.InnerPDUFactory
-
- getNotificationListenerTM(Address) - Method in class org.snmp4j.Snmp
-
Gets the transport mapping registered for the specified listen address.
- getNumDispatcherThreads() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getNumLexicographicErrors() - Method in class org.snmp4j.util.TableUtils.TableRequest
-
Gets the number of lexicographic errors that occurred during request processing.
- getOffset() - Method in class org.snmp4j.security.ByteArrayWindow
-
- getOid() - Method in class org.snmp4j.event.CounterEvent
-
Gets the instance object identifier of the counter.
- getOid() - Method in class org.snmp4j.smi.VariableBinding
-
Gets the object instance identifier of the variable binding.
- getOIDLength(int[]) - Static method in class org.snmp4j.asn1.BER
-
Gets the payload length in bytes of the BER encoded OID value.
- getOIDTextFormat() - Static method in class org.snmp4j.SNMP4JSettings
-
Gets the OID text format for textual representation of OIDs.
- getOperation() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getOption() - Method in class org.snmp4j.util.ArgumentParser.ArgumentFormat
-
- getOptionFormat() - Method in class org.snmp4j.util.ArgumentParser
-
- getParameterFormat() - Method in exception org.snmp4j.util.ArgumentParser.ArgumentParseException
-
- getParameterFormat() - Method in class org.snmp4j.util.ArgumentParser
-
- getParameterFormatDetail() - Method in exception org.snmp4j.util.ArgumentParser.ArgumentParseException
-
- getParameters() - Method in class org.snmp4j.util.ArgumentParser.ArgumentFormat
-
- getPayloadLength() - Method in class org.snmp4j.transport.MessageLength
-
Returns the length of the payload.
- getPDU() - Method in class org.snmp4j.CommandResponderEvent
-
- getPdu() - Method in class org.snmp4j.MutablePDU
-
- getPduFactory() - Method in class org.snmp4j.uri.SnmpURI
-
- getPDUFactory(Map<String, List<Object>>) - Method in class org.snmp4j.util.SnmpConfigurator
-
- getPduHandle() - Method in class org.snmp4j.CommandResponderEvent
-
- getPduHandle() - Method in class org.snmp4j.mp.StateReference
-
- getPduType() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getPduType() - Method in class org.snmp4j.util.DefaultPDUFactory
-
- getPeerAddress() - Method in class org.snmp4j.CommandResponderEvent
-
Gets the transport address of the sending entity.
- getPeerAddress() - Method in class org.snmp4j.event.ResponseEvent
-
Gets the transport address of the response sender.
- getPeerAddress() - Method in class org.snmp4j.transport.TransportStateEvent
-
- getPendingAsyncRequestCount() - Method in class org.snmp4j.Snmp
-
Gets the number of currently pending asynchronous requests.
- getPendingSyncRequestCount() - Method in class org.snmp4j.Snmp
-
Gets the number of currently pending synchronous requests.
- getPort() - Method in class org.snmp4j.smi.TransportIpAddress
-
- getPosition() - Method in class org.snmp4j.asn1.BERInputStream
-
Gets the current position in the underlying buffer
.
- getPreferredTransports() - Method in class org.snmp4j.AbstractTarget
-
- getPreferredTransports() - Method in interface org.snmp4j.Target
-
Gets the prioritised list of transport mappings to be used for this
target.
- getPrime() - Method in class org.snmp4j.security.dh.DHParameters
-
- getPriority() - Method in class org.snmp4j.transport.DefaultTcpTransportMapping
-
Returns the priority of the internal listen thread.
- getPriority() - Method in class org.snmp4j.transport.DefaultUdpTransportMapping
-
Returns the priority of the internal listen thread.
- getPrivacyKey() - Method in class org.snmp4j.security.UsmSecurityParameters
-
- getPrivacyKey() - Method in class org.snmp4j.security.UsmSecurityStateReference
-
- getPrivacyKey() - Method in class org.snmp4j.security.UsmUserEntry
-
- getPrivacyParameters() - Method in class org.snmp4j.security.UsmSecurityParameters
-
- getPrivacyPassphrase() - Method in class org.snmp4j.security.UsmUser
-
Gets the privacy passphrase.
- getPrivacyProtocol(OID) - Method in class org.snmp4j.security.SecurityProtocols
-
Get the PrivacyProtocol with the given ID.
- getPrivacyProtocol() - Method in class org.snmp4j.security.UsmSecurityParameters
-
- getPrivacyProtocol() - Method in class org.snmp4j.security.UsmSecurityStateReference
-
- getPrivacyProtocol() - Method in class org.snmp4j.security.UsmUser
-
Gets the privacy protocol ID.
- getPrivateValueLength() - Method in class org.snmp4j.security.dh.DHParameters
-
- getPrivPassphrase() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getPrivProtocol(OID) - Method in class org.snmp4j.mp.MPv3
-
Gets an privacy protocol for the supplied ID.
- getPrivProtocol() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getPrivProtocolOid(String) - Static method in class org.snmp4j.util.SnmpConfigurator
-
- getProtocolVersionPropertyName() - Method in interface org.snmp4j.transport.tls.TlsTransportMappingConfig
-
Returns the property name that is used by this transport mapping to determine the protocol versions
from system properties.
- getProtocolVersions() - Method in interface org.snmp4j.transport.tls.TlsTransportMappingConfig
-
Return the (D)TLS protocol versions used by this transport mapping.
- getReceiveBufferSize() - Method in class org.snmp4j.transport.DefaultUdpTransportMapping
-
Gets the requested receive buffer size for the underlying UDP socket.
- getReportHandler() - Method in class org.snmp4j.Snmp
-
Returns the report handler which is used internally to process reports
received from command responders.
- getReportPDU() - Method in class org.snmp4j.util.RetrievalEvent
-
Gets the report PDU associated with this event.
- getReportSecurityLevelStrategy() - Static method in class org.snmp4j.SNMP4JSettings
-
- getRequest() - Method in class org.snmp4j.event.ResponseEvent
-
Gets the request PDU.
- getRequestedSecurityLevel() - Method in class org.snmp4j.TransportStateReference
-
- getRequestID() - Method in class org.snmp4j.PDU
-
Gets the request ID associated with this PDU.
- getRequestSerial() - Method in class org.snmp4j.util.TableUtils.ColumnsOfRequest
-
- getRequestTimeout(int, long) - Method in class org.snmp4j.DefaultTimeoutModel
-
- getRequestTimeout(int, long) - Method in interface org.snmp4j.TimeoutModel
-
- getResponder(A) - Method in class org.snmp4j.transport.DummyTransport
-
- getResponse() - Method in class org.snmp4j.event.ResponseEvent
-
Gets the response PDU.
- getResponseRuntimeNanos() - Method in interface org.snmp4j.mp.RequestStatistics
-
Gets the time elapsed between the sending of the message and receiving its response.
- getResponseType() - Method in class org.snmp4j.uri.SnmpUriResponse
-
- getRetries() - Method in class org.snmp4j.AbstractTarget
-
Gets the number of retries.
- getRetries() - Method in interface org.snmp4j.Target
-
Gets the number of retries.
- getRetries() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getRetries() - Method in class org.snmp4j.uri.SnmpURI
-
- getRetryTimeout(int, int, long) - Method in class org.snmp4j.DefaultTimeoutModel
-
- getRetryTimeout(int, int, long) - Method in interface org.snmp4j.TimeoutModel
-
Gets the timeout for the specified retry (a zero value for
retryCount
specifies the first request).
- getRootLogger() - Method in class org.snmp4j.log.ConsoleLogFactory
-
- getRootLogger() - Method in class org.snmp4j.log.JavaLogFactory
-
- getRootLogger() - Method in class org.snmp4j.log.LogFactory
-
Returns the top level logger.
- getRow(OID) - Method in class org.snmp4j.util.TableUtils.TableRequest
-
- getScopedPduPosition() - Method in class org.snmp4j.security.TsmSecurityParameters
-
- getScopedPduPosition() - Method in class org.snmp4j.security.UsmSecurityParameters
-
getScopedPduPosition
- getSecurityCallback() - Method in interface org.snmp4j.transport.tls.TlsTransportMappingConfig
-
- getSecurityCallback() - Method in class org.snmp4j.transport.tls.TlsTrustManager
-
- getSecurityCallback() - Method in class org.snmp4j.transport.TLSTM
-
- getSecurityEngineID() - Method in class org.snmp4j.mp.StateReference
-
- getSecurityEngineID() - Method in class org.snmp4j.security.UsmSecurityStateReference
-
- getSecurityLevel() - Method in class org.snmp4j.AbstractTarget
-
- getSecurityLevel() - Method in class org.snmp4j.CommandResponderEvent
-
- getSecurityLevel() - Method in class org.snmp4j.mp.StateReference
-
- getSecurityLevel() - Method in class org.snmp4j.mp.StatusInformation
-
- getSecurityLevel() - Method in class org.snmp4j.security.UsmSecurityStateReference
-
- getSecurityLevel() - Method in interface org.snmp4j.Target
-
Gets the security level associated with this target.
- getSecurityModel() - Method in class org.snmp4j.AbstractTarget
-
- getSecurityModel() - Method in class org.snmp4j.CommandResponderEvent
-
Gets the security model used by the command.
- getSecurityModel() - Method in class org.snmp4j.CommunityTarget
-
- getSecurityModel(int) - Method in class org.snmp4j.mp.MPv3
-
Gets the security model for the supplied ID.
- getSecurityModel() - Method in class org.snmp4j.mp.MPv3.HeaderData
-
- getSecurityModel() - Method in class org.snmp4j.mp.StateReference
-
- getSecurityModel(Integer32) - Method in class org.snmp4j.security.SecurityModels
-
Returns a security model from the central repository of security models.
- getSecurityModel() - Method in class org.snmp4j.security.UsmUser
-
Gets the security model ID of the USM.
- getSecurityModel() - Method in interface org.snmp4j.Target
-
Gets the security model associated with this target.
- getSecurityModel() - Method in class org.snmp4j.uri.SnmpURI
-
- getSecurityModels() - Method in class org.snmp4j.mp.MPv3
-
Gets the security models supported by this MPv3.
- getSecurityName() - Method in class org.snmp4j.AbstractTarget
-
- getSecurityName() - Method in class org.snmp4j.CommandResponderEvent
-
- getSecurityName() - Method in class org.snmp4j.mp.StateReference
-
- getSecurityName() - Method in class org.snmp4j.security.UsmSecurityStateReference
-
- getSecurityName() - Method in class org.snmp4j.security.UsmUser
-
Gets the user's security name.
- getSecurityName() - Method in interface org.snmp4j.Target
-
Gets the security name associated with this target.
- getSecurityName() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getSecurityName(X509Certificate[]) - Method in class org.snmp4j.transport.tls.DefaultTlsTmSecurityCallback
-
- getSecurityName(X509Certificate[]) - Method in class org.snmp4j.transport.tls.PropertiesTlsTmSecurityCallback
-
- getSecurityName() - Method in class org.snmp4j.transport.tls.SecurityNameMapping
-
- getSecurityName(C[]) - Method in interface org.snmp4j.transport.tls.TlsTmSecurityCallback
-
Gets the tmSecurityName (see RFC 5953) from the certificate chain of the communication peer that needs to be
authenticated.
- getSecurityName(C[]) - Method in class org.snmp4j.transport.tls.TlsTmSecurityCallbackProxy
-
- getSecurityName() - Method in class org.snmp4j.TransportStateReference
-
- getSecurityNamePrefix(byte[]) - Method in class org.snmp4j.security.TSM
-
- getSecurityParametersPosition() - Method in interface org.snmp4j.security.SecurityParameters
-
Gets the byte position of the first byte (counted from zero) of the
security parameters in the whole message.
- getSecurityParametersPosition() - Method in class org.snmp4j.security.TsmSecurityParameters
-
- getSecurityParametersPosition() - Method in class org.snmp4j.security.UsmSecurityParameters
-
- getSecurityProtocol(OID) - Method in class org.snmp4j.security.SecurityProtocols
-
- getSecurityProtocols() - Method in class org.snmp4j.mp.MPv3
-
Gets the security protocols supported by this
MPv3
.
- getSecurityProtocols() - Method in class org.snmp4j.security.USM
-
Returns the security protocol collection used by this USM.
- getSecurityStateReference() - Method in class org.snmp4j.mp.StateReference
-
- getSequencePosition() - Method in class org.snmp4j.security.UsmSecurityParameters
-
- getServerFingerprint() - Method in interface org.snmp4j.CertifiedIdentity
-
- getServerFingerprint() - Method in class org.snmp4j.CertifiedTarget
-
- getSessionID() - Method in class org.snmp4j.TransportStateReference
-
- getSmiValue() - Method in enum org.snmp4j.mp.SnmpConstants.StorageTypeEnum
-
Gets the SMI value of the enumeration for setting a StorageType OBJECT-TYPE.
- getSmiValue() - Method in enum org.snmp4j.smi.MaxAccess
-
Gets the MAX-ACCESS (or ACCESS in SMIv1) clause string.
- getSnmp4jErrorStatus() - Method in exception org.snmp4j.MessageException
-
Gets the SNMP4J specific error status associated with this exception.
- getSnmp4jStatistics() - Static method in class org.snmp4j.SNMP4JSettings
-
Get the SNMP4J statistics level.
- getSnmpSyntax() - Method in interface org.snmp4j.smi.SubIndexInfo
-
Gets the SNMP syntax value of the sub-index' base syntax.
- getSnmpSyntax() - Method in class org.snmp4j.smi.SubIndexInfoImpl
-
- getSnmpValue() - Method in enum org.snmp4j.security.SecurityLevel
-
Gets the SNMP value of this security level.
- getSocketTimeout() - Method in class org.snmp4j.transport.DefaultUdpTransportMapping
-
Returns the socket timeout.
- getSpecificTrap() - Method in class org.snmp4j.PDUv1
-
Gets the specific trap ID.
- getSSLContext(boolean, TransportStateReference) - Method in class org.snmp4j.transport.TLSTM.DefaultSSLEngineConfiguration
-
- getStateReference() - Method in class org.snmp4j.CommandResponderEvent
-
- getStateReference() - Method in class org.snmp4j.mp.MutableStateReference
-
- getStatus() - Method in class org.snmp4j.util.RetrievalEvent
-
Gets the status of the table operation.
- getStatusInformation() - Method in exception org.snmp4j.MessageException
-
- getStorageType() - Method in class org.snmp4j.security.UsmUserEntry
-
- getSubjAltName(Collection<List<?>>, int) - Static method in class org.snmp4j.transport.tls.TLSTMUtil
-
- getSubjAltName(Collection<List<?>>, int) - Static method in class org.snmp4j.transport.TLSTM
-
- getSubtree(Target, OID) - Method in class org.snmp4j.util.TreeUtils
-
Gets a subtree with GETNEXT (SNMPv1) or GETBULK (SNMP2c, SNMPv3) operations
from the specified target synchronously.
- getSubtree(Target, OID, Object, TreeListener) - Method in class org.snmp4j.util.TreeUtils
-
Gets a subtree with GETNEXT (SNMPv1) or GETBULK (SNMP2c, SNMPv3) operations
from the specified target asynchronously.
- getSupportedAddressClass() - Method in class org.snmp4j.transport.AbstractTransportMapping
-
- getSupportedAddressClass() - Method in class org.snmp4j.transport.DefaultSshTransportMapping
-
- getSupportedAddressClass() - Method in class org.snmp4j.transport.DummyTransport.DummyTransportResponder
-
- getSupportedAddressClass() - Method in class org.snmp4j.transport.DummyTransport
-
- getSupportedAddressClass() - Method in class org.snmp4j.transport.TcpTransportMapping
-
- getSupportedAddressClass() - Method in class org.snmp4j.transport.TLSTM
-
- getSupportedAddressClass() - Method in class org.snmp4j.transport.UdpTransportMapping
-
- getSupportedAddressClass() - Method in interface org.snmp4j.TransportMapping
-
Gets the Address
class that is supported by this transport mapping.
- getSyntax() - Method in class org.snmp4j.smi.AbstractVariable
-
Gets the ASN.1 syntax identifier value of this SNMP variable.
- getSyntax() - Method in class org.snmp4j.smi.BitString
-
- getSyntax() - Method in class org.snmp4j.smi.Counter32
-
- getSyntax() - Method in class org.snmp4j.smi.Counter64
-
- getSyntax() - Method in class org.snmp4j.smi.Gauge32
-
- getSyntax() - Method in class org.snmp4j.smi.GenericAddress
-
- getSyntax() - Method in class org.snmp4j.smi.Integer32
-
- getSyntax() - Method in class org.snmp4j.smi.IpAddress
-
- getSyntax() - Method in class org.snmp4j.smi.Null
-
- getSyntax() - Method in class org.snmp4j.smi.OctetString
-
- getSyntax() - Method in class org.snmp4j.smi.OID
-
- getSyntax() - Method in class org.snmp4j.smi.Opaque
-
- getSyntax() - Method in class org.snmp4j.smi.TimeTicks
-
- getSyntax() - Method in class org.snmp4j.smi.TransportIpAddress
-
- getSyntax() - Method in class org.snmp4j.smi.UnsignedInteger32
-
- getSyntax() - Method in interface org.snmp4j.smi.Variable
-
Gets the ASN.1 syntax identifier value of this SNMP variable.
- getSyntax() - Method in class org.snmp4j.smi.VariableBinding
-
Gets the syntax of the variable bindings value.
- getSyntax() - Method in class org.snmp4j.smi.VariantVariable
-
- getSyntaxFromString(String) - Static method in class org.snmp4j.smi.AbstractVariable
-
- getSyntaxString(int) - Static method in class org.snmp4j.smi.AbstractVariable
-
Gets a textual description of the supplied syntax type.
- getSyntaxString() - Method in class org.snmp4j.smi.AbstractVariable
-
Gets a textual description of this Variable.
- getSyntaxString() - Method in interface org.snmp4j.smi.Variable
-
Gets a textual description of this Variable.
- getSysUpTime() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getTable(Target, OID[], OID, OID) - Method in class org.snmp4j.util.TableUtils
-
Gets synchronously SNMP tabular data from one or more tables.
- getTable(Target, OID[], TableListener, Object, OID, OID) - Method in class org.snmp4j.util.TableUtils
-
Gets SNMP tabular data from one or more tables.
- getTableStatus() - Method in class org.snmp4j.util.TableUtils.TableRequest
-
- getTarget() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getTarget(Map<String, List<Object>>) - Method in class org.snmp4j.util.SnmpConfigurator
-
- getTaskManagerName(String, int) - Method in class org.snmp4j.util.ThreadPool
-
- getTaskManagersBusyTimeoutMillis() - Method in class org.snmp4j.util.ThreadPool
-
- getTDomainPrefix(Class<? extends Address>) - Static method in class org.snmp4j.smi.GenericAddress
-
Gets the transport domain prefix string (lowercase) for a supplied
Address
class.
- getThreadFactory() - Static method in class org.snmp4j.SNMP4JSettings
-
Gets the thread factory.
- getThreadJoinTimeout() - Static method in class org.snmp4j.SNMP4JSettings
-
Gets the Thread join timeout used to join threads if no explicit timeout
is set.
- getThreadName() - Method in class org.snmp4j.transport.DefaultTcpTransportMapping
-
Returns the name of the listen thread.
- getThreadName() - Method in class org.snmp4j.transport.DefaultUdpTransportMapping
-
Returns the name of the listen thread.
- getThreadName() - Method in class org.snmp4j.transport.TLSTM
-
Returns the name of the listen thread.
- getTime(OctetString) - Method in class org.snmp4j.security.UsmTimeTable
-
- getTimeDiff() - Method in class org.snmp4j.security.UsmTimeEntry
-
- getTimeout() - Method in class org.snmp4j.AbstractTarget
-
Gets the timeout for a target.
- getTimeout() - Method in interface org.snmp4j.Target
-
Gets the timeout for a target.
- getTimeout() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getTimeout() - Method in class org.snmp4j.uri.SnmpURI
-
- getTimeoutModel() - Method in class org.snmp4j.Snmp
-
Gets the timeout model associated with this SNMP session.
- getTimerFactory() - Static method in class org.snmp4j.SNMP4JSettings
-
Gets the timer factory.
- getTimestamp() - Method in class org.snmp4j.PDUv1
-
Gets the TimeTicks
value of the trap sender's notion of
its sysUpTime value when this trap has been generated.
- getTimeTable() - Method in class org.snmp4j.security.USM
-
Returns the UsmTimeTable
instance used by this USM for holding
timing information about the local and remote SNMP entities.
- getTlsProtocols() - Method in class org.snmp4j.transport.TLSTM
-
- getTlsTmSecurityCallback() - Method in class org.snmp4j.transport.tls.TlsTmSecurityCallbackProxy
-
- getTlsTmSecurityCallback() - Method in class org.snmp4j.transport.tls.TlsX509CertifiedTarget
-
- getTmStateReference() - Method in class org.snmp4j.CommandResponderEvent
-
Gets the transport model state reference as defined by RFC 5590.
- getTmStateReference() - Method in class org.snmp4j.security.TsmSecurityStateReference
-
- getTotalMessagesSent() - Method in interface org.snmp4j.mp.RequestStatistics
-
Gets the total number of messages that have been sent on behalf of this request.
- getTransactionID() - Method in class org.snmp4j.mp.PduHandle
-
Gets the transaction ID of this handle.
- getTransport() - Method in class org.snmp4j.event.AuthenticationFailureEvent
-
Returns the transport mapping over which the message has bee received.
- getTransport(Address) - Method in interface org.snmp4j.MessageDispatcher
-
Returns a transport mapping that can handle the supplied address.
- getTransport(Address) - Method in class org.snmp4j.MessageDispatcherImpl
-
Returns a transport mapping that can handle the supplied address.
- getTransport() - Method in class org.snmp4j.TransportStateReference
-
- getTransport(Address) - Method in class org.snmp4j.util.MultiThreadedMessageDispatcher
-
- getTransportDomainPrefix(Address) - Method in class org.snmp4j.security.TSM
-
- getTransportMapping() - Method in class org.snmp4j.CommandResponderEvent
-
Returns the transport mapping that received the PDU that triggered this
event.
- getTransportMapping() - Method in class org.snmp4j.mp.StateReference
-
- getTransportMappings() - Method in interface org.snmp4j.MessageDispatcher
-
Gets the Collection
of transport mappings in this message
dispatcher.
- getTransportMappings() - Method in class org.snmp4j.MessageDispatcherImpl
-
Gets a collection of all registered transport mappings.
- getTransportMappings() - Method in class org.snmp4j.util.MultiThreadedMessageDispatcher
-
- getTransportSecurityLevel() - Method in class org.snmp4j.TransportStateReference
-
- getTransportStateReference() - Method in interface org.snmp4j.transport.ssh.SshSession
-
- getTrapOID(OID, int, int) - Static method in class org.snmp4j.mp.SnmpConstants
-
- getTrapOID() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getTrustManagerFactory() - Method in class org.snmp4j.transport.TLSTM
-
- getTrustStore() - Method in interface org.snmp4j.transport.tls.TlsTransportMappingConfig
-
- getTrustStore() - Method in class org.snmp4j.transport.TLSTM
-
- getTrustStorePassword() - Method in interface org.snmp4j.transport.tls.TlsTransportMappingConfig
-
- getTrustStorePassword() - Method in class org.snmp4j.transport.TLSTM
-
- getType() - Method in class org.snmp4j.event.SnmpEngineEvent
-
Returns the type of the engine event.
- getType() - Method in class org.snmp4j.event.UsmUserEvent
-
Return the type of operation that triggered this event.
- getType() - Method in class org.snmp4j.PDU
-
Gets the PDU type.
- getType() - Method in class org.snmp4j.transport.tls.SecurityNameMapping
-
- getType() - Method in class org.snmp4j.util.ArgumentParser.ArgumentParameter
-
- getTypeFromString(String) - Static method in class org.snmp4j.PDU
-
Gets the PDU type identifier for a string representation of the type.
- getTypeString(int) - Static method in class org.snmp4j.PDU
-
Gets a string representation of the supplied PDU type.
- getUnsigned(int) - Method in class org.snmp4j.smi.OID
-
Gets the unsigned sub-identifier value at the specified position.
- getUpperBoundIndex() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getUser() - Method in class org.snmp4j.event.UsmUserEvent
-
- getUser(OctetString, OctetString) - Method in class org.snmp4j.security.USM
-
- getUser(OctetString, OctetString) - Method in class org.snmp4j.security.UsmUserTable
-
- getUser(OctetString) - Method in class org.snmp4j.security.UsmUserTable
-
- getUserEntries(OctetString) - Method in class org.snmp4j.security.UsmUserTable
-
Gets all user entries with the supplied user name.
- getUserEntries() - Method in class org.snmp4j.security.UsmUserTable
-
- getUserName() - Method in class org.snmp4j.security.UsmSecurityParameters
-
- getUserName() - Method in class org.snmp4j.security.UsmSecurityStateReference
-
- getUserName() - Method in class org.snmp4j.security.UsmUserEntry
-
- getUserName() - Method in class org.snmp4j.smi.SshAddress
-
- getUserObject() - Method in class org.snmp4j.event.ResponseEvent
-
- getUserObject() - Method in class org.snmp4j.util.RetrievalEvent
-
Gets the user object that has been specified by the user when the retrieval
operation that fired this event has been requested.
- getUserTable() - Method in class org.snmp4j.security.USM
-
Returns the UsmUserTable
instance used by the USM for local
storage of USM user information.
- getUSM() - Method in class org.snmp4j.Snmp
-
Gets the User Based Security Model (USM).
- getUsm() - Method in class org.snmp4j.uri.SnmpURI
-
- getUsmUser() - Method in class org.snmp4j.security.UsmUserEntry
-
- getValue() - Method in class org.snmp4j.asn1.BER.MutableByte
-
- getValue() - Method in class org.snmp4j.security.ByteArrayWindow
-
- getValue() - Method in class org.snmp4j.smi.Counter64
-
- getValue() - Method in class org.snmp4j.smi.Integer32
-
Gets the value.
- getValue() - Method in class org.snmp4j.smi.OctetString
-
- getValue() - Method in class org.snmp4j.smi.OID
-
Gets all sub-identifiers as an int array.
- getValue() - Method in class org.snmp4j.smi.TransportIpAddress
-
Returns the address value as a byte array.
- getValue() - Method in class org.snmp4j.smi.UnsignedInteger32
-
- getValue() - Method in exception org.snmp4j.util.ArgumentParser.ArgumentParseException
-
- getValue(Map, String, int) - Static method in class org.snmp4j.util.ArgumentParser
-
Gets the n
-th option value of a list of values - if available.
- getVariable(OID) - Method in class org.snmp4j.PDU
-
Gets the first variable whose OID starts with the specified OID.
- getVariable() - Method in class org.snmp4j.smi.VariableBinding
-
Gets the value of the variable binding.
- getVariable() - Method in class org.snmp4j.smi.VariantVariable
-
Returns the typed variable that holds the wrapped value.
- getVariableBindings() - Method in class org.snmp4j.PDU
-
Gets the variable binding vector.
- getVariableBindings() - Method in class org.snmp4j.util.TreeEvent
-
Gets the variable bindings retrieved in depth first order from the
(sub-)tree.
- getVariableTextFormat() - Static method in class org.snmp4j.SNMP4JSettings
-
Gets the variable text format for textual representation of variable
bindings.
- getVbs() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getVersion() - Method in class org.snmp4j.AbstractTarget
-
Gets the SNMP version (NMP messagen processing model) of the target.
- getVersion() - Method in interface org.snmp4j.Target
-
Gets the SNMP version (NMP messagen processing model) of the target.
- getVersion() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- getVersion() - Method in class org.snmp4j.uri.SnmpURI
-
- getVersion() - Static method in class org.snmp4j.version.VersionInfo
-
Gets the version string for this release.
- ID - Static variable in class org.snmp4j.mp.MPv1
-
- ID - Static variable in class org.snmp4j.mp.MPv2c
-
- ID - Static variable in class org.snmp4j.mp.MPv3
-
- ID - Static variable in class org.snmp4j.security.AuthHMAC128SHA224
-
- ID - Static variable in class org.snmp4j.security.AuthHMAC192SHA256
-
- ID - Static variable in class org.snmp4j.security.AuthHMAC256SHA384
-
- ID - Static variable in class org.snmp4j.security.AuthHMAC384SHA512
-
- ID - Static variable in class org.snmp4j.security.AuthMD5
-
- ID - Static variable in class org.snmp4j.security.AuthSHA
-
- ID - Static variable in class org.snmp4j.security.nonstandard.PrivAES192With3DESKeyExtension
-
Unique ID of this privacy protocol.
- ID - Static variable in class org.snmp4j.security.nonstandard.PrivAES256With3DESKeyExtension
-
Unique ID of this privacy protocol.
- ID - Static variable in class org.snmp4j.security.Priv3DES
-
Unique ID of this privacy protocol.
- ID - Static variable in class org.snmp4j.security.PrivAES128
-
Unique ID of this privacy protocol.
- ID - Static variable in class org.snmp4j.security.PrivAES192
-
Unique ID of this privacy protocol.
- ID - Static variable in class org.snmp4j.security.PrivAES256
-
Unique ID of this privacy protocol.
- ID - Static variable in class org.snmp4j.security.PrivDES
-
Unique ID of this privacy protocol.
- IGNORED_ENGINE_ID - Static variable in class org.snmp4j.event.SnmpEngineEvent
-
- incomingPDUFactory - Variable in class org.snmp4j.mp.MPv1
-
- incomingPDUFactory - Variable in class org.snmp4j.mp.MPv2c
-
- incomingPDUFactory - Variable in class org.snmp4j.mp.MPv3
-
- inconsistentName - Static variable in class org.snmp4j.PDU
-
The specified object does not exists and presently it cannot be created,
see error index.
- inconsistentValue - Static variable in class org.snmp4j.PDU
-
The variable binding's value is presently inconsistent with the current
state of the target object, see error index.
- increment() - Method in class org.snmp4j.smi.Counter32
-
Increment the value of the counter by one.
- increment(long) - Method in class org.snmp4j.smi.Counter32
-
Increment the value by more than one in one step.
- increment() - Method in class org.snmp4j.smi.Counter64
-
Increment the value of the counter by one.
- increment(long) - Method in class org.snmp4j.smi.Counter64
-
Increment the value by more than one in one step.
- incrementCounter(CounterEvent) - Method in interface org.snmp4j.event.CounterListener
-
Increment the supplied counter instance and return the current value
(after incrementation) in the event object if the event receiver is the
maintainer of the counter value.
- incrementCounter(CounterEvent) - Method in class org.snmp4j.mp.DefaultCounterListener
-
- info(CharSequence) - Method in class org.snmp4j.log.ConsoleLogAdapter
-
Logs an informational message.
- info(CharSequence) - Method in class org.snmp4j.log.JavaLogAdapter
-
- info(CharSequence) - Method in interface org.snmp4j.log.LogAdapter
-
Logs an informational message.
- INFO - Static variable in class org.snmp4j.log.LogLevel
-
- info(CharSequence) - Method in class org.snmp4j.log.LogProxy
-
- info(CharSequence) - Method in class org.snmp4j.log.NoLogger
-
- INFORM - Static variable in class org.snmp4j.PDU
-
Denotes a SNMPv2c/v3 inform PDU (unprecisely also known as a confirmed
notification).
- inform(PDU, Target) - Method in class org.snmp4j.Snmp
-
Sends an INFORM request to a target.
- inform(PDU, Target, Object, ResponseListener) - Method in class org.snmp4j.Snmp
-
Asynchronously sends an INFORM request PDU
to the given
target.
- initDefaults() - Method in class org.snmp4j.mp.MPv3
-
Creates and initializes the default security protocols.
- initMessageDispatcher() - Method in class org.snmp4j.Snmp
-
- initVectorLength - Variable in class org.snmp4j.security.PrivacyGeneric
-
- InnerPDUFactory(Map<String, List<Object>>) - Constructor for class org.snmp4j.util.SnmpConfigurator.InnerPDUFactory
-
- instance - Static variable in class org.snmp4j.mp.CounterSupport
-
- instance - Static variable in class org.snmp4j.smi.Null
-
- INTEGER - Static variable in class org.snmp4j.asn1.BER
-
- INTEGER32 - Static variable in class org.snmp4j.asn1.BER
-
- Integer32 - Class in org.snmp4j.smi
-
The Integer32
represents 32bit signed integer values for SNMP.
- Integer32() - Constructor for class org.snmp4j.smi.Integer32
-
Creates an Integer32
with a zero value.
- Integer32(int) - Constructor for class org.snmp4j.smi.Integer32
-
Creates an Integer32
variable with the supplied value.
- interrupt() - Method in class org.snmp4j.transport.DefaultTcpTransportMapping.ServerThread
-
- interrupt() - Method in class org.snmp4j.util.DefaultThreadFactory.WorkerThread
-
- interrupt() - Method in class org.snmp4j.util.ThreadPool
-
Interrupts all threads in the pool.
- interrupt() - Method in interface org.snmp4j.util.WorkerTask
-
Interrupts this task.
- IPADDRESS - Static variable in class org.snmp4j.asn1.BER
-
- IpAddress - Class in org.snmp4j.smi
-
The IpAddress
class represents an IPv4 address SNMP variable.
- IpAddress() - Constructor for class org.snmp4j.smi.IpAddress
-
Creates a 0.0.0.0
IP address.
- IpAddress(InetAddress) - Constructor for class org.snmp4j.smi.IpAddress
-
Creates an IP address from an InetAddress
- IpAddress(String) - Constructor for class org.snmp4j.smi.IpAddress
-
Create an IP address from an address string.
- IpAddress(byte[]) - Constructor for class org.snmp4j.smi.IpAddress
-
Create an IP address from a raw IP address.
- isAcceptedIssuer(X509Certificate) - Method in class org.snmp4j.transport.tls.DefaultTlsTmSecurityCallback
-
- isAcceptedIssuer(X509Certificate) - Method in class org.snmp4j.transport.tls.PropertiesTlsTmSecurityCallback
-
- isAcceptedIssuer(C) - Method in interface org.snmp4j.transport.tls.TlsTmSecurityCallback
-
Check if the supplied issuer certificate is accepted as server.
- isAcceptedIssuer(C) - Method in class org.snmp4j.transport.tls.TlsTmSecurityCallbackProxy
-
- isAllowSNMPv2InV1() - Static method in class org.snmp4j.SNMP4JSettings
-
- isAsyncMsgProcessingSupported() - Method in class org.snmp4j.transport.AbstractTransportMapping
-
Returns true
if asynchronous (multi-threaded) message
processing may be implemented.
- isAuthentic(byte[], byte[], int, int, ByteArrayWindow) - Method in interface org.snmp4j.security.AuthenticationProtocol
-
Authenticates an incoming message.
- isAuthentic(byte[], byte[], int, int, ByteArrayWindow) - Method in class org.snmp4j.security.AuthGeneric
-
- isCancelled() - Method in class org.snmp4j.transport.TransportStateEvent
-
Indicates whether this event has been canceled.
- isCheckFirstSubID012() - Static method in class org.snmp4j.asn1.BER
-
- isCheckLexicographicOrdering() - Method in class org.snmp4j.util.TableUtils
-
- isCheckOutgoingMsg() - Method in class org.snmp4j.MessageDispatcherImpl
-
Returns whether consistency checks for outgoing messages are activated.
- isCheckSequenceLength() - Static method in class org.snmp4j.asn1.BER
-
Gets the SEQUENCE length checking mode.
- isCheckUsmUserPassphraseLength() - Static method in class org.snmp4j.SNMP4JSettings
-
- isCheckValueLength() - Method in class org.snmp4j.asn1.BER
-
- isClientCertificateAccepted(X509Certificate) - Method in class org.snmp4j.transport.tls.DefaultTlsTmSecurityCallback
-
- isClientCertificateAccepted(X509Certificate) - Method in class org.snmp4j.transport.tls.PropertiesTlsTmSecurityCallback
-
- isClientCertificateAccepted(C) - Method in interface org.snmp4j.transport.tls.TlsTmSecurityCallback
-
Check if the supplied peer end certificate is accepted as client.
- isClientCertificateAccepted(C) - Method in class org.snmp4j.transport.tls.TlsTmSecurityCallbackProxy
-
- isCommandResponder() - Method in class org.snmp4j.util.SnmpConfigurator
-
- isConfirmedPdu() - Method in class org.snmp4j.PDU
-
Checks whether this PDU is a confirmed class PDU.
- isContextEngineIdDiscoveryDisabled() - Method in class org.snmp4j.Snmp
-
Checks whether RFC5343 based context engine ID discovery is disabled or not.
- isCountRegisteredOnly() - Method in class org.snmp4j.mp.DefaultCounterListener
-
- isCreatable() - Method in enum org.snmp4j.smi.MaxAccess
-
Checks if the maximum access is creatable.
- isDebugEnabled() - Method in class org.snmp4j.log.ConsoleLogAdapter
-
Checks whether DEBUG level logging is activated for this log adapter.
- isDebugEnabled() - Method in class org.snmp4j.log.JavaLogAdapter
-
- isDebugEnabled() - Method in interface org.snmp4j.log.LogAdapter
-
Checks whether DEBUG level logging is activated for this log adapter.
- isDebugEnabled() - Method in class org.snmp4j.log.LogProxy
-
- isDebugEnabled() - Method in class org.snmp4j.log.NoLogger
-
- isDone() - Method in interface org.snmp4j.util.SchedulerTask
-
Returns true
if this task is finished and should never be
executed again.
- isDynamic() - Method in class org.snmp4j.smi.AbstractVariable
-
Indicates whether this variable is dynamic, which means that it might
change its value while it is being (BER) serialized.
- isDynamic() - Method in interface org.snmp4j.smi.Variable
-
Indicates whether this variable is dynamic.
- isDynamic() - Method in class org.snmp4j.smi.VariantVariable
-
- isEngineDiscoveryEnabled() - Method in class org.snmp4j.security.USM
-
Checks whether engine ID discovery is enabled or not.
- isError() - Method in class org.snmp4j.util.RetrievalEvent
-
Indicates whether the event reports an error or not.
- isException() - Method in class org.snmp4j.smi.AbstractVariable
-
Checks whether this variable represents an exception like
noSuchObject, noSuchInstance, and endOfMibView.
- isException() - Method in interface org.snmp4j.smi.Variable
-
Checks whether this variable represents an exception like
noSuchObject, noSuchInstance, and endOfMibView.
- isException() - Method in class org.snmp4j.smi.VariableBinding
-
Returns whether the variable bindings value has an exception syntax.
- isExceptionSyntax(int) - Static method in class org.snmp4j.smi.Null
-
- isExtensibilityEnabled() - Static method in class org.snmp4j.SNMP4JSettings
-
Tests if the extensibility feature is enabled.
- isFinished() - Method in interface org.snmp4j.util.TableListener
-
Indicates whether the tree walk is complete or not.
- isFinished() - Method in interface org.snmp4j.util.TreeListener
-
Indicates whether the tree walk is complete or not.
- isForwardRuntimeExceptions() - Static method in class org.snmp4j.SNMP4JSettings
-
Indicates whether runtime exceptions should be thrown on thread boundaries
controlled by SNMP4J and related APIs.
- isIdle() - Method in class org.snmp4j.util.ThreadPool
-
Checks if all threads of the pool are idle.
- isIdle() - Method in interface org.snmp4j.util.WorkerPool
-
Checks if all workers of the pool are idle.
- isIgnoreLexicographicOrder() - Method in class org.snmp4j.util.TreeUtils
-
Return the ignore lexicographic order errors flage value.
- isInfoEnabled() - Method in class org.snmp4j.log.ConsoleLogAdapter
-
Checks whether INFO level logging is activated for this log adapter.
- isInfoEnabled() - Method in class org.snmp4j.log.JavaLogAdapter
-
- isInfoEnabled() - Method in interface org.snmp4j.log.LogAdapter
-
Checks whether INFO level logging is activated for this log adapter.
- isInfoEnabled() - Method in class org.snmp4j.log.LogProxy
-
- isInfoEnabled() - Method in class org.snmp4j.log.NoLogger
-
- isListening() - Method in class org.snmp4j.transport.DefaultSshTransportMapping
-
- isListening() - Method in class org.snmp4j.transport.DefaultTcpTransportMapping
-
- isListening() - Method in class org.snmp4j.transport.DefaultUdpTransportMapping
-
- isListening() - Method in class org.snmp4j.transport.DummyTransport.DummyTransportResponder
-
- isListening() - Method in class org.snmp4j.transport.DummyTransport
-
- isListening() - Method in class org.snmp4j.transport.TLSTM
-
- isListening() - Method in interface org.snmp4j.TransportMapping
-
Returns true
if the transport mapping is listening for
incoming messages.
- isLocalized() - Method in class org.snmp4j.security.UsmUser
-
Indicates whether the passphrases of this USM user need to be localized
or not (true
is returned in that case).
- isMandatory() - Method in class org.snmp4j.util.ArgumentParser.ArgumentFormat
-
- isMarked() - Method in class org.snmp4j.asn1.BERInputStream
-
Checks whether a mark has been set on the input stream.
- isMatchingFingerprint(X509Certificate[], OctetString, boolean, CounterSupport, LogAdapter, Object) - Static method in class org.snmp4j.transport.tls.TLSTMUtil
-
- isMatchingMessageID(MessageID) - Method in class org.snmp4j.mp.StateReference
-
- isMatchingMessageID(int) - Method in class org.snmp4j.mp.StateReference
-
- isNoGetBulk() - Static method in class org.snmp4j.SNMP4JSettings
-
- isParameter() - Method in class org.snmp4j.util.ArgumentParser.ArgumentFormat
-
- isPrintable() - Method in class org.snmp4j.smi.OctetString
-
Determines whether this octet string contains non ISO control characters
only.
- isProcessed() - Method in class org.snmp4j.CommandResponderEvent
-
Checks whether this event is already processed or not.
- isProtocolVersionSupported(int) - Method in interface org.snmp4j.mp.MessageProcessingModel
-
Checks whether the supplied SNMP protocol version is supported by this
message processing model.
- isProtocolVersionSupported(int) - Method in class org.snmp4j.mp.MPv1
-
- isProtocolVersionSupported(int) - Method in class org.snmp4j.mp.MPv2c
-
- isProtocolVersionSupported(int) - Method in class org.snmp4j.mp.MPv3
-
- isReadOnly() - Method in enum org.snmp4j.smi.MaxAccess
-
- isReadyToRun() - Method in interface org.snmp4j.util.SchedulerTask
-
Checks whether this task is ready to be executed.
- isReportable() - Method in class org.snmp4j.mp.StateReference
-
- isRespawnThreads() - Method in class org.snmp4j.util.ThreadPool
-
Tests if the threads are respawn (recreates) when they have been stopped
or canceled.
- isResponsePdu() - Method in class org.snmp4j.PDU
-
Checks whether this PDU is a
PDU.RESPONSE
or [@link PDU#REPORT}.
- isSameSecurity() - Method in class org.snmp4j.TransportStateReference
-
- isSendColumnPDUsMultiThreaded() - Method in class org.snmp4j.util.TableUtils
-
- isServerCertificateAccepted(X509Certificate[]) - Method in class org.snmp4j.transport.tls.DefaultTlsTmSecurityCallback
-
- isServerCertificateAccepted(X509Certificate[]) - Method in class org.snmp4j.transport.tls.PropertiesTlsTmSecurityCallback
-
- isServerCertificateAccepted(C[]) - Method in interface org.snmp4j.transport.tls.TlsTmSecurityCallback
-
Check if the supplied peer certificate chain is accepted as server.
- isServerCertificateAccepted(C[]) - Method in class org.snmp4j.transport.tls.TlsTmSecurityCallbackProxy
-
- isServerEnabled() - Method in class org.snmp4j.transport.DefaultTcpTransportMapping
-
Checks whether a server for incoming requests is enabled.
- isServerEnabled() - Method in class org.snmp4j.transport.TLSTM
-
Checks whether a server for incoming requests is enabled.
- isStop() - Method in class org.snmp4j.util.TaskScheduler
-
Checks if the scheduler is (to be) stopped.
- isSupported() - Method in class org.snmp4j.security.AuthGeneric
-
- isSupported() - Method in class org.snmp4j.security.PrivacyGeneric
-
- isSupported() - Method in class org.snmp4j.security.PrivDES
-
- isSupported() - Method in interface org.snmp4j.security.SecurityProtocol
-
Checks whether this security protocol is actually supported by this Java runtime environment.
- isTransportSecurityValid() - Method in class org.snmp4j.TransportStateReference
-
Checks if transport, address, securityName and transportSecurityLevel
are valid (not null).
- isUseDenseTableOperation() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- isUsePrefix() - Method in class org.snmp4j.security.TSM
-
Returns whether the transport domain prefix is prepended to the securityName.
- isValid() - Method in interface org.snmp4j.smi.Address
-
Checks whether this Address
is a valid transport address.
- isValid() - Method in class org.snmp4j.smi.GenericAddress
-
- isValid() - Method in class org.snmp4j.smi.IpAddress
-
- isValid() - Method in class org.snmp4j.smi.OID
-
Checks whether this OID
can be BER encoded.
- isValid() - Method in class org.snmp4j.smi.TransportIpAddress
-
- isVariableLength() - Method in class org.snmp4j.util.ArgumentParser.ArgumentFormat
-
- isVariableV1(Variable) - Method in class org.snmp4j.PDUv1
-
Check if the given variable can be encoded into a SNMPv1 PDU.
- isWarnEnabled() - Method in class org.snmp4j.log.ConsoleLogAdapter
-
Checks whether WARN level logging is activated for this log adapter.
- isWarnEnabled() - Method in class org.snmp4j.log.JavaLogAdapter
-
- isWarnEnabled() - Method in interface org.snmp4j.log.LogAdapter
-
Checks whether WARN level logging is activated for this log adapter.
- isWarnEnabled() - Method in class org.snmp4j.log.LogProxy
-
- isWarnEnabled() - Method in class org.snmp4j.log.NoLogger
-
- isWritable() - Method in enum org.snmp4j.smi.MaxAccess
-
Checks if the maximum access is writable.
- salt - Variable in class org.snmp4j.security.Priv3DES
-
- salt - Variable in class org.snmp4j.security.PrivacyGeneric
-
- salt - Variable in class org.snmp4j.security.PrivAES
-
- salt - Variable in class org.snmp4j.security.PrivDES
-
- schedule(TimerTask, long) - Method in interface org.snmp4j.util.CommonTimer
-
Schedules the specified task for execution after the specified delay.
- schedule(TimerTask, Date, long) - Method in interface org.snmp4j.util.CommonTimer
-
Schedules the specified task for repeated fixed-delay execution,
beginning at the specified time.
- schedule(TimerTask, long, long) - Method in interface org.snmp4j.util.CommonTimer
-
Schedules the specified task for repeated fixed-delay execution,
beginning after the specified delay.
- SchedulerTask - Interface in org.snmp4j.util
-
The SchedulerTask
extends the Runnable
interface
by methods that are needed for recurrent execution of a task.
- schedulerTimeout - Variable in class org.snmp4j.util.TaskScheduler
-
- ScopedPDU - Class in org.snmp4j
-
The ScopedPDU
class represents a SNMPv3 scoped PDU.
- ScopedPDU() - Constructor for class org.snmp4j.ScopedPDU
-
Create a empty ScopedPDU.
- ScopedPDU(ScopedPDU) - Constructor for class org.snmp4j.ScopedPDU
-
Copy constructor.
- SecureTarget - Class in org.snmp4j
-
The SecureTarget
is an security model independent abstract class
for all targets supporting secure SNMP communication.
- SecureTarget() - Constructor for class org.snmp4j.SecureTarget
-
Default constructor.
- SecureTarget(Address, OctetString) - Constructor for class org.snmp4j.SecureTarget
-
Creates a SNMPv3 secure target with an address and security name.
- SECURITY_MODEL_ANY - Static variable in interface org.snmp4j.security.SecurityModel
-
- SECURITY_MODEL_SNMPv1 - Static variable in interface org.snmp4j.security.SecurityModel
-
- SECURITY_MODEL_SNMPv2c - Static variable in interface org.snmp4j.security.SecurityModel
-
- SECURITY_MODEL_TSM - Static variable in interface org.snmp4j.security.SecurityModel
-
- SECURITY_MODEL_USM - Static variable in interface org.snmp4j.security.SecurityModel
-
- SECURITY_PROTOCOLS_PROPERTIES - Static variable in class org.snmp4j.security.SecurityProtocols
-
- securityLevel - Variable in class org.snmp4j.AbstractTarget
-
- SecurityLevel - Enum in org.snmp4j.security
-
The SecurityLevel
interface contains enumerated values
for the different security levels.
- securityModel - Variable in class org.snmp4j.AbstractTarget
-
- SecurityModel - Interface in org.snmp4j.security
-
The SecurityModel
interface as described in RFC3411 section 4.4
and RFC 5590 section 5.
- SecurityModels - Class in org.snmp4j.security
-
The SecurityModels
class is a collection of all
supported security models of a SNMP entity.
- SecurityModels() - Constructor for class org.snmp4j.security.SecurityModels
-
- securityName - Variable in class org.snmp4j.AbstractTarget
-
- SecurityNameMapping - Class in org.snmp4j.transport.tls
-
- SecurityNameMapping(OctetString, OctetString, SecurityNameMapping.CertMappingType, OctetString) - Constructor for class org.snmp4j.transport.tls.SecurityNameMapping
-
- SecurityNameMapping.CertMappingType - Enum in org.snmp4j.transport.tls
-
- SecurityParameters - Interface in org.snmp4j.security
-
The SecurityParameters
interface represents the security
parameters in a SNMPv3 message.
- SecurityProtocol - Interface in org.snmp4j.security
-
The SecurityProtocol
class defines common methods of
authentication and privacy protocols.
- SecurityProtocols - Class in org.snmp4j.security
-
The SecurityProtocols
class holds all authentication and
privacy protocols for a SNMP entity.
- SecurityProtocols() - Constructor for class org.snmp4j.security.SecurityProtocols
-
- SecurityStateReference - Interface in org.snmp4j.security
-
The SecurityStateReference
interface is an empty marker
interface for security model dependent state references.
- selectCommand(String[], String, String[][]) - Static method in class org.snmp4j.util.ArgumentParser
-
Select a argument/parameter set from a given selection of sets by the
command contained in the supplied argument list.
- selector - Variable in class org.snmp4j.transport.DefaultTcpTransportMapping.ServerThread
-
- send(PDU, Target) - Method in interface org.snmp4j.Session
-
Sends a PDU
to the given target and returns the received
response PDU
.
- send(PDU, Target, Object, ResponseListener) - Method in interface org.snmp4j.Session
-
Asynchronously sends a PDU
to the given target.
- send(PDU, Target, TransportMapping) - Method in interface org.snmp4j.Session
-
Sends a PDU
to the given target and returns the received
response PDU
encapsulated in a ResponseEvent
object that also includes:
the transport address of the response sending peer,
the Target
information of the target,
the request PDU
,
the response PDU
(if any).
- send(PDU, Target, TransportMapping, Object, ResponseListener) - Method in interface org.snmp4j.Session
-
Asynchronously sends a PDU
to the given target.
- send(PDU, Target) - Method in class org.snmp4j.Snmp
-
- send(PDU, Target, TransportMapping) - Method in class org.snmp4j.Snmp
-
Sends a PDU
to the given target and if the PDU
is a confirmed request, then the received response is returned
synchronously.
- send(PDU, Target, Object, ResponseListener) - Method in class org.snmp4j.Snmp
-
- send(PDU, Target, TransportMapping, Object, ResponseListener) - Method in class org.snmp4j.Snmp
-
- send() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- sendByBinding(URI, List<VariableBinding>, int) - Method in class org.snmp4j.uri.SnmpURI
-
- sendMessage(TransportMapping, Address, byte[], TransportStateReference) - Method in class org.snmp4j.MessageDispatcherImpl
-
Sends a message using the TransportMapping
that has been
assigned for the supplied address type.
- sendMessage(PDU, Target, TransportMapping, PduHandleCallback<PDU>) - Method in class org.snmp4j.Snmp
-
Actually sends a PDU to a target and returns a handle for the sent PDU.
- sendMessage(A, byte[], TransportStateReference) - Method in class org.snmp4j.transport.AbstractTransportMapping
-
- sendMessage(SshAddress, byte[], TransportStateReference) - Method in class org.snmp4j.transport.DefaultSshTransportMapping
-
- sendMessage(TcpAddress, byte[], TransportStateReference) - Method in class org.snmp4j.transport.DefaultTcpTransportMapping
-
Sends a SNMP message to the supplied address.
- sendMessage(Address, byte[], TransportStateReference) - Method in class org.snmp4j.transport.DefaultTcpTransportMapping.ServerThread
-
- sendMessage(UdpAddress, byte[], TransportStateReference) - Method in class org.snmp4j.transport.DefaultUdpTransportMapping
-
- sendMessage(A, byte[], TransportStateReference) - Method in class org.snmp4j.transport.DummyTransport.DummyTransportResponder
-
- sendMessage(A, byte[], TransportStateReference) - Method in class org.snmp4j.transport.DummyTransport
-
- sendMessage(TcpAddress, byte[], TransportStateReference) - Method in class org.snmp4j.transport.TcpTransportMapping
-
- sendMessage(TcpAddress, byte[], TransportStateReference) - Method in class org.snmp4j.transport.TLSTM
-
Sends a SNMP message to the supplied address.
- sendMessage(UdpAddress, byte[], TransportStateReference) - Method in class org.snmp4j.transport.UdpTransportMapping
-
- sendMessage(A, byte[], TransportStateReference) - Method in interface org.snmp4j.TransportMapping
-
Sends a message to the supplied address using this transport.
- sendNextChunk() - Method in class org.snmp4j.util.TableUtils.TableRequest
-
- sendPdu(TransportMapping, Target, PDU, boolean) - Method in interface org.snmp4j.MessageDispatcher
-
Sends a PDU to the supplied transport address.
- sendPdu(TransportMapping, Target, PDU, boolean, PduHandleCallback<PDU>) - Method in interface org.snmp4j.MessageDispatcher
-
Sends a PDU to the supplied transport address and returns the
PduHandle
that uniquely identifies the request as response
after the request has been sent and optional, if a
PduHandleCallback
is given, it returns also the
PduHandle
just
before the request is sent through the
the callback interface.
- sendPdu(Target, PDU, boolean) - Method in interface org.snmp4j.MessageDispatcher
-
Sends a PDU to the supplied transport address.
- sendPdu(Target, PDU, boolean) - Method in class org.snmp4j.MessageDispatcherImpl
-
- sendPdu(TransportMapping, Target, PDU, boolean, PduHandleCallback<PDU>) - Method in class org.snmp4j.MessageDispatcherImpl
-
- sendPdu(TransportMapping, Target, PDU, boolean) - Method in class org.snmp4j.MessageDispatcherImpl
-
- sendPdu(Target, PDU, boolean) - Method in class org.snmp4j.util.MultiThreadedMessageDispatcher
-
- sendPdu(TransportMapping, Target, PDU, boolean) - Method in class org.snmp4j.util.MultiThreadedMessageDispatcher
-
- sendPdu(TransportMapping, Target, PDU, boolean, PduHandleCallback<PDU>) - Method in class org.snmp4j.util.MultiThreadedMessageDispatcher
-
- sendReport(MessageDispatcher, ScopedPDU, int, int, OctetString, int, StateReference<?>, VariableBinding) - Method in class org.snmp4j.mp.MPv3
-
Sends a report message.
- sendRequest(PDU, Target, TableUtils.ColumnsOfRequest) - Method in class org.snmp4j.util.TableUtils.TableRequest
-
- SEQUENCE - Static variable in class org.snmp4j.asn1.BER
-
- serialVersionUID - Static variable in interface org.snmp4j.smi.Variable
-
This definition of a serialVersionUID for the Variable interface
has been made for backward compatibility with SNMP4J 1.7.x or earlier
serialized Variable instances.
- server - Variable in class org.snmp4j.transport.DefaultTcpTransportMapping
-
- serverThread - Variable in class org.snmp4j.transport.DefaultTcpTransportMapping
-
- ServerThread() - Constructor for class org.snmp4j.transport.DefaultTcpTransportMapping.ServerThread
-
- Session - Interface in org.snmp4j
-
Session
defines a common interface for all classes that
implement SNMP protocol operations based on SNMP4J.
- session - Variable in class org.snmp4j.util.AbstractSnmpUtility
-
- SessionID(OctetString, SshAddress) - Constructor for class org.snmp4j.transport.DefaultSshTransportMapping.SessionID
-
- SET - Static variable in class org.snmp4j.PDU
-
Denotes a set PDU.
- set(int, VariableBinding) - Method in class org.snmp4j.PDU
-
Sets the variable binding at the specified position.
- set(int, byte) - Method in class org.snmp4j.security.ByteArrayWindow
-
- set(int, byte) - Method in class org.snmp4j.smi.OctetString
-
Sets the byte value at the specified index.
- set(int, int) - Method in class org.snmp4j.smi.OID
-
Sets the sub-identifier at the specified position.
- set(PDU, Target) - Method in class org.snmp4j.Snmp
-
Sends a SET request to a target.
- set(PDU, Target, Object, ResponseListener) - Method in class org.snmp4j.Snmp
-
Asynchronously sends a SET request PDU
to the given target.
- setAddress(Address) - Method in class org.snmp4j.AbstractTarget
-
Sets the address of the target.
- setAddress(A) - Method in class org.snmp4j.mp.StateReference
-
- setAddress(SMIAddress) - Method in class org.snmp4j.smi.GenericAddress
-
- setAddress(byte[]) - Method in class org.snmp4j.smi.IpAddress
-
- setAddress(Address) - Method in interface org.snmp4j.Target
-
Sets the address of the target.
- setAddress(Address) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setAgentAddress(IpAddress) - Method in class org.snmp4j.PDUv1
-
Sets the IP address of the originator system of this SNMPv1 trap.
- setAllowSNMPv2InV1(boolean) - Static method in class org.snmp4j.SNMP4JSettings
-
Sets the compatibility flag for Counter64 usage in SNMPv1 PDUs and
the ability to decode SNMPv2 traps in SNMPv1 version PDUs.
- setAsyncMsgProcessingSupported(boolean) - Method in class org.snmp4j.transport.AbstractTransportMapping
-
Specifies whether this transport mapping has to support asynchronous
messages processing or not.
- setAuthenticationKey(byte[]) - Method in class org.snmp4j.security.UsmSecurityParameters
-
- setAuthenticationKey(byte[]) - Method in class org.snmp4j.security.UsmSecurityStateReference
-
- setAuthenticationKey(byte[]) - Method in class org.snmp4j.security.UsmUserEntry
-
- setAuthenticationParameters(OctetString) - Method in class org.snmp4j.security.UsmSecurityParameters
-
- setAuthenticationProtocol(AuthenticationProtocol) - Method in class org.snmp4j.security.UsmSecurityParameters
-
- setAuthenticationProtocol(AuthenticationProtocol) - Method in class org.snmp4j.security.UsmSecurityStateReference
-
- setAuthoritativeEngineBoots(int) - Method in class org.snmp4j.security.UsmSecurityParameters
-
- setAuthoritativeEngineID(byte[]) - Method in class org.snmp4j.security.UsmSecurityParameters
-
- setAuthoritativeEngineID(OctetString) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setAuthoritativeEngineID(byte[]) - Method in class org.snmp4j.UserTarget
-
Sets the authoritative engine ID of this target.
- setAuthoritativeEngineTime(int) - Method in class org.snmp4j.security.UsmSecurityParameters
-
- setAuthPassphrase(OctetString) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setAuthProtocol(OID) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setBuffer(ByteBuffer) - Method in class org.snmp4j.asn1.BERInputStream
-
- setBuffer(ByteBuffer) - Method in class org.snmp4j.asn1.BEROutputStream
-
Sets the backing buffer to the supplied one and sets the offset used by
BEROutputStream.rewind()
to the buffers current position.
- setCancelled(boolean) - Method in class org.snmp4j.transport.TransportStateEvent
-
Sets the canceled state of the transport event.
- setCheckFirstSubID012(boolean) - Static method in class org.snmp4j.asn1.BER
-
- setCheckLexicographicOrdering(boolean) - Method in class org.snmp4j.util.TableUtils
-
Enables or disables lexicographic ordering checks.
- setCheckOutgoingMsg(boolean) - Method in class org.snmp4j.MessageDispatcherImpl
-
Enables or disables the consistency checks for outgoing messages.
- setCheckSequenceLength(boolean) - Static method in class org.snmp4j.asn1.BER
-
Sets the application wide SEQUENCE length checking mode.
- setCheckUsmUserPassphraseLength(boolean) - Static method in class org.snmp4j.SNMP4JSettings
-
- setCheckValueLength(boolean) - Method in class org.snmp4j.asn1.BER
-
- setCommandResponder(boolean) - Method in class org.snmp4j.util.SnmpConfigurator
-
- setCommunity(OctetString) - Method in class org.snmp4j.CommunityTarget
-
Sets the community octet sting.
- setCommunity(OctetString) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setConnectionTimeout(long) - Method in interface org.snmp4j.transport.ConnectionOrientedTransportMapping
-
Sets the connection timeout.
- setConnectionTimeout(long) - Method in class org.snmp4j.transport.DefaultTcpTransportMapping
-
Sets the connection timeout.
- setConnectionTimeout(long) - Method in class org.snmp4j.transport.TcpTransportMapping
-
Sets the connection timeout.
- setConnectionTimeout(long) - Method in class org.snmp4j.transport.TLSTM
-
Sets the connection timeout.
- setContextEngineID(byte[]) - Method in class org.snmp4j.mp.StateReference
-
- setContextEngineID(byte[]) - Method in class org.snmp4j.mp.StatusInformation
-
- setContextEngineID(OctetString) - Method in class org.snmp4j.ScopedPDU
-
Sets the context engine ID field of the scoped PDU.
- setContextEngineID(OctetString) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setContextEngineID(OctetString) - Method in class org.snmp4j.util.DefaultPDUFactory
-
Sets the context engine ID for
ScopedPDU
instances created
by this factory.
- setContextEngineIdDiscoveryDisabled(boolean) - Method in class org.snmp4j.Snmp
-
Sets the RFC5343 based context engine ID discovery.
- setContextName(byte[]) - Method in class org.snmp4j.mp.StateReference
-
- setContextName(byte[]) - Method in class org.snmp4j.mp.StatusInformation
-
- setContextName(OctetString) - Method in class org.snmp4j.ScopedPDU
-
Sets the context name field of this scoped PDU.
- setContextName(OctetString) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setContextName(OctetString) - Method in class org.snmp4j.util.DefaultPDUFactory
-
Sets the context name for
ScopedPDU
instances created
by this factory.
- setCounterSupport(CounterSupport) - Method in class org.snmp4j.mp.MPv3
-
Sets the counter support instance.
- setCounterSupport(CounterSupport) - Method in class org.snmp4j.security.USM
-
Sets the counter support instance.
- setCounterSupport(CounterSupport) - Method in class org.snmp4j.Snmp
-
Sets the counter support instance to handle counter events on behalf of this Snmp instance.
- setCountRegisteredOnly(boolean) - Method in class org.snmp4j.mp.DefaultCounterListener
-
Sets the flag which indicates how unregistered counter events
should be handled.
- setCurrentMsgID(int) - Method in class org.snmp4j.mp.MPv3
-
Sets the next message ID.
- setCurrentValue(Variable) - Method in class org.snmp4j.event.CounterEvent
-
Sets the current value of the counter.
- setDebugEnabled(boolean) - Static method in class org.snmp4j.log.ConsoleLogAdapter
-
- setDefaultUserInfo(String) - Method in class org.snmp4j.uri.SnmpURI
-
- setEngineBoots(int) - Method in class org.snmp4j.security.USM
-
Sets the number of engine boots.
- setEngineBoots(int) - Method in class org.snmp4j.security.UsmTimeEntry
-
- setEngineBoots(int) - Method in class org.snmp4j.security.UsmTimeTable
-
Sets the number of engine boots.
- setEngineDiscoveryEnabled(boolean) - Method in class org.snmp4j.security.USM
-
Enables or disables automatic engine ID discovery.
- setEngineID(OctetString) - Method in class org.snmp4j.security.UsmUserEntry
-
- setEngineIdCacheFactory(MPv3.EngineIdCacheFactory) - Method in class org.snmp4j.mp.MPv3
-
Sets the engine ID cache factory and resets (clears) the current cache.
- setEngineTime(int) - Method in class org.snmp4j.security.UsmTimeEntry
-
Sets the engine time which also sets the last received engine time
to the supplied value.
- setEnterprise(OID) - Method in class org.snmp4j.PDUv1
-
Sets the "enterprise" OID of the SNMPv1 trap.
- setEnterpriseID(int) - Static method in class org.snmp4j.SNMP4JSettings
-
Sets the enterprise OID used for creating SNMP engine IDs and other enterprise
specific identifiers.
- setErrorCode(int) - Method in class org.snmp4j.mp.StateReference
-
- setErrorIndex(int) - Method in class org.snmp4j.PDU
-
Sets the error index.
- setErrorIndication(VariableBinding) - Method in class org.snmp4j.mp.StatusInformation
-
- setErrorStatus(int) - Method in class org.snmp4j.PDU
-
Sets the error status of the PDU.
- setExtensibilityEnabled(boolean) - Static method in class org.snmp4j.SNMP4JSettings
-
Enables (or disables) the extensibility feature of SNMP4J.
- setFilledBuffer(ByteBuffer) - Method in class org.snmp4j.asn1.BEROutputStream
-
Sets the backing buffer and sets the current position of the stream to
the buffers limit (end).
- setForwardRuntimeExceptions(boolean) - Static method in class org.snmp4j.SNMP4JSettings
-
Enables or disables runtime exception forwarding.
- setGenericTrap(int) - Method in class org.snmp4j.PDUv1
-
Sets the generic trap ID.
- setID(OID) - Method in interface org.snmp4j.security.nonstandard.NonStandardSecurityProtocol
-
Assign a new ID to a non-standard security protocol instance.
- setID(OID) - Method in class org.snmp4j.security.nonstandard.PrivAESWith3DESKeyExtension
-
- setID(OID) - Method in class org.snmp4j.security.PrivAES192
-
- setID(OID) - Method in class org.snmp4j.security.PrivAES256
-
- setIgnoreLexicographicOrder(boolean) - Method in class org.snmp4j.util.TreeUtils
-
Set the ignore lexicographic order errors flage value.
- setIgnoreMaxLexicographicRowOrderingErrors(int) - Method in class org.snmp4j.util.TableUtils
-
- setIncrement(long) - Method in class org.snmp4j.event.CounterEvent
-
Sets the increment of the event.
- setIndexOfMessageResponded(int) - Method in interface org.snmp4j.mp.RequestStatistics
-
Sets the index of the message that has been responded.
- setInetAddress(InetAddress) - Method in class org.snmp4j.smi.IpAddress
-
- setInfoEnabled(boolean) - Static method in class org.snmp4j.log.ConsoleLogAdapter
-
- setKeyStore(String) - Method in interface org.snmp4j.transport.tls.TlsTransportMappingConfig
-
- setKeyStore(String) - Method in class org.snmp4j.transport.TLSTM
-
- setKeyStorePassword(String) - Method in interface org.snmp4j.transport.tls.TlsTransportMappingConfig
-
- setKeyStorePassword(String) - Method in class org.snmp4j.transport.TLSTM
-
- setLatestReceivedTime(int) - Method in class org.snmp4j.security.UsmTimeEntry
-
Sets the time when a message has been received last from the associated
SNMP engine.
- setListenAddress(A) - Method in class org.snmp4j.transport.DummyTransport
-
- setLocalCertificateAlias(String) - Method in interface org.snmp4j.transport.tls.TlsTransportMappingConfig
-
Sets the certificate alias used for client and server authentication
by this TLSTM.
- setLocalCertificateAlias(String) - Method in class org.snmp4j.transport.TLSTM
-
Sets the certificate alias used for client and server authentication
by this TLSTM.
- setLocalEngine(OctetString, int, int) - Method in class org.snmp4j.security.USM
-
Sets the local engine ID, number of boots, and time after boot.
- setLocalEngine(byte[], int, int) - Method in class org.snmp4j.Snmp
-
Sets the local engine ID for the SNMP entity represented by this
Snmp
instance.
- setLocalEngineID(byte[]) - Method in class org.snmp4j.mp.MPv3
-
Sets the local engine ID.
- setLocalEngineID(OctetString) - Method in class org.snmp4j.security.TSM
-
- setLocalTime(UsmTimeEntry) - Method in class org.snmp4j.security.UsmTimeTable
-
- setLogFactory(LogFactory) - Static method in class org.snmp4j.log.LogFactory
-
Sets the log factory to be used by SNMP4J.
- setLogger(LogAdapter) - Method in class org.snmp4j.log.LogProxy
-
Sets the logger that logs the log messages logged with this proxy.
- setLogLevel(LogLevel) - Method in class org.snmp4j.log.ConsoleLogAdapter
-
- setLogLevel(LogLevel) - Method in class org.snmp4j.log.JavaLogAdapter
-
- setLogLevel(LogLevel) - Method in interface org.snmp4j.log.LogAdapter
-
Sets the log level for this log adapter (if applicable).
- setLogLevel(LogLevel) - Method in class org.snmp4j.log.LogProxy
-
- setLogLevel(LogLevel) - Method in class org.snmp4j.log.NoLogger
-
- setLowerBoundIndex(OID) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setMaxBusyLoops(int) - Method in class org.snmp4j.transport.DefaultTcpTransportMapping
-
- setMaxEngineIdCacheSize(int) - Method in class org.snmp4j.mp.MPv3
-
Sets the upper limit for the engine ID cache.
- setMaxEngineIdCacheSize(int) - Static method in class org.snmp4j.SNMP4JSettings
-
Sets the maximum number of engine IDs that can be cached by the
MPv3
.
- setMaxInboundMessageSize(int) - Method in class org.snmp4j.transport.DefaultTcpTransportMapping
-
Sets the maximum buffer size for incoming requests.
- setMaxInboundMessageSize(int) - Method in class org.snmp4j.transport.DefaultUdpTransportMapping
-
- setMaxInboundMessageSize(int) - Method in class org.snmp4j.transport.TLSTM
-
Sets the maximum buffer size for incoming requests.
- setMaxNumColumnsPerPDU(int) - Method in class org.snmp4j.util.TableUtils
-
Sets the maximum number of columns that will be retrieved per SNMP GETNEXT
or GETBULK request.
- setMaxNumRowsPerPDU(int) - Method in class org.snmp4j.util.TableUtils
-
Sets the maximum number of rows that will be retrieved per SNMP GETBULK
request.
- setMaxRepetitions(int) - Method in class org.snmp4j.PDU
-
Sets the maximum repetitions of repeatable variable bindings in GETBULK
requests.
- setMaxRepetitions(int) - Method in class org.snmp4j.PDUv1
-
- setMaxRepetitions(int) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setMaxRepetitions(int) - Method in class org.snmp4j.util.DefaultPDUFactory
-
Sets the max repetitions parameter value for GETBULK PDUs created by
this factory.
- setMaxRepetitions(int) - Method in class org.snmp4j.util.TreeUtils
-
Sets the maximum number of the variable bindings per TreeEvent
returned by this instance.
- setMaxSizeRequestPDU(int) - Method in class org.snmp4j.AbstractTarget
-
Sets the maximum size of request PDUs that this target is able to receive.
- setMaxSizeRequestPDU(int) - Method in interface org.snmp4j.Target
-
Sets the maximum size of request PDUs that this target is able to receive.
- setMaxSizeResponsePDU(int) - Method in class org.snmp4j.CommandResponderEvent
-
- setMaxSizeResponseScopedPDU(int) - Method in class org.snmp4j.mp.StateReference
-
- setMaxSizeScopedPDU(int) - Method in class org.snmp4j.PDUv1
-
- setMessageDispatcher(MessageDispatcher) - Method in class org.snmp4j.Snmp
-
Sets the message dispatcher associated with this SNMP session.
- setMessageLengthDecoder(MessageLengthDecoder) - Method in interface org.snmp4j.transport.ConnectionOrientedTransportMapping
-
Sets the MessageLengthDecoder
that decodes the total
message length from the header of a message.
- setMessageLengthDecoder(MessageLengthDecoder) - Method in class org.snmp4j.transport.DefaultTcpTransportMapping
-
Sets the message length decoder.
- setMessageLengthDecoder(MessageLengthDecoder) - Method in class org.snmp4j.transport.TcpTransportMapping
-
Sets the MessageLengthDecoder
that decodes the total
message length from the header of a message.
- setMessageLengthDecoder(MessageLengthDecoder) - Method in class org.snmp4j.transport.TLSTM
-
- setMessageProcessingModel(int) - Method in class org.snmp4j.CommandResponderEvent
-
- setMsgFlags(int) - Method in class org.snmp4j.mp.MPv3.HeaderData
-
- setMsgFlags(int) - Method in class org.snmp4j.mp.StateReference
-
- setMsgID(int) - Method in class org.snmp4j.mp.MPv3.HeaderData
-
- setMsgID(MessageID) - Method in class org.snmp4j.mp.StateReference
-
- setMsgID(int) - Method in class org.snmp4j.mp.StateReference
-
- setMsgMaxSize(int) - Method in class org.snmp4j.mp.MPv3.HeaderData
-
- setNoGetBulk(boolean) - Static method in class org.snmp4j.SNMP4JSettings
-
- setNonRepeaters(int) - Method in class org.snmp4j.PDU
-
Sets the number of non repeater variable bindings in a GETBULK PDU.
- setNonRepeaters(int) - Method in class org.snmp4j.PDUv1
-
- setNonRepeaters(int) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setNonRepeaters(int) - Method in class org.snmp4j.util.DefaultPDUFactory
-
Sets the non repeaters parameter value for GETBULK PDUs created by
this factory.
- setNumDispatcherThreads(int) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setOid(OID) - Method in class org.snmp4j.smi.VariableBinding
-
Sets the object instance identifier for the variable binding.
- setOIDTextFormat(OIDTextFormat) - Static method in class org.snmp4j.SNMP4JSettings
-
Sets the OID text format to be used by SNMP4J.
- setOperation(int) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setPDU(PDU) - Method in class org.snmp4j.CommandResponderEvent
-
- setPdu(PDU) - Method in class org.snmp4j.MutablePDU
-
- setPduFactory(PDUFactory) - Method in class org.snmp4j.uri.SnmpURI
-
- setPduHandle(PduHandle) - Method in class org.snmp4j.CommandResponderEvent
-
- setPduHandle(PduHandle) - Method in class org.snmp4j.mp.StateReference
-
- setPduType(int) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setPduType(int) - Method in class org.snmp4j.util.DefaultPDUFactory
-
- setPeerAddress(Address) - Method in class org.snmp4j.CommandResponderEvent
-
Sets the transport address of the sending entity.
- setPeerAddress(Address) - Method in class org.snmp4j.event.ResponseEvent
-
- setPort(int) - Method in class org.snmp4j.smi.TransportIpAddress
-
- setPreferredTransports(List<TransportMapping<? extends Address>>) - Method in class org.snmp4j.AbstractTarget
-
Sets the prioritised list of transport mappings to be used for this
target.
- setPriority(int) - Method in class org.snmp4j.transport.DefaultTcpTransportMapping
-
Changes the priority of the server thread for this TCP transport mapping.
- setPriority(int) - Method in class org.snmp4j.transport.DefaultUdpTransportMapping
-
Changes the priority of the listen thread for this UDP transport mapping.
- setPrivacyKey(byte[]) - Method in class org.snmp4j.security.UsmSecurityParameters
-
- setPrivacyKey(byte[]) - Method in class org.snmp4j.security.UsmSecurityStateReference
-
- setPrivacyKey(byte[]) - Method in class org.snmp4j.security.UsmUserEntry
-
- setPrivacyParameters(OctetString) - Method in class org.snmp4j.security.UsmSecurityParameters
-
- setPrivacyProtocol(PrivacyProtocol) - Method in class org.snmp4j.security.UsmSecurityParameters
-
- setPrivacyProtocol(PrivacyProtocol) - Method in class org.snmp4j.security.UsmSecurityStateReference
-
- setPrivPassphrase(OctetString) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setPrivProtocol(OID) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setProcessed(boolean) - Method in class org.snmp4j.CommandResponderEvent
-
Sets the status of this PDU.
- setProtocolVersions(String[]) - Method in interface org.snmp4j.transport.tls.TlsTransportMappingConfig
-
- setReceiveBufferSize(int) - Method in class org.snmp4j.transport.DefaultUdpTransportMapping
-
Sets the receive buffer size, which should be greater than the maximum inbound message
size.
- setReportHandler(Snmp.ReportHandler) - Method in class org.snmp4j.Snmp
-
Sets the report handler and overrides the default report handler.
- setReportSecurityLevelStrategy(SNMP4JSettings.ReportSecurityLevelStrategy) - Static method in class org.snmp4j.SNMP4JSettings
-
- setRequest(PDU) - Method in class org.snmp4j.event.ResponseEvent
-
- setRequestedSecurityLevel(SecurityLevel) - Method in class org.snmp4j.TransportStateReference
-
- setRequestID(Integer32) - Method in class org.snmp4j.PDU
-
Sets the request ID for this PDU.
- setRespawnThreads(boolean) - Method in class org.snmp4j.util.ThreadPool
-
Specifies whether threads are respawned by this thread pool after they
have been stopped or not.
- setResponse(PDU) - Method in class org.snmp4j.event.ResponseEvent
-
- setResponseRuntimeNanos(long) - Method in interface org.snmp4j.mp.RequestStatistics
-
Sets the time elapsed between the sending of the message and receiving its response.
- setResponseType(SnmpUriResponse.Type) - Method in class org.snmp4j.uri.SnmpUriResponse
-
- setRetries(int) - Method in class org.snmp4j.AbstractTarget
-
Sets the number of retries to be performed before a request is timed out.
- setRetries(int) - Method in interface org.snmp4j.Target
-
Sets the number of retries to be performed before a request is timed out.
- setRetries(int) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setRetries(int) - Method in class org.snmp4j.uri.SnmpURI
-
- setSameSecurity(boolean) - Method in class org.snmp4j.TransportStateReference
-
- setSecurityCallback(TlsTmSecurityCallback<C>) - Method in interface org.snmp4j.transport.tls.TlsTransportMappingConfig
-
- setSecurityCallback(TlsTmSecurityCallback<X509Certificate>) - Method in class org.snmp4j.transport.TLSTM
-
- setSecurityEngineID(byte[]) - Method in class org.snmp4j.mp.StateReference
-
- setSecurityEngineID(byte[]) - Method in class org.snmp4j.security.UsmSecurityStateReference
-
- setSecurityLevel(int) - Method in class org.snmp4j.AbstractTarget
-
Sets the security level for this target.
- setSecurityLevel(int) - Method in class org.snmp4j.CommandResponderEvent
-
- setSecurityLevel(int) - Method in class org.snmp4j.CommunityTarget
-
- setSecurityLevel(int) - Method in class org.snmp4j.mp.StateReference
-
- setSecurityLevel(Integer32) - Method in class org.snmp4j.mp.StatusInformation
-
- setSecurityLevel(int) - Method in class org.snmp4j.security.UsmSecurityStateReference
-
- setSecurityLevel(int) - Method in interface org.snmp4j.Target
-
Sets the security level for this target.
- setSecurityModel(int) - Method in class org.snmp4j.AbstractTarget
-
Sets the security model for this target.
- setSecurityModel(int) - Method in class org.snmp4j.CommandResponderEvent
-
- setSecurityModel(int) - Method in class org.snmp4j.CommunityTarget
-
- setSecurityModel(int) - Method in class org.snmp4j.mp.MPv3.HeaderData
-
- setSecurityModel(SecurityModel) - Method in class org.snmp4j.mp.StateReference
-
- setSecurityModel(int) - Method in interface org.snmp4j.Target
-
Sets the security model for this target.
- setSecurityModel(int) - Method in class org.snmp4j.uri.SnmpURI
-
- setSecurityModels(SecurityModels) - Method in class org.snmp4j.mp.MPv3
-
Sets the security models supported by this MPv3.
- setSecurityName(OctetString) - Method in class org.snmp4j.AbstractTarget
-
Sets the security name to be used with this target.
- setSecurityName(byte[]) - Method in class org.snmp4j.CommandResponderEvent
-
- setSecurityName(byte[]) - Method in class org.snmp4j.mp.StateReference
-
- setSecurityName(byte[]) - Method in class org.snmp4j.security.UsmSecurityStateReference
-
- setSecurityName(OctetString) - Method in interface org.snmp4j.Target
-
Sets the security name to be used with this target.
- setSecurityName(OctetString) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setSecurityName(OctetString) - Method in class org.snmp4j.TransportStateReference
-
- setSecurityParametersPosition(int) - Method in interface org.snmp4j.security.SecurityParameters
-
Sets the position of the first byte (counted from zero) of the security
parameters in the whole SNMP message.
- setSecurityParametersPosition(int) - Method in class org.snmp4j.security.TsmSecurityParameters
-
- setSecurityParametersPosition(int) - Method in class org.snmp4j.security.UsmSecurityParameters
-
- setSecurityProtocols(SecurityProtocols) - Method in class org.snmp4j.mp.MPv3
-
Sets the security protocols for this
MPv3
.
- setSecurityProtocols(SecurityProtocols) - Static method in class org.snmp4j.security.SecurityProtocols
-
Set the SecurityProtocols
- setSecurityStateReference(SecurityStateReference) - Method in class org.snmp4j.mp.StateReference
-
- setSendColumnPDUsMultiThreaded(boolean) - Method in class org.snmp4j.util.TableUtils
-
- setServerEnabled(boolean) - Method in class org.snmp4j.transport.DefaultTcpTransportMapping
-
Sets whether a server for incoming requests should be created when
the transport is set into listen state.
- setServerEnabled(boolean) - Method in class org.snmp4j.transport.TLSTM
-
Sets whether a server for incoming requests should be created when
the transport is set into listen state.
- setSnmp(Session) - Method in class org.snmp4j.uri.SnmpURI
-
- setSnmp4jStatistics(SNMP4JSettings.Snmp4jStatistics) - Static method in class org.snmp4j.SNMP4JSettings
-
Sets the SNMP4J statistics level.
- setSocketOptions(ServerSocket) - Method in class org.snmp4j.transport.DefaultTcpTransportMapping
-
Sets optional server socket options.
- setSocketOptions(ServerSocket) - Method in class org.snmp4j.transport.TLSTM
-
Sets optional server socket options.
- setSocketTimeout(int) - Method in class org.snmp4j.transport.DefaultUdpTransportMapping
-
Sets the socket timeout in milliseconds.
- setSpecificTrap(int) - Method in class org.snmp4j.PDUv1
-
Sets the specific trap ID.
- setStateReference(StateReference) - Method in class org.snmp4j.CommandResponderEvent
-
- setStateReference(StateReference) - Method in class org.snmp4j.mp.MutableStateReference
-
- setStatusInformation(StatusInformation) - Method in exception org.snmp4j.MessageException
-
- setStop(boolean) - Method in class org.snmp4j.util.TaskScheduler
-
Stops the schedulers run method.
- setStorageType(SnmpConstants.StorageTypeEnum) - Method in class org.snmp4j.security.UsmUserEntry
-
- setSyntax(int) - Method in class org.snmp4j.smi.Null
-
- setSysUpTime(TimeTicks) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setTarget(Target) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setTaskManagersBusyTimeoutMillis(int) - Method in class org.snmp4j.util.ThreadPool
-
Sets the timeout value in milliseconds the pool waits when all task managers are busy for a notification of
them to check again for idle task managers.
- setThreadFactory(ThreadFactory) - Static method in class org.snmp4j.SNMP4JSettings
-
Sets the thread factory for creating new threads of execution.
- setThreadJoinTimeout(long) - Static method in class org.snmp4j.SNMP4JSettings
-
Sets the Thread join timeout used to join threads if no explicit timeout
is set.
- setThreadJoinTimeout(long) - Method in class org.snmp4j.util.DefaultThreadFactory
-
Sets the maximum time to wait when joining a worker task thread.
- setThreadName(String) - Method in class org.snmp4j.transport.DefaultTcpTransportMapping
-
Sets the name of the listen thread for this UDP transport mapping.
- setThreadName(String) - Method in class org.snmp4j.transport.DefaultUdpTransportMapping
-
Sets the name of the listen thread for this UDP transport mapping.
- setThreadName(String) - Method in class org.snmp4j.transport.TLSTM
-
Sets the name of the listen thread for this UDP transport mapping.
- setTimeDiff(int) - Method in class org.snmp4j.security.UsmTimeEntry
-
- setTimeout(long) - Method in class org.snmp4j.AbstractTarget
-
Sets the timeout for a target.
- setTimeout(long) - Method in interface org.snmp4j.Target
-
Sets the timeout for a target.
- setTimeout(int) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setTimeout(long) - Method in class org.snmp4j.uri.SnmpURI
-
- setTimeoutModel(TimeoutModel) - Method in class org.snmp4j.Snmp
-
Sets the timeout model for this SNMP session.
- setTimerFactory(TimerFactory) - Static method in class org.snmp4j.SNMP4JSettings
-
Sets the timer factory for creating new timer instances.
- setTimestamp(long) - Method in class org.snmp4j.PDUv1
-
Sets the TimeTicks
value of the trap sender's notion of
its sysUpTime value when this trap has been generated.
- setTlsProtocols(String[]) - Method in class org.snmp4j.transport.TLSTM
-
Sets the TLS protocols/versions that TLSTM should use during handshake.
- setTlsTmSecurityCallback(TlsTmSecurityCallback<C>) - Method in class org.snmp4j.transport.tls.TlsTmSecurityCallbackProxy
-
Sets the security callback to be used when this proxy is being called.
- setTmStateReference(TransportStateReference) - Method in class org.snmp4j.CommandResponderEvent
-
Sets the transport model state reference as defined by RFC 5590.
- setTmStateReference(TransportStateReference) - Method in class org.snmp4j.security.TsmSecurityStateReference
-
- setTotalMessagesSent(int) - Method in interface org.snmp4j.mp.RequestStatistics
-
Sets the total number of messages that have been sent on behalf of this request.
- setTransactionID(int) - Method in class org.snmp4j.mp.PduHandle
-
Sets the transaction ID which is typically the request ID of the PDU.
- setTransportAddress(OctetString) - Method in class org.snmp4j.smi.TransportIpAddress
-
Sets this transport address from an OcetString containing the address
value in format as specified by the TRANSPORT-ADDRESS-MIB.
- setTransportMapping(TransportMapping) - Method in class org.snmp4j.CommandResponderEvent
-
- setTransportMapping(TransportMapping<? super A>) - Method in class org.snmp4j.mp.StateReference
-
- setTransportSecurityLevel(SecurityLevel) - Method in class org.snmp4j.TransportStateReference
-
- setTransportStateReference(TransportStateReference) - Method in interface org.snmp4j.transport.ssh.SshSession
-
- setTrapOID(OID) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setTrustManagerFactory(TLSTM.TLSTMTrustManagerFactory) - Method in class org.snmp4j.transport.TLSTM
-
Set the TLSTM trust manager factory.
- setTrustStore(String) - Method in interface org.snmp4j.transport.tls.TlsTransportMappingConfig
-
- setTrustStore(String) - Method in class org.snmp4j.transport.TLSTM
-
- setTrustStorePassword(String) - Method in interface org.snmp4j.transport.tls.TlsTransportMappingConfig
-
- setTrustStorePassword(String) - Method in class org.snmp4j.transport.TLSTM
-
- setType(int) - Method in class org.snmp4j.PDU
-
Sets the PDU type.
- setup(String, int) - Method in class org.snmp4j.util.ThreadPool
-
- setUpperBoundIndex(OID) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setUseDenseTableOperation(boolean) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setUsePrefix(boolean) - Method in class org.snmp4j.security.TSM
-
Sets the flag that controls whether the transport domain prefix is prepended to the securityName.
- setUserName(OctetString) - Method in class org.snmp4j.security.UsmSecurityParameters
-
- setUserName(byte[]) - Method in class org.snmp4j.security.UsmSecurityStateReference
-
- setUserName(OctetString) - Method in class org.snmp4j.security.UsmUserEntry
-
- setUserObject(Object) - Method in class org.snmp4j.event.ResponseEvent
-
- setUsers(UsmUser[]) - Method in class org.snmp4j.security.USM
-
Sets the users of this USM.
- setUsers(Collection<UsmUserEntry>) - Method in class org.snmp4j.security.UsmUserTable
-
- setUsm(USM) - Method in class org.snmp4j.uri.SnmpURI
-
- setUsmUser(UsmUser) - Method in class org.snmp4j.security.UsmUserEntry
-
- setValue(byte) - Method in class org.snmp4j.asn1.BER.MutableByte
-
- setValue(byte[]) - Method in class org.snmp4j.security.ByteArrayWindow
-
- setValue(String) - Method in interface org.snmp4j.smi.Address
-
Sets the address value from the supplied String.
- setValue(byte[]) - Method in interface org.snmp4j.smi.AssignableFromByteArray
-
Sets the value of this object from the supplied byte array.
- setValue(int[]) - Method in interface org.snmp4j.smi.AssignableFromIntArray
-
Sets the value of this object from the supplied int array.
- setValue(int) - Method in interface org.snmp4j.smi.AssignableFromInteger
-
- setValue(long) - Method in interface org.snmp4j.smi.AssignableFromLong
-
- setValue(String) - Method in interface org.snmp4j.smi.AssignableFromString
-
- setValue(String) - Method in class org.snmp4j.smi.Counter64
-
- setValue(long) - Method in class org.snmp4j.smi.Counter64
-
- setValue(byte[]) - Method in class org.snmp4j.smi.GenericAddress
-
- setValue(String) - Method in class org.snmp4j.smi.GenericAddress
-
- setValue(String) - Method in class org.snmp4j.smi.Integer32
-
- setValue(int) - Method in class org.snmp4j.smi.Integer32
-
Sets the value of this integer.
- setValue(String) - Method in class org.snmp4j.smi.IpAddress
-
- setValue(byte[]) - Method in class org.snmp4j.smi.IpAddress
-
- setValue(String) - Method in class org.snmp4j.smi.OctetString
-
- setValue(byte[]) - Method in class org.snmp4j.smi.OctetString
-
- setValue(String) - Method in class org.snmp4j.smi.OID
-
- setValue(int[]) - Method in class org.snmp4j.smi.OID
-
Sets the value from an array of integer values.
- setValue(OctetString) - Method in class org.snmp4j.smi.Opaque
-
- setValue(String) - Method in class org.snmp4j.smi.TimeTicks
-
Sets the value of this TimeTicks instance from a string.
- setValue(String) - Method in class org.snmp4j.smi.UnsignedInteger32
-
- setValue(long) - Method in class org.snmp4j.smi.UnsignedInteger32
-
- setValue(int) - Method in class org.snmp4j.smi.VariantVariable
-
- setValue(long) - Method in class org.snmp4j.smi.VariantVariable
-
- setValue(OctetString) - Method in class org.snmp4j.smi.VariantVariable
-
- setValue(byte[]) - Method in class org.snmp4j.smi.VariantVariable
-
- setValue(String) - Method in class org.snmp4j.smi.VariantVariable
-
- setValues(byte[], int, int) - Method in class org.snmp4j.security.DecryptParams
-
Initialize with the given value.
- setVariable(Variable) - Method in class org.snmp4j.smi.VariableBinding
-
Sets the value of the variable binding.
- setVariableBindings(List<? extends VariableBinding>) - Method in class org.snmp4j.PDU
-
- setVariableTextFormat(VariableTextFormat) - Static method in class org.snmp4j.SNMP4JSettings
-
Sets the variable text format to be used by SNMP4J.
- setVbs(Vector<VariableBinding>) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setVersion(int) - Method in class org.snmp4j.AbstractTarget
-
Sets the SNMP version (thus the SNMP message processing model) of the
target.
- setVersion(int) - Method in interface org.snmp4j.Target
-
Sets the SNMP version (thus the SNMP message processing model) of the
target.
- setVersion(int) - Method in class org.snmp4j.tools.console.SnmpRequest
-
- setVersion(int) - Method in class org.snmp4j.uri.SnmpURI
-
- setWarnEnabled(boolean) - Static method in class org.snmp4j.log.ConsoleLogAdapter
-
- SimpleMessageID - Class in org.snmp4j.mp
-
The
SimpleMessageID
implements the simplest possible
MessageID
with
a minimum memory footprint.
- SimpleMessageID(int) - Constructor for class org.snmp4j.mp.SimpleMessageID
-
- SimpleOIDTextFormat - Class in org.snmp4j.util
-
The SimpleOIDTextFormat
implements a simple textual
representation for object IDs as dotted string.
- SimpleOIDTextFormat() - Constructor for class org.snmp4j.util.SimpleOIDTextFormat
-
Creates a simple OID text format.
- SimpleVariableTextFormat - Class in org.snmp4j.util
-
The SimpleVariableTextFormat
implements a simple textual
representation for SNMP variables based on their type only.
- SimpleVariableTextFormat() - Constructor for class org.snmp4j.util.SimpleVariableTextFormat
-
Creates a simple variable text format.
- size() - Method in class org.snmp4j.PDU
-
Gets the number of variable bindings in the PDU.
- size() - Method in class org.snmp4j.smi.OID
-
Returns the number of sub-identifiers in this OID
.
- skip(long) - Method in class org.snmp4j.asn1.BERInputStream
-
Skips over and discards n
bytes of data from this input stream.
- SMIAddress - Class in org.snmp4j.smi
-
A SMIAddress
is an address that is defined by the Structure
of Management Information (SMI) and can be thereby serialized through the
Basic Encoding Rules (BER) used by the SNMP protocol.
- SMIAddress() - Constructor for class org.snmp4j.smi.SMIAddress
-
- SMIConstants - Class in org.snmp4j.smi
-
The SMIConstants
defines the tag values for SMI syntax types.
- SMIConstants() - Constructor for class org.snmp4j.smi.SMIConstants
-
- SMISYNTAXES_PROPERTIES - Static variable in class org.snmp4j.smi.AbstractVariable
-
- SNAPSHOT_CREATION - Static variable in class org.snmp4j.tools.console.SnmpRequest
-
- SNAPSHOT_DUMP - Static variable in class org.snmp4j.tools.console.SnmpRequest
-
- Snmp - Class in org.snmp4j
-
The Snmp
class is the core of SNMP4J.
- Snmp() - Constructor for class org.snmp4j.Snmp
-
Creates a Snmp
instance that uses a
MessageDispatcherImpl
with no message processing
models and no security protols (by default).
- Snmp(TransportMapping<? extends Address>) - Constructor for class org.snmp4j.Snmp
-
Creates a Snmp
instance that uses a
MessageDispatcherImpl
with all supported message processing
models and the default security protols for dispatching.
- Snmp(MessageDispatcher, TransportMapping<? extends Address>) - Constructor for class org.snmp4j.Snmp
-
Creates a Snmp
instance by supplying a
MessageDispatcher
and a TransportMapping
.
- Snmp(MessageDispatcher) - Constructor for class org.snmp4j.Snmp
-
Creates a Snmp
instance by supplying a
MessageDispatcher
.
- Snmp.ReportHandler - Interface in org.snmp4j
-
Interface for handling reports.
- SNMP4J_LOG_FACTORY_SYSTEM_PROPERTY - Static variable in class org.snmp4j.log.LogFactory
-
- SNMP4J_LOGGER_OIDS - Static variable in class org.snmp4j.tools.console.LogControl
-
- SNMP4JSettings - Class in org.snmp4j
-
The SNMP4JSettings
class implements a central configuration
class of the SNMP4J framework.
- SNMP4JSettings() - Constructor for class org.snmp4j.SNMP4JSettings
-
- SNMP4JSettings.ReportSecurityLevelStrategy - Enum in org.snmp4j
-
Specifies the how the security level of retry requests after a REPORT PDU is
set.
- SNMP4JSettings.Snmp4jStatistics - Enum in org.snmp4j
-
- snmp4jStatsReqTableRetries - Static variable in class org.snmp4j.mp.SnmpConstants
-
The total number of retries sent on behalf of
requests to this target.
- snmp4jStatsReqTableRuntime - Static variable in class org.snmp4j.mp.SnmpConstants
-
The number of milliseconds a successful request took
from sending the request to receiving the corresponding response
with the same msgID for this target.
- snmp4jStatsReqTableTimeouts - Static variable in class org.snmp4j.mp.SnmpConstants
-
The total number of requests that timed out for this target (Counter32).
- snmp4jStatsReqTableWaitTime - Static variable in class org.snmp4j.mp.SnmpConstants
-
The total number of milliseconds this SNMP
entity spend waiting for responses on its own
requests to this target.
- snmp4jStatsRequestRetries - Static variable in class org.snmp4j.mp.SnmpConstants
-
The total number of retries sent on behalf of
requests.
- snmp4jStatsRequestRuntime - Static variable in class org.snmp4j.mp.SnmpConstants
-
The number of milliseconds a successful request took
from sending the request to receiving the corresponding response
with the same msgID.
- snmp4jStatsRequestTimeouts - Static variable in class org.snmp4j.mp.SnmpConstants
-
The total number of requests that timed out (Counter32).
- snmp4jStatsRequestWaitTime - Static variable in class org.snmp4j.mp.SnmpConstants
-
The total number of milliseconds this SNMP
entity spend waiting for responses on its own
requests (Counter64).
- snmp4jStatsResponseIgnoredRetries - Static variable in class org.snmp4j.mp.SnmpConstants
-
The total number of retries ignored by the command
responder while processing requests.
- snmp4jStatsResponseProcessTime - Static variable in class org.snmp4j.mp.SnmpConstants
-
The total number of milliseconds the command
responder took to process a request.
- snmp4jStatsResponseTimeouts - Static variable in class org.snmp4j.mp.SnmpConstants
-
The number of response processings that ended
due to an internal timeout before that maximum
number of response variables (GETBULK) has been
reached.
- SNMP_ERROR_AUTHORIZATION_ERROR - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_ERROR_BAD_VALUE - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_ERROR_COMMIT_FAILED - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_ERROR_GENERAL_ERROR - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_ERROR_INCONSISTENT_NAME - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_ERROR_INCONSISTENT_VALUE - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_ERROR_IO - Static variable in class org.snmp4j.mp.SnmpConstants
-
An IOException occurred during request processing.
- SNMP_ERROR_LEXICOGRAPHIC_ORDER - Static variable in class org.snmp4j.mp.SnmpConstants
-
OIDs returned from a GETNEXT or GETBULK are less or equal than the requested one (which is not allowed by SNMP).
- SNMP_ERROR_MESSAGES - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_ERROR_NO_ACCESS - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_ERROR_NO_CREATION - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_ERROR_NO_SUCH_NAME - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_ERROR_NOT_WRITEABLE - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_ERROR_READ_ONLY - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_ERROR_REPORT - Static variable in class org.snmp4j.mp.SnmpConstants
-
A unresolvable REPORT message was received while processing a request.
- SNMP_ERROR_RESOURCE_UNAVAILABLE - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_ERROR_SUCCESS - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_ERROR_TIMEOUT - Static variable in class org.snmp4j.mp.SnmpConstants
-
Command responders did not respond within specified timeout interval.
- SNMP_ERROR_TOO_BIG - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_ERROR_UNDO_FAILED - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_ERROR_WRONG_ENCODING - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_ERROR_WRONG_LENGTH - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_ERROR_WRONG_TYPE - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_ERROR_WRONG_VALUE - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MD_ERROR - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MD_OK - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MD_UNSUPPORTED_ADDRESS_CLASS - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MD_UNSUPPORTED_MP_MODEL - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MD_UNSUPPORTED_SNMP_VERSION - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MP_BUILD_ERROR - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MP_COMMUNITY_ERROR - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MP_DOUBLED_MESSAGE - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MP_ERROR - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MP_INVALID_ENGINEID - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MP_INVALID_MESSAGE - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MP_MATCH_ERROR - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MP_NOT_IN_TIME_WINDOW - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MP_NOT_INITIALIZED - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MP_OK - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MP_PARSE_ERROR - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MP_REPORT_SENT - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MP_UNAVAILABLE_CONTEXT - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MP_UNKNOWN_CONTEXT - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MP_UNKNOWN_MSGID - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MP_UNKNOWN_PDU_HANDLERS - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MP_UNSUPPORTED_SECURITY_MODEL - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MP_USM_ERROR - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_MP_WRONG_USER_NAME - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMP_TP_ERROR_MESSAGES - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SnmpConfigurator - Class in org.snmp4j.util
-
- SnmpConfigurator() - Constructor for class org.snmp4j.util.SnmpConfigurator
-
- SnmpConfigurator(Properties) - Constructor for class org.snmp4j.util.SnmpConfigurator
-
- SnmpConfigurator(boolean) - Constructor for class org.snmp4j.util.SnmpConfigurator
-
- SnmpConfigurator(Properties, boolean) - Constructor for class org.snmp4j.util.SnmpConfigurator
-
- SnmpConfigurator.InnerPDUFactory - Class in org.snmp4j.util
-
- SnmpConstants - Class in org.snmp4j.mp
-
The SnmpConstants
class holds constants, ObjectIDs and
Message strings used within SNMP4J.
- SnmpConstants() - Constructor for class org.snmp4j.mp.SnmpConstants
-
- SnmpConstants.StorageTypeEnum - Enum in org.snmp4j.mp
-
Enumeration of the textual convention StorageType defined in SNMPv2-TC MIB.
- SnmpEngineEvent - Class in org.snmp4j.event
-
The SnmpEngineEvent
describes events generated on behalf of
the engine ID cache of the SNMPv3 message processing model (MPv3).
- SnmpEngineEvent(MPv3, int, OctetString, Address) - Constructor for class org.snmp4j.event.SnmpEngineEvent
-
- snmpEngineID - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SnmpEngineListener - Interface in org.snmp4j.event
-
The SnmpEngineListener
interface can be implemented by classes
that need to be informed about changes to the SNMP engine ID cache.
- snmpInASNParseErrs - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpInBadCommunityNames - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpInBadCommunityUses - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpInBadVersions - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpInPkts - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpInvalidMsgs - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SnmpMesssageLengthDecoder() - Constructor for class org.snmp4j.transport.DefaultTcpTransportMapping.SnmpMesssageLengthDecoder
-
- snmpProxyDrops - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SnmpRequest - Class in org.snmp4j.tools.console
-
The SnmpRequest application is an example implementation of most of the
SNMP4J features.
- SnmpRequest(String[]) - Constructor for class org.snmp4j.tools.console.SnmpRequest
-
- snmpSetSerialNo - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpSilentDrops - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpSshtmSessionCloses - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpSshtmSessionInvalidCaches - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpSshtmSessionNoChannels - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpSshtmSessionNoSessions - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpSshtmSessionNoSubsystems - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpSshtmSessionOpenErrors - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpSshtmSessionOpens - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpSshtmSessionUserAuthFailures - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpTlstmSessionAccepts - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpTlstmSessionClientCloses - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpTlstmSessionInvalidCaches - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpTlstmSessionInvalidClientCertificates - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpTlstmSessionInvalidServerCertificates - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpTlstmSessionNoSessions - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpTlstmSessionOpenErrors - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpTlstmSessionOpens - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpTlstmSessionServerCloses - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpTlstmSessionUnknownServerCertificate - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpTrapAddress - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpTrapCommunity - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpTrapEnterprise - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpTrapOID - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpTraps - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpTsmConfigurationUsePrefix - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpTsmInadequateSecurityLevels - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpTsmInvalidCaches - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpTsmInvalidPrefixes - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpTsmUnknownPrefixes - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpUnavailableContexts - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpUnknownContexts - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpUnknownPDUHandlers - Static variable in class org.snmp4j.mp.SnmpConstants
-
- snmpUnknownSecurityModels - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SnmpURI - Class in org.snmp4j.uri
-
The SnmpURI
class provides a SNMP service based on the SNMP URI
as defined by RFC 4088.
- SnmpURI(Session) - Constructor for class org.snmp4j.uri.SnmpURI
-
- SnmpURI(Session, Target) - Constructor for class org.snmp4j.uri.SnmpURI
-
- SnmpURI.SnmpUriType - Enum in org.snmp4j.uri
-
- SnmpUriCallback - Interface in org.snmp4j.uri
-
The
SnmpUriCallback
interface is used by asynchronous
methods of the
SnmpURI
class to provide instances of
SnmpUriResponse
to the caller.
- SnmpUriResponse - Class in org.snmp4j.uri
-
The SnmpUriResponse
contains the data returned by a SNMP URI
operation.
- SnmpUriResponse(List<VariableBinding[]>) - Constructor for class org.snmp4j.uri.SnmpUriResponse
-
- SnmpUriResponse(SnmpUriResponse.Type) - Constructor for class org.snmp4j.uri.SnmpUriResponse
-
- SnmpUriResponse(SnmpUriResponse.Type, String) - Constructor for class org.snmp4j.uri.SnmpUriResponse
-
- SnmpUriResponse(int) - Constructor for class org.snmp4j.uri.SnmpUriResponse
-
- SnmpUriResponse(List<VariableBinding[]>, int) - Constructor for class org.snmp4j.uri.SnmpUriResponse
-
- SnmpUriResponse(List<VariableBinding[]>, SnmpUriResponse.Type) - Constructor for class org.snmp4j.uri.SnmpUriResponse
-
- SnmpUriResponse.Type - Enum in org.snmp4j.uri
-
- SNMPv1v2c_CSM_BAD_COMMUNITY_NAME - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv1v2c_CSM_BAD_COMMUNITY_USE - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv1v2c_CSM_OK - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv3_TSM_INADEQUATE_SECURITY_LEVELS - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv3_TSM_INVALID_CACHES - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv3_TSM_OK - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv3_TSM_UNKNOWN_PREFIXES - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv3_USM_ADDRESS_ERROR - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv3_USM_AUTHENTICATION_ERROR - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv3_USM_AUTHENTICATION_FAILURE - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv3_USM_DECRYPTION_ERROR - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv3_USM_ENCRYPTION_ERROR - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv3_USM_ENGINE_ID_TOO_LONG - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv3_USM_ERROR - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv3_USM_NOT_IN_TIME_WINDOW - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv3_USM_OK - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv3_USM_PARSE_ERROR - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv3_USM_SECURITY_NAME_TOO_LONG - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv3_USM_UNKNOWN_ENGINEID - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv3_USM_UNKNOWN_SECURITY_NAME - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv3_USM_UNSUPPORTED_AUTHPROTOCOL - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv3_USM_UNSUPPORTED_PRIVPROTOCOL - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv3_USM_UNSUPPORTED_SECURITY_LEVEL - Static variable in class org.snmp4j.mp.SnmpConstants
-
- SNMPv3SecurityModel - Class in org.snmp4j.security
-
The abstract class SNMPv3SecurityModel
implements
common methods and fields for security models for the SNMPv3
message processing model.
- SNMPv3SecurityModel() - Constructor for class org.snmp4j.security.SNMPv3SecurityModel
-
- socket - Variable in class org.snmp4j.transport.DefaultUdpTransportMapping
-
- socketCleaner - Variable in class org.snmp4j.transport.DefaultTcpTransportMapping
-
- socketClosedRemotely(SelectionKey, SocketChannel, TcpAddress) - Method in class org.snmp4j.transport.DefaultTcpTransportMapping
-
- sockets - Variable in class org.snmp4j.transport.DefaultTcpTransportMapping
-
- split(OctetString, OctetString) - Static method in class org.snmp4j.smi.OctetString
-
Splits an OctetString
using a set of delimiter characters
similar to how a StringTokenizer would do it.
- SshAddress - Class in org.snmp4j.smi
-
The SshAddress
represents a SSH transport addresses as defined
by RFC 5592 SnmpSSHAddress textual convention.
- SshAddress(String) - Constructor for class org.snmp4j.smi.SshAddress
-
- SshAddress(InetAddress, int) - Constructor for class org.snmp4j.smi.SshAddress
-
- SshAddress(InetAddress, int, String) - Constructor for class org.snmp4j.smi.SshAddress
-
- SshSession<I> - Interface in org.snmp4j.transport.ssh
-
- SshTransportAdapter<I> - Interface in org.snmp4j.transport.ssh
-
The SshTransportAdapter
adapts 3rd party SSH transport protocol
implementations for SNMP4J.
- startsWith(OctetString) - Method in class org.snmp4j.smi.OctetString
-
Tests if this octet string starts with the specified prefix.
- startsWith(OID) - Method in class org.snmp4j.smi.OID
-
Check if the OID starts with the given OID.
- STATE_CLOSED - Static variable in class org.snmp4j.transport.TransportStateEvent
-
- STATE_CONNECTED - Static variable in class org.snmp4j.transport.TransportStateEvent
-
- STATE_DISCONNECTED_REMOTELY - Static variable in class org.snmp4j.transport.TransportStateEvent
-
- STATE_DISCONNECTED_TIMEOUT - Static variable in class org.snmp4j.transport.TransportStateEvent
-
- STATE_UNKNOWN - Static variable in class org.snmp4j.transport.TransportStateEvent
-
- StateReference<A extends Address> - Class in org.snmp4j.mp
-
The StateReference
class represents state information associated with SNMP messages.
- StateReference() - Constructor for class org.snmp4j.mp.StateReference
-
Default constructor.
- StateReference(PduHandle, A, TransportMapping<? super A>, SecurityModel, byte[], int) - Constructor for class org.snmp4j.mp.StateReference
-
Creates a state reference for community based security models.
- StateReference(int, int, int, PduHandle, A, TransportMapping<? super A>, byte[], SecurityModel, byte[], int, byte[], byte[], SecurityStateReference, int) - Constructor for class org.snmp4j.mp.StateReference
-
Creates a state reference for SNMPv3 messages.
- status - Variable in class org.snmp4j.util.RetrievalEvent
-
- STATUS_EXCEPTION - Static variable in class org.snmp4j.util.RetrievalEvent
-
An exception occurred during retrieval operation.
- STATUS_OK - Static variable in class org.snmp4j.util.RetrievalEvent
-
Retrieval operation was successful.
- STATUS_REPORT - Static variable in class org.snmp4j.util.RetrievalEvent
-
A report has been received from the agent.
- STATUS_TIMEOUT - Static variable in class org.snmp4j.util.RetrievalEvent
-
A request to the agent timed out.
- STATUS_WRONG_ORDER - Static variable in class org.snmp4j.util.RetrievalEvent
-
The agent failed to return the objects in lexicographic order.
- StatusInformation - Class in org.snmp4j.mp
-
The StatusInformation
class represents status information
of a SNMPv3 message that is needed to return a report message.
- StatusInformation() - Constructor for class org.snmp4j.mp.StatusInformation
-
- StatusInformation(VariableBinding, byte[], byte[], Integer32) - Constructor for class org.snmp4j.mp.StatusInformation
-
- stop - Variable in class org.snmp4j.util.ThreadPool
-
- stop() - Method in class org.snmp4j.util.ThreadPool
-
Stops all threads in this thread pool gracefully.
- stop() - Method in interface org.snmp4j.util.WorkerPool
-
Stops all threads in this worker pool gracefully.
- SubIndexInfo - Interface in org.snmp4j.smi
-
The
SubIndexInfo
interface represents the meta information of a SMI INDEX clause element (= sub-index)
which are relevant for converting an OID index value to an INDEX object and vice versa.
- SubIndexInfoImpl - Class in org.snmp4j.smi
-
The
SubIndexInfoImpl
class represents the meta information of a SMI INDEX clause element (= sub-index)
which are relevant for converting an OID index value to an INDEX object and vice versa.
- SubIndexInfoImpl(boolean, int, int, int) - Constructor for class org.snmp4j.smi.SubIndexInfoImpl
-
Create a sub index information object.
- substring(int, int) - Method in class org.snmp4j.smi.OctetString
-
Returns a new string that is a substring of this string.
- successor() - Method in class org.snmp4j.smi.OID
-
Returns the successor OID for this OID.
- supportsEngineIdDiscovery() - Method in interface org.snmp4j.security.SecurityModel
-
Checks whether this
SecurityModel
supports authoritative
engine ID discovery.
- supportsEngineIdDiscovery() - Method in class org.snmp4j.security.TSM
-
- supportsEngineIdDiscovery() - Method in class org.snmp4j.security.USM
-
- SYNTAX_BITS - Static variable in class org.snmp4j.smi.SMIConstants
-
- SYNTAX_COUNTER32 - Static variable in class org.snmp4j.smi.SMIConstants
-
- SYNTAX_COUNTER64 - Static variable in class org.snmp4j.smi.SMIConstants
-
- SYNTAX_GAUGE32 - Static variable in class org.snmp4j.smi.SMIConstants
-
- SYNTAX_INTEGER - Static variable in class org.snmp4j.smi.SMIConstants
-
- SYNTAX_INTEGER32 - Static variable in class org.snmp4j.smi.SMIConstants
-
- SYNTAX_IPADDRESS - Static variable in class org.snmp4j.smi.SMIConstants
-
- SYNTAX_NULL - Static variable in class org.snmp4j.smi.SMIConstants
-
- SYNTAX_OBJECT_IDENTIFIER - Static variable in class org.snmp4j.smi.SMIConstants
-
- SYNTAX_OCTET_STRING - Static variable in class org.snmp4j.smi.SMIConstants
-
- SYNTAX_OPAQUE - Static variable in class org.snmp4j.smi.SMIConstants
-
- SYNTAX_TIMETICKS - Static variable in class org.snmp4j.smi.SMIConstants
-
- SYNTAX_UNSIGNED_INTEGER32 - Static variable in class org.snmp4j.smi.SMIConstants
-
- sysContact - Static variable in class org.snmp4j.mp.SnmpConstants
-
- sysDescr - Static variable in class org.snmp4j.mp.SnmpConstants
-
- sysLocation - Static variable in class org.snmp4j.mp.SnmpConstants
-
- sysName - Static variable in class org.snmp4j.mp.SnmpConstants
-
- sysObjectID - Static variable in class org.snmp4j.mp.SnmpConstants
-
- sysOREntry - Static variable in class org.snmp4j.mp.SnmpConstants
-
- sysServices - Static variable in class org.snmp4j.mp.SnmpConstants
-
- system - Static variable in class org.snmp4j.mp.SnmpConstants
-
- sysUpTime - Static variable in class org.snmp4j.mp.SnmpConstants
-
- TABLE - Static variable in class org.snmp4j.tools.console.SnmpRequest
-
- table() - Method in class org.snmp4j.tools.console.SnmpRequest
-
- TableEvent - Class in org.snmp4j.util
-
The TableEvent
class reports events in a table retrieval
operation.
- TableEvent(TableUtils.TableRequest, Object) - Constructor for class org.snmp4j.util.TableEvent
-
- TableEvent(TableUtils.TableRequest, Object, int) - Constructor for class org.snmp4j.util.TableEvent
-
Creates a table event with a status.
- TableEvent(TableUtils.TableRequest, Object, Exception) - Constructor for class org.snmp4j.util.TableEvent
-
Creates a table event with an exception.
- TableEvent(TableUtils.TableRequest, Object, PDU) - Constructor for class org.snmp4j.util.TableEvent
-
Creates a table event with a report PDU.
- TableEvent(TableUtils.TableRequest, Object, OID, VariableBinding[]) - Constructor for class org.snmp4j.util.TableEvent
-
Creates a table event with row data.
- TableListener - Interface in org.snmp4j.util
-
The TableListener
interface is implemented by objects
listening for table events.
- TableRequest(Target, OID[], TableListener, Object, OID, OID) - Constructor for class org.snmp4j.util.TableUtils.TableRequest
-
- TableUtils - Class in org.snmp4j.util
-
The TableUtils
class provides utility functions to retrieve
SNMP tabular data.
- TableUtils(Session, PDUFactory) - Constructor for class org.snmp4j.util.TableUtils
-
Creates a TableUtils
instance.
- TableUtils.ColumnsOfRequest - Class in org.snmp4j.util
-
- TableUtils.TableRequest - Class in org.snmp4j.util
-
- Target - Interface in org.snmp4j
-
A Target
interface defines an abstract representation of a
remote SNMP entity.
- taskManagers - Variable in class org.snmp4j.util.ThreadPool
-
- taskManagersBusyTimeoutMillis - Variable in class org.snmp4j.util.ThreadPool
-
- TaskScheduler - Class in org.snmp4j.util
-
The TaskScheduler
uses a ThreadPool
to recurrent
execute SchedulerTask
s.
- TaskScheduler(ThreadPool) - Constructor for class org.snmp4j.util.TaskScheduler
-
Creates a TaskScheduler
that uses the supplied
ThreadPool
to execute tasks.
- TcpAddress - Class in org.snmp4j.smi
-
The TcpAddress
represents TCP/IP transport addresses.
- TcpAddress() - Constructor for class org.snmp4j.smi.TcpAddress
-
- TcpAddress(InetAddress, int) - Constructor for class org.snmp4j.smi.TcpAddress
-
- TcpAddress(int) - Constructor for class org.snmp4j.smi.TcpAddress
-
- TcpAddress(String) - Constructor for class org.snmp4j.smi.TcpAddress
-
- tcpAddress - Variable in class org.snmp4j.transport.TcpTransportMapping
-
- TcpTransportMapping - Class in org.snmp4j.transport
-
The TcpTransportMapping
is the abstract base class for
TCP transport mappings.
- TcpTransportMapping(TcpAddress) - Constructor for class org.snmp4j.transport.TcpTransportMapping
-
- terminate() - Method in class org.snmp4j.transport.DefaultTcpTransportMapping.ServerThread
-
- terminate() - Method in class org.snmp4j.util.DefaultThreadFactory.WorkerThread
-
- terminate() - Method in interface org.snmp4j.util.WorkerTask
-
The WorkerPool
might call this method to hint the active
WorkTask
instance to complete execution as soon as possible.
- ThreadFactory - Interface in org.snmp4j.util
-
The ThreadFactory
describes a factory for threads of execution
modeled as WorkerTask
s.
- ThreadPool - Class in org.snmp4j.util
-
The ThreadPool
provides a pool of a fixed number of threads
that are capable to execute tasks that implement the Runnable
interface concurrently.
- ThreadPool() - Constructor for class org.snmp4j.util.ThreadPool
-
- TIME_BASED_CVS_TABLE - Static variable in class org.snmp4j.tools.console.SnmpRequest
-
- TimedMessageID - Class in org.snmp4j.mp
-
The TimedMessageID
adds system time information to the message ID that allows
to measure response times and detect lost messages with SNMPv3.
- TimedMessageID(int) - Constructor for class org.snmp4j.mp.TimedMessageID
-
- TimeoutModel - Interface in org.snmp4j
-
The TimeoutModel
is the common interface for all models
of timing out a SNMP request.
- TimerFactory - Interface in org.snmp4j.util
-
The TimerFactory
describes a factory for
CommonTimer
instances.
- TIMETICKS - Static variable in class org.snmp4j.asn1.BER
-
- TimeTicks - Class in org.snmp4j.smi
-
The TimeTicks
class represents the time in 1/100 seconds since some epoch (which should be have been
defined in the corresponding MIB specification).
- TimeTicks() - Constructor for class org.snmp4j.smi.TimeTicks
-
- TimeTicks(TimeTicks) - Constructor for class org.snmp4j.smi.TimeTicks
-
Copy constructor.
- TimeTicks(long) - Constructor for class org.snmp4j.smi.TimeTicks
-
- TLS_MAX_FRAGMENT_SIZE - Static variable in class org.snmp4j.transport.TLSTM
-
- TlsAddress - Class in org.snmp4j.smi
-
The SshAddress
represents a SSH transport addresses as defined
by RFC 5953 SnmpTSLAddress textual convention.
- TlsAddress() - Constructor for class org.snmp4j.smi.TlsAddress
-
- TlsAddress(InetAddress, int) - Constructor for class org.snmp4j.smi.TlsAddress
-
- TlsAddress(String) - Constructor for class org.snmp4j.smi.TlsAddress
-
- TLSTM - Class in org.snmp4j.transport
-
The
TLSTM
implements the Transport Layer Security
Transport Mapping (TLS-TM) as defined by RFC 5953
with the new IO API and
SSLEngine
.
- TLSTM() - Constructor for class org.snmp4j.transport.TLSTM
-
Creates a default TCP transport mapping with the server for incoming
messages disabled.
- TLSTM(TlsAddress) - Constructor for class org.snmp4j.transport.TLSTM
-
Creates a TLS transport mapping with the server for incoming
messages bind to the given address.
- TLSTM(TlsTmSecurityCallback<X509Certificate>, TlsAddress) - Constructor for class org.snmp4j.transport.TLSTM
-
Creates a TLS transport mapping that binds to the given address
(interface) on the local host.
- TLSTM(TlsTmSecurityCallback<X509Certificate>, TlsAddress, CounterSupport) - Constructor for class org.snmp4j.transport.TLSTM
-
Creates a TLS transport mapping that binds to the given address
(interface) on the local host.
- TLSTM.DefaultSSLEngineConfiguration - Class in org.snmp4j.transport
-
- TLSTM.TLSTMTrustManagerFactory - Interface in org.snmp4j.transport
-
- TLSTMExtendedTrustManager - Class in org.snmp4j.transport.tls
-
TLSTM trust manager that implements the X509ExtendedTrustManager interface.
- TLSTMExtendedTrustManager(CounterSupport, TlsTmSecurityCallback<X509Certificate>, X509TrustManager, boolean, TransportStateReference) - Constructor for class org.snmp4j.transport.tls.TLSTMExtendedTrustManager
-
- TLSTMExtendedTrustManagerFactory - Class in org.snmp4j.transport.tls
-
X509ExtendedTrustManager factory for TLSTM.
- TLSTMExtendedTrustManagerFactory(CounterSupport, TlsTmSecurityCallback<X509Certificate>) - Constructor for class org.snmp4j.transport.tls.TLSTMExtendedTrustManagerFactory
-
- TlsTmSecurityCallback<C extends Certificate> - Interface in org.snmp4j.transport.tls
-
The TlsTmSecurityCallback
is implemented by the SnmpTlsMib (of SNMP4J-Agent), for example, to resolve
(lookup) the tmSecurityName
for incoming requests.
- TlsTmSecurityCallbackProxy<C extends Certificate> - Class in org.snmp4j.transport.tls
-
- TlsTmSecurityCallbackProxy() - Constructor for class org.snmp4j.transport.tls.TlsTmSecurityCallbackProxy
-
- TLSTMUtil - Class in org.snmp4j.transport.tls
-
The
TLSTMUtil
class implements common functions for
TLSTM
.
- TLSTMUtil() - Constructor for class org.snmp4j.transport.tls.TLSTMUtil
-
- TlsTransportMappingConfig<C extends Certificate> - Interface in org.snmp4j.transport.tls
-
- TlsTrustManager - Class in org.snmp4j.transport.tls
-
The TlsTrustManager
verifies the trust for clients and servers connected based on the certificates, and
fingerprints provided.
- TlsTrustManager(X509TrustManager, boolean, TransportStateReference, CounterSupport, TlsTmSecurityCallback<X509Certificate>) - Constructor for class org.snmp4j.transport.tls.TlsTrustManager
-
- TlsX509CertifiedTarget - Class in org.snmp4j.transport.tls
-
The
TlsCertifiedTarget
extends the
CertifiedTarget
class by means to provide
a
TlsTmSecurityCallback
reference directly with the target as needed according to RFC 6353 §5.3.1 when
establishing a connection based on the SNMP-TARGET-MIB as client.
- TlsX509CertifiedTarget(Address, OctetString, OctetString, OctetString, TlsTmSecurityCallback<X509Certificate>) - Constructor for class org.snmp4j.transport.tls.TlsX509CertifiedTarget
-
- toArray() - Method in class org.snmp4j.PDU
-
Returns an array with the variable bindings of this PDU.
- toASCII(char) - Method in class org.snmp4j.smi.OctetString
-
Formats the content into a ASCII string.
- toByteArray() - Method in interface org.snmp4j.smi.AssignableFromByteArray
-
Returns the value of this object as a byte array.
- toByteArray() - Method in class org.snmp4j.smi.GenericAddress
-
- toByteArray() - Method in class org.snmp4j.smi.IpAddress
-
- toByteArray() - Method in class org.snmp4j.smi.OctetString
-
- toByteArray() - Method in class org.snmp4j.smi.OID
-
Returns the content of the as a byte array.
- toByteArray() - Method in class org.snmp4j.smi.VariantVariable
-
- toDottedString() - Method in class org.snmp4j.smi.OID
-
- toErrorStatusText(int) - Static method in class org.snmp4j.PDU
-
Returns textual description for the supplied error status value.
- toHexString() - Method in class org.snmp4j.smi.OctetString
-
- toHexString(char) - Method in class org.snmp4j.smi.OctetString
-
- toInt() - Method in class org.snmp4j.smi.AbstractVariable
-
Returns an integer representation of this variable if
such a representation exists.
- toInt() - Method in interface org.snmp4j.smi.AssignableFromInteger
-
- toInt() - Method in class org.snmp4j.smi.Counter64
-
- toInt() - Method in class org.snmp4j.smi.GenericAddress
-
- toInt() - Method in class org.snmp4j.smi.Integer32
-
- toInt() - Method in class org.snmp4j.smi.IpAddress
-
- toInt() - Method in class org.snmp4j.smi.Null
-
Returns the syntax of this Null variable.
- toInt() - Method in class org.snmp4j.smi.OctetString
-
- toInt() - Method in class org.snmp4j.smi.OID
-
- toInt() - Method in class org.snmp4j.smi.UnsignedInteger32
-
- toInt() - Method in interface org.snmp4j.smi.Variable
-
Returns an integer representation of this variable if
such a representation exists.
- toInt() - Method in class org.snmp4j.smi.VariantVariable
-
- toIntArray() - Method in interface org.snmp4j.smi.AssignableFromIntArray
-
Returns the value of this object as an int array.
- toIntArray() - Method in class org.snmp4j.smi.OID
-
- toLevel(String) - Static method in class org.snmp4j.log.LogLevel
-
Returns a LogLevel
object for the specified level string.
- toLong() - Method in class org.snmp4j.smi.AbstractVariable
-
Returns a long representation of this variable if
such a representation exists.
- toLong() - Method in interface org.snmp4j.smi.AssignableFromLong
-
- toLong() - Method in class org.snmp4j.smi.Counter64
-
- toLong() - Method in class org.snmp4j.smi.GenericAddress
-
- toLong() - Method in class org.snmp4j.smi.Integer32
-
- toLong() - Method in class org.snmp4j.smi.IpAddress
-
- toLong() - Method in class org.snmp4j.smi.Null
-
Returns the syntax of this Null variable.
- toLong() - Method in class org.snmp4j.smi.OctetString
-
- toLong() - Method in class org.snmp4j.smi.OID
-
- toLong() - Method in class org.snmp4j.smi.UnsignedInteger32
-
- toLong() - Method in interface org.snmp4j.smi.Variable
-
Returns a long representation of this variable if
such a representation exists.
- toLong() - Method in class org.snmp4j.smi.VariantVariable
-
- toMilliseconds() - Method in class org.snmp4j.smi.TimeTicks
-
Returns the timeticks value as milliseconds (instead 1/100 seconds).
- tooBig - Static variable in class org.snmp4j.PDU
-
PDU encoding is too big for the transport used.
- toString() - Method in class org.snmp4j.AbstractTarget
-
- toString() - Method in class org.snmp4j.CertifiedTarget
-
- toString() - Method in class org.snmp4j.CommandResponderEvent
-
- toString() - Method in class org.snmp4j.CommunityTarget
-
- toString() - Method in class org.snmp4j.event.CounterEvent
-
- toString() - Method in class org.snmp4j.log.LogLevel
-
- toString() - Method in class org.snmp4j.mp.PduHandle
-
- toString() - Method in class org.snmp4j.mp.SimpleMessageID
-
- toString() - Method in class org.snmp4j.mp.StateReference
-
- toString() - Method in class org.snmp4j.mp.StatusInformation
-
- toString() - Method in class org.snmp4j.mp.TimedMessageID
-
- toString() - Method in class org.snmp4j.PDU
-
Returns a string representation of the object.
- toString() - Method in class org.snmp4j.PDUv1
-
- toString() - Method in class org.snmp4j.ScopedPDU
-
Returns a string representation of the object.
- toString() - Method in class org.snmp4j.SecureTarget
-
- toString() - Method in class org.snmp4j.security.dh.DHParameters
-
- toString() - Method in class org.snmp4j.security.TsmSecurityStateReference
-
- toString() - Method in class org.snmp4j.security.UsmUser
-
- toString() - Method in class org.snmp4j.security.UsmUserEntry
-
- toString() - Method in class org.snmp4j.smi.AbstractVariable
-
Gets a string representation of the variable.
- toString() - Method in class org.snmp4j.smi.Counter64
-
- toString() - Method in class org.snmp4j.smi.GenericAddress
-
- toString() - Method in class org.snmp4j.smi.Integer32
-
- toString() - Method in class org.snmp4j.smi.IpAddress
-
- toString() - Method in class org.snmp4j.smi.Null
-
- toString() - Method in class org.snmp4j.smi.OctetString
-
- toString(char, int) - Method in class org.snmp4j.smi.OctetString
-
- toString(int) - Method in class org.snmp4j.smi.OctetString
-
Returns a string representation of this octet string in the radix
specified.
- toString() - Method in class org.snmp4j.smi.OID
-
- toString() - Method in class org.snmp4j.smi.Opaque
-
- toString() - Method in class org.snmp4j.smi.SshAddress
-
- toString() - Method in class org.snmp4j.smi.TimeTicks
-
Returns string with the value of this TimeTicks
object as "[days,]hh:mm:ss.hh".
- toString(String) - Method in class org.snmp4j.smi.TimeTicks
-
Formats the content of this TimeTicks
object according to a supplied MessageFormat
pattern.
- toString() - Method in class org.snmp4j.smi.TransportIpAddress
-
- toString() - Method in class org.snmp4j.smi.UnsignedInteger32
-
- toString() - Method in interface org.snmp4j.smi.Variable
-
Gets a string representation of the variable.
- toString() - Method in class org.snmp4j.smi.VariableBinding
-
- toString() - Method in class org.snmp4j.smi.VariantVariable
-
- toString() - Method in class org.snmp4j.transport.DefaultSshTransportMapping.SessionID
-
- toString() - Method in class org.snmp4j.transport.DummyTransport
-
- toString() - Method in class org.snmp4j.transport.MessageLength
-
- toString() - Method in class org.snmp4j.transport.tls.SecurityNameMapping
-
- toString() - Method in class org.snmp4j.transport.TransportStateEvent
-
- toString() - Method in class org.snmp4j.TransportStateReference
-
- toString() - Method in class org.snmp4j.uri.SnmpUriResponse
-
- toString() - Method in class org.snmp4j.UserTarget
-
- toString() - Method in class org.snmp4j.util.ArgumentParser.ArgumentFormat
-
- toString() - Method in class org.snmp4j.util.ArgumentParser.ArgumentParameter
-
- toString() - Method in class org.snmp4j.util.RetrievalEvent
-
- toString() - Method in class org.snmp4j.util.TableEvent
-
- toStringAbstractTarget() - Method in class org.snmp4j.AbstractTarget
-
- toSubIndex(boolean) - Method in class org.snmp4j.smi.AbstractVariable
-
Converts the value of this Variable
to a (sub-)index
value.
- toSubIndex(boolean) - Method in class org.snmp4j.smi.Counter32
-
- toSubIndex(boolean) - Method in class org.snmp4j.smi.Counter64
-
- toSubIndex(boolean) - Method in class org.snmp4j.smi.GenericAddress
-
- toSubIndex(boolean) - Method in class org.snmp4j.smi.Integer32
-
- toSubIndex(boolean) - Method in class org.snmp4j.smi.IpAddress
-
- toSubIndex(boolean) - Method in class org.snmp4j.smi.Null
-
- toSubIndex(boolean) - Method in class org.snmp4j.smi.OctetString
-
- toSubIndex(boolean) - Method in class org.snmp4j.smi.OID
-
- toSubIndex(boolean) - Method in class org.snmp4j.smi.UnsignedInteger32
-
- toSubIndex(boolean) - Method in interface org.snmp4j.smi.Variable
-
Converts the value of this Variable
to a (sub-)index
value.
- toSubIndex(boolean) - Method in class org.snmp4j.smi.VariantVariable
-
- toValueString() - Method in class org.snmp4j.smi.VariableBinding
-
- TRACE - Static variable in class org.snmp4j.log.LogLevel
-
- TRANSPORT_MAPPINGS - Static variable in class org.snmp4j.transport.TransportMappings
-
- TransportIpAddress - Class in org.snmp4j.smi
-
The TransportIpAddress
is the abstract base class for all
transport addresses on top of IP network addresses.
- TransportIpAddress() - Constructor for class org.snmp4j.smi.TransportIpAddress
-
- transportListener - Variable in class org.snmp4j.transport.AbstractTransportMapping
-
- TransportListener - Interface in org.snmp4j.transport
-
The
TransportListener
interface is implemented by objects
that process incoming messages from
TransportMapping
s, for
example
MessageDispatcher
.
- TransportMapping<A extends Address> - Interface in org.snmp4j
-
The TransportMapping
defines the common interface for SNMP
transport mappings.
- TransportMappings - Class in org.snmp4j.transport
-
The TransportMappings
factory can be used to create a transport
mapping for an address class.
- TransportMappings() - Constructor for class org.snmp4j.transport.TransportMappings
-
- TransportStateEvent - Class in org.snmp4j.transport
-
The TransportStateEvent
describes a state change for
a transport connection.
- TransportStateEvent(TcpTransportMapping, Address, int, IOException) - Constructor for class org.snmp4j.transport.TransportStateEvent
-
- TransportStateEvent(TcpTransportMapping, Address, int, IOException, List<byte[]>) - Constructor for class org.snmp4j.transport.TransportStateEvent
-
- TransportStateListener - Interface in org.snmp4j.transport
-
The TransportStateListener
interface can be implemented
to monitor the connection state for connection oriented transport mappings.
- TransportStateReference - Class in org.snmp4j
-
The TransportStateReference
class holds information defined by
RFC 5343 for the tmStateReference ASI elements.
- TransportStateReference(TransportMapping, Address, OctetString, SecurityLevel, SecurityLevel, boolean, Object) - Constructor for class org.snmp4j.TransportStateReference
-
- TransportStateReference(TransportMapping, Address, OctetString, SecurityLevel, SecurityLevel, boolean, Object, CertifiedIdentity) - Constructor for class org.snmp4j.TransportStateReference
-
- TRAP - Static variable in class org.snmp4j.PDU
-
Denotes a SNMPv2c/v3 notification PDU (undistinguishable from
#TRAP
).
- trap(PDUv1, Target) - Method in class org.snmp4j.Snmp
-
Sends a SNMPv1 trap to a target.
- TreeEvent - Class in org.snmp4j.util
-
The TreeEvent
class reports events in a tree retrieval
operation.
- TreeEvent(TreeUtils.TreeRequest, Object, VariableBinding[]) - Constructor for class org.snmp4j.util.TreeEvent
-
- TreeEvent(TreeUtils.TreeRequest, Object, int) - Constructor for class org.snmp4j.util.TreeEvent
-
- TreeEvent(TreeUtils.TreeRequest, Object, PDU) - Constructor for class org.snmp4j.util.TreeEvent
-
- TreeEvent(TreeUtils.TreeRequest, Object, Exception) - Constructor for class org.snmp4j.util.TreeEvent
-
- TreeListener - Interface in org.snmp4j.util
-
The TreeListener
interface is implemented by objects
listening for tree events.
- TreeUtils - Class in org.snmp4j.util
-
- TreeUtils(Session, PDUFactory) - Constructor for class org.snmp4j.util.TreeUtils
-
Creates a TreeUtils
instance.
- trim() - Method in class org.snmp4j.PDU
-
Remove the last variable binding from the PDU, if such an element exists.
- trim(int) - Method in class org.snmp4j.smi.OID
-
Remove the n rightmost subidentifiers from this OID.
- trim() - Method in class org.snmp4j.smi.OID
-
Returns a new copy of this OID with the last sub-indentifier removed.
- truncateKey(byte[], int) - Method in class org.snmp4j.security.SecurityProtocols
-
Limits the supplied key value to the specified maximum length
- tryToExecute(WorkerTask) - Method in class org.snmp4j.util.ThreadPool
-
Tries to execute a task on behalf of this thread pool.
- tryToExecute(WorkerTask) - Method in interface org.snmp4j.util.WorkerPool
-
Tries to execute a task on behalf of this worker pool.
- TSM - Class in org.snmp4j.security
-
The
TSM
(Transport Security Model) implements a
SecurityModel
which uses transport security mechanisms
as defined in RFC 5591.
- TSM() - Constructor for class org.snmp4j.security.TSM
-
- TSM(OctetString, boolean) - Constructor for class org.snmp4j.security.TSM
-
- TsmSecurityParameters - Class in org.snmp4j.security
-
- TsmSecurityParameters() - Constructor for class org.snmp4j.security.TsmSecurityParameters
-
- TsmSecurityStateReference - Class in org.snmp4j.security
-
The
TsmSecurityStateReference
holds cached security data
for the
TSM
security model.
- TsmSecurityStateReference() - Constructor for class org.snmp4j.security.TsmSecurityStateReference
-
- type - Variable in class org.snmp4j.PDU
-
- TYPE_INTEGER - Static variable in class org.snmp4j.util.ArgumentParser
-
- TYPE_IP - Static variable in class org.snmp4j.smi.GenericAddress
-
Default address type identifier for an IpAddress.
- TYPE_LONG - Static variable in class org.snmp4j.util.ArgumentParser
-
- TYPE_OCTET_STRING - Static variable in class org.snmp4j.util.ArgumentParser
-
- TYPE_STRING - Static variable in class org.snmp4j.util.ArgumentParser
-
- TYPE_TCP - Static variable in class org.snmp4j.smi.GenericAddress
-
Default address type identifier for a TcpAddress.
- TYPE_TLS - Static variable in class org.snmp4j.smi.GenericAddress
-
Default address type identifier for an TlsAddress.
- TYPE_UDP - Static variable in class org.snmp4j.smi.GenericAddress
-
Default address type identifier for an UpdAddress.
- TYPES - Static variable in class org.snmp4j.util.ArgumentParser
-