Uses of Class
org.snmp4j.TransportStateReference
Packages that use TransportStateReference
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
Provides classes and interfaces for the SNMP message processing.
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
Provides transport protocol mappings for SNMP.
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
-
Uses of TransportStateReference in org.snmp4j
Methods in org.snmp4j that return TransportStateReferenceModifier and TypeMethodDescriptionCommandResponderEvent.getTmStateReference()Gets the transport model state reference as defined by RFC 5590.Methods in org.snmp4j with parameters of type TransportStateReferenceModifier and TypeMethodDescriptionprotected voidMessageDispatcherImpl.dispatchMessage(TransportMapping sourceTransport, MessageProcessingModel mp, Address incomingAddress, BERInputStream wholeMessage, TransportStateReference tmStateReference) Actually decodes and dispatches an incoming SNMP message using the supplied message processing model.voidMessageDispatcher.processMessage(TransportMapping sourceTransport, Address incomingAddress, ByteBuffer wholeMessage, TransportStateReference tmStateReference) Process an incoming SNMP message.voidMessageDispatcherImpl.processMessage(TransportMapping sourceTransport, Address incomingAddress, ByteBuffer wholeMessage, TransportStateReference tmStateReference) voidMessageDispatcherImpl.processMessage(TransportMapping sourceTransport, Address incomingAddress, BERInputStream wholeMessage, TransportStateReference tmStateReference) protected voidMessageDispatcherImpl.sendMessage(TransportMapping transport, Address destAddress, byte[] message, TransportStateReference tmStateReference) Sends a message using theTransportMappingthat has been assigned for the supplied address type.voidTransportMapping.sendMessage(A address, byte[] message, TransportStateReference tmStateReference) Sends a message to the supplied address using this transport.voidCommandResponderEvent.setTmStateReference(TransportStateReference tmStateReference) Sets the transport model state reference as defined by RFC 5590. -
Uses of TransportStateReference in org.snmp4j.mp
Methods in org.snmp4j.mp with parameters of type TransportStateReferenceModifier and TypeMethodDescriptionintMessageProcessingModel.prepareDataElements(MessageDispatcher messageDispatcher, Address transportAddress, BERInputStream wholeMsg, TransportStateReference tmStateReference, Integer32 messageProcessingModel, Integer32 securityModel, OctetString securityName, Integer32 securityLevel, MutablePDU pdu, PduHandle sendPduHandle, Integer32 maxSizeResponseScopedPDU, StatusInformation statusInformation, MutableStateReference mutableStateReference) Prepare data elements from an incoming SNMP message as described in RFC3412 §7.2.intMPv1.prepareDataElements(MessageDispatcher messageDispatcher, Address transportAddress, BERInputStream wholeMsg, TransportStateReference tmStateReference, Integer32 messageProcessingModel, Integer32 securityModel, OctetString securityName, Integer32 securityLevel, MutablePDU pdu, PduHandle sendPduHandle, Integer32 maxSizeResponseScopedPDU, StatusInformation statusInformation, MutableStateReference mutableStateReference) intMPv2c.prepareDataElements(MessageDispatcher messageDispatcher, Address transportAddress, BERInputStream wholeMsg, TransportStateReference tmStateReference, Integer32 messageProcessingModel, Integer32 securityModel, OctetString securityName, Integer32 securityLevel, MutablePDU pdu, PduHandle sendPduHandle, Integer32 maxSizeResponseScopedPDU, StatusInformation statusInformation, MutableStateReference mutableStateReference) intMPv3.prepareDataElements(MessageDispatcher messageDispatcher, Address transportAddress, BERInputStream wholeMsg, TransportStateReference tmStateReference, Integer32 messageProcessingModel, Integer32 securityModel, OctetString securityName, Integer32 securityLevel, MutablePDU pdu, PduHandle sendPduHandle, Integer32 maxSizeResponseScopedPDU, StatusInformation statusInformation, MutableStateReference mutableStateReference) intMessageProcessingModel.prepareOutgoingMessage(Address transportAddress, int maxMsgSize, int messageProcessingModel, int securityModel, byte[] securityName, int securityLevel, PDU pdu, boolean expectResponse, PduHandle sendPduHandle, Address destTransportAddress, BEROutputStream outgoingMessage, TransportStateReference tmStateReference) Prepares an outgoing message as defined in RFC3412 §7.1.intMPv1.prepareOutgoingMessage(Address transportAddress, int maxMessageSize, int messageProcessingModel, int securityModel, byte[] securityName, int securityLevel, PDU pdu, boolean expectResponse, PduHandle sendPduHandle, Address destTransportAddress, BEROutputStream outgoingMessage, TransportStateReference tmStateReference) intMPv2c.prepareOutgoingMessage(Address transportAddress, int maxMessageSize, int messageProcessingModel, int securityModel, byte[] securityName, int securityLevel, PDU pdu, boolean expectResponse, PduHandle sendPduHandle, Address destTransportAddress, BEROutputStream outgoingMessage, TransportStateReference tmStateReference) intMPv3.prepareOutgoingMessage(Address transportAddress, int maxMessageSize, int messageProcessingModel, int securityModel, byte[] securityName, int securityLevel, PDU pdu, boolean expectResponse, PduHandle sendPduHandle, Address destTransportAddress, BEROutputStream outgoingMessage, TransportStateReference tmStateReference) -
Uses of TransportStateReference in org.snmp4j.security
Methods in org.snmp4j.security that return TransportStateReferenceMethods in org.snmp4j.security with parameters of type TransportStateReferenceModifier and TypeMethodDescriptionintSecurityModel.generateRequestMessage(int messageProcessingModel, byte[] globalData, int maxMessageSize, int securityModel, byte[] securityEngineID, byte[] securityName, int securityLevel, BERInputStream scopedPDU, SecurityParameters securityParameters, BEROutputStream wholeMsg, TransportStateReference tmStateReference) Generate a request message.intTSM.generateRequestMessage(int messageProcessingModel, byte[] globalData, int maxMessageSize, int securityModel, byte[] securityEngineID, byte[] securityName, int securityLevel, BERInputStream scopedPDU, SecurityParameters securityParameters, BEROutputStream wholeMsg, TransportStateReference tmStateReference) intUSM.generateRequestMessage(int snmpVersion, byte[] globalData, int maxMessageSize, int securityModel, byte[] securityEngineID, byte[] securityName, int securityLevel, BERInputStream scopedPDU, SecurityParameters securityParameters, BEROutputStream wholeMsg, TransportStateReference tmStateReference) intSecurityModel.processIncomingMsg(int messageProcessingModel, int maxMessageSize, SecurityParameters securityParameters, SecurityModel securityModel, int securityLevel, BERInputStream wholeMsg, TransportStateReference tmStateReference, OctetString securityEngineID, OctetString securityName, BEROutputStream scopedPDU, Integer32 maxSizeResponseScopedPDU, SecurityStateReference securityStateReference, StatusInformation statusInfo) Processes an incoming message and returns its plaintext payload.intTSM.processIncomingMsg(int messageProcessingModel, int maxMessageSize, SecurityParameters securityParameters, SecurityModel securityModel, int securityLevel, BERInputStream wholeMsg, TransportStateReference tmStateReference, OctetString securityEngineID, OctetString securityName, BEROutputStream scopedPDU, Integer32 maxSizeResponseScopedPDU, SecurityStateReference securityStateReference, StatusInformation statusInfo) intUSM.processIncomingMsg(int snmpVersion, int maxMessageSize, SecurityParameters securityParameters, SecurityModel securityModel, int securityLevel, BERInputStream wholeMsg, TransportStateReference tmStateReference, OctetString securityEngineID, OctetString securityName, BEROutputStream scopedPDU, Integer32 maxSizeResponseScopedPDU, SecurityStateReference securityStateReference, StatusInformation statusInfo) voidTsmSecurityStateReference.setTmStateReference(TransportStateReference tmStateReference) -
Uses of TransportStateReference in org.snmp4j.transport
Methods in org.snmp4j.transport with parameters of type TransportStateReferenceModifier and TypeMethodDescriptionTLSTM.TLSTMTrustManagerFactory.create(X509TrustManager trustManager, boolean useClientMode, TransportStateReference tmStateReference) protected voidAbstractTransportMapping.fireProcessMessage(Address address, ByteBuffer buf, TransportStateReference tmStateReference) TLSTM.DefaultSSLEngineConfiguration.getSSLContext(boolean useClientMode, TransportStateReference transportStateReference) protected voidTcpTransportMapping.handleDroppedMessageToSend(TcpAddress address, byte[] message, TransportStateReference transportStateReference) Handle a message that could not be send to the specified address, because there is no server socket for receiving responses.protected SshSessionDefaultSshTransportMapping.openSession(SshAddress address, TransportStateReference tmStateReference, int maxMessageSize) voidTransportListener.processMessage(TransportMapping sourceTransport, Address incomingAddress, ByteBuffer wholeMessage, TransportStateReference tmStateReference) Processes an incoming message.abstract voidAbstractTransportMapping.sendMessage(A address, byte[] message, TransportStateReference tmStateReference) voidDefaultSshTransportMapping.sendMessage(SshAddress address, byte[] message, TransportStateReference tmStateReference) voidDefaultTcpTransportMapping.sendMessage(TcpAddress address, byte[] message, TransportStateReference tmStateReference) Sends a SNMP message to the supplied address.voidDefaultTcpTransportMapping.ServerThread.sendMessage(Address address, byte[] message, TransportStateReference tmStateReference) voidDefaultUdpTransportMapping.sendMessage(UdpAddress targetAddress, byte[] message, TransportStateReference tmStateReference) voidDummyTransport.DummyTransportResponder.sendMessage(A address, byte[] message, TransportStateReference tmStateReference) voidDummyTransport.sendMessage(A address, byte[] message, TransportStateReference tmStateReference) abstract voidTcpTransportMapping.sendMessage(TcpAddress address, byte[] message, TransportStateReference tmStateReference) voidTLSTM.sendMessage(TcpAddress address, byte[] message, TransportStateReference tmStateReference) Sends a SNMP message to the supplied address.abstract voidUdpTransportMapping.sendMessage(UdpAddress address, byte[] message, TransportStateReference tmStateReference) -
Uses of TransportStateReference in org.snmp4j.transport.ssh
Methods in org.snmp4j.transport.ssh that return TransportStateReferenceMethods in org.snmp4j.transport.ssh with parameters of type TransportStateReferenceModifier and TypeMethodDescriptionSshTransportAdapter.openClientSession(TransportStateReference tmStateReference, int maxMessageSize) SshTransportAdapter.openServerSession(TransportStateReference tmStateReference, int maxMessageSize) voidSshSession.setTransportStateReference(TransportStateReference tmStateReference) -
Uses of TransportStateReference in org.snmp4j.transport.tls
Methods in org.snmp4j.transport.tls with parameters of type TransportStateReferenceModifier and TypeMethodDescriptionTLSTMExtendedTrustManagerFactory.create(X509TrustManager trustManager, boolean useClientMode, TransportStateReference tmStateReference) static SSLContextTLSTMUtil.createSSLContext(String protocol, String keyStore, String keyStorePassword, String trustStore, String trustStorePassword, TransportStateReference transportStateReference, TLSTM.TLSTMTrustManagerFactory trustManagerFactory, boolean useClientMode, TlsTmSecurityCallback<X509Certificate> securityCallback, String localCertificateAlias) Constructors in org.snmp4j.transport.tls with parameters of type TransportStateReferenceModifierConstructorDescriptionTLSTMExtendedTrustManager(CounterSupport tlstmCounters, TlsTmSecurityCallback<X509Certificate> securityCallback, X509TrustManager trustManager, boolean useClientMode, TransportStateReference tmStateReference) TlsTrustManager(X509TrustManager trustManager, boolean useClientMode, TransportStateReference tmStateReference, CounterSupport tlstmCounters, TlsTmSecurityCallback<X509Certificate> securityCallback) Creates a newTlsTrustManager. -
Uses of TransportStateReference in org.snmp4j.util
Methods in org.snmp4j.util with parameters of type TransportStateReferenceModifier and TypeMethodDescriptionvoidMultiThreadedMessageDispatcher.processMessage(TransportMapping sourceTransport, Address incomingAddress, ByteBuffer wholeMessage, TransportStateReference tmStateReference)