|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportStateReference | |
---|---|
org.snmp4j | Provides classes and interfaces for creating, sending, and receiving SNMP messages. |
org.snmp4j.mp | Provides classes and interfaces for the SNMP message processing. |
org.snmp4j.security | Provides classes and interfaces for authentication and privacy of SNMP(v3) messages. |
org.snmp4j.transport | Provides transport protocol mappings for SNMP. |
org.snmp4j.transport.ssh | |
org.snmp4j.util | 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 TransportStateReference | |
---|---|
TransportStateReference |
CommandResponderEvent.getTmStateReference()
Gets the transport model state reference as defined by RFC 5590. |
Methods in org.snmp4j with parameters of type TransportStateReference | |
---|---|
protected void |
MessageDispatcherImpl.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. |
void |
MessageDispatcherImpl.processMessage(TransportMapping sourceTransport,
Address incomingAddress,
BERInputStream wholeMessage,
TransportStateReference tmStateReference)
|
void |
MessageDispatcherImpl.processMessage(TransportMapping sourceTransport,
Address incomingAddress,
java.nio.ByteBuffer wholeMessage,
TransportStateReference tmStateReference)
|
void |
MessageDispatcher.processMessage(TransportMapping sourceTransport,
Address incomingAddress,
java.nio.ByteBuffer wholeMessage,
TransportStateReference tmStateReference)
Process an incoming SNMP message. |
void |
TransportMapping.sendMessage(A address,
byte[] message,
TransportStateReference tmStateReference)
Sends a message to the supplied address using this transport. |
protected void |
MessageDispatcherImpl.sendMessage(TransportMapping transport,
Address destAddress,
byte[] message,
TransportStateReference tmStateReference)
Sends a message using the TransportMapping that has been
assigned for the supplied address type. |
void |
CommandResponderEvent.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 TransportStateReference | |
---|---|
int |
MPv3.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)
|
int |
MPv2c.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)
|
int |
MPv1.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)
|
int |
MessageProcessingModel.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. |
int |
MPv3.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)
|
int |
MPv2c.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)
|
int |
MPv1.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)
|
int |
MessageProcessingModel.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. |
Uses of TransportStateReference in org.snmp4j.security |
---|
Methods in org.snmp4j.security that return TransportStateReference | |
---|---|
TransportStateReference |
TsmSecurityStateReference.getTmStateReference()
|
Methods in org.snmp4j.security with parameters of type TransportStateReference | |
---|---|
int |
USM.generateRequestMessage(int snmpVersion,
byte[] globalData,
int maxMessageSize,
int securityModel,
byte[] securityEngineID,
byte[] securityName,
int securityLevel,
BERInputStream scopedPDU,
SecurityParameters securityParameters,
BEROutputStream wholeMsg,
TransportStateReference tmStateReference)
|
int |
TSM.generateRequestMessage(int messageProcessingModel,
byte[] globalData,
int maxMessageSize,
int securityModel,
byte[] securityEngineID,
byte[] securityName,
int securityLevel,
BERInputStream scopedPDU,
SecurityParameters securityParameters,
BEROutputStream wholeMsg,
TransportStateReference tmStateReference)
|
int |
SecurityModel.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. |
int |
USM.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)
|
int |
TSM.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)
|
int |
SecurityModel.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. |
void |
TsmSecurityStateReference.setTmStateReference(TransportStateReference tmStateReference)
|
Uses of TransportStateReference in org.snmp4j.transport |
---|
Methods in org.snmp4j.transport with parameters of type TransportStateReference | |
---|---|
protected void |
AbstractTransportMapping.fireProcessMessage(Address address,
java.nio.ByteBuffer buf,
TransportStateReference tmStateReference)
|
javax.net.ssl.SSLContext |
TLSTM.DefaultSSLEngineConfiguration.getSSLContext(boolean useClientMode,
TransportStateReference transportStateReference)
|
protected SshSession |
DefaultSshTransportMapping.openSession(SshAddress address,
TransportStateReference tmStateReference,
int maxMessageSize)
|
void |
TransportListener.processMessage(TransportMapping sourceTransport,
Address incomingAddress,
java.nio.ByteBuffer wholeMessage,
TransportStateReference tmStateReference)
Processes an incoming message. |
void |
DummyTransport.sendMessage(A address,
byte[] message,
TransportStateReference tmStateReference)
|
void |
DummyTransport.DummyTransportResponder.sendMessage(A address,
byte[] message,
TransportStateReference tmStateReference)
|
abstract void |
AbstractTransportMapping.sendMessage(A address,
byte[] message,
TransportStateReference tmStateReference)
|
void |
DefaultSshTransportMapping.sendMessage(SshAddress address,
byte[] message,
TransportStateReference tmStateReference)
|
void |
DefaultTcpTransportMapping.sendMessage(TcpAddress address,
byte[] message,
TransportStateReference tmStateReference)
Sends a SNMP message to the supplied address. |
void |
TLSTM.sendMessage(TcpAddress address,
byte[] message,
TransportStateReference tmStateReference)
Sends a SNMP message to the supplied address. |
abstract void |
TcpTransportMapping.sendMessage(TcpAddress address,
byte[] message,
TransportStateReference tmStateReference)
|
void |
DefaultUdpTransportMapping.sendMessage(UdpAddress targetAddress,
byte[] message,
TransportStateReference tmStateReference)
|
abstract void |
UdpTransportMapping.sendMessage(UdpAddress address,
byte[] message,
TransportStateReference tmStateReference)
|
Constructors in org.snmp4j.transport with parameters of type TransportStateReference | |
---|---|
TLSTM.TlsTrustManager(javax.net.ssl.X509TrustManager trustManager,
boolean useClientMode,
TransportStateReference tmStateReference)
|
Uses of TransportStateReference in org.snmp4j.transport.ssh |
---|
Methods in org.snmp4j.transport.ssh that return TransportStateReference | |
---|---|
TransportStateReference |
SshSession.getTransportStateReference()
|
Methods in org.snmp4j.transport.ssh with parameters of type TransportStateReference | |
---|---|
SshSession<I> |
SshTransportAdapter.openClientSession(TransportStateReference tmStateReference,
int maxMessageSize)
|
SshSession<I> |
SshTransportAdapter.openServerSession(TransportStateReference tmStateReference,
int maxMessageSize)
|
void |
SshSession.setTransportStateReference(TransportStateReference tmStateReference)
|
Uses of TransportStateReference in org.snmp4j.util |
---|
Methods in org.snmp4j.util with parameters of type TransportStateReference | |
---|---|
void |
MultiThreadedMessageDispatcher.processMessage(TransportMapping sourceTransport,
Address incomingAddress,
java.nio.ByteBuffer wholeMessage,
TransportStateReference tmStateReference)
|
|
Copyright 2005-2011 Frank Fock (SNMP4J.org) | |||||||||
PREV NEXT | FRAMES NO FRAMES |