Uses of Class
org.snmp4j.smi.TcpAddress
Packages that use TcpAddress
Package
Description
Provides classes for the representation of SMIv1/v2 data types (which also
includes some basic ASN.1 primitive data types).
Provides transport protocol mappings for SNMP.
-
Uses of TcpAddress in org.snmp4j.smi
Subclasses of TcpAddress in org.snmp4j.smiModifier and TypeClassDescriptionclassTheSshAddressrepresents a SSH transport addresses as defined by RFC 5592 SnmpSSHAddress textual convention.classTheSshAddressrepresents a SSH transport addresses as defined by RFC 5953 SnmpTSLAddress textual convention. -
Uses of TcpAddress in org.snmp4j.transport
Fields in org.snmp4j.transport declared as TcpAddressMethods in org.snmp4j.transport that return TcpAddressModifier and TypeMethodDescriptionTcpTransportMapping.getAddress()Returns the transport address that is used by this transport mapping for sending and receiving messages.DefaultTcpTransportMapping.getListenAddress()TcpTransportMapping.getListenAddress()TLSTM.getListenAddress()Methods in org.snmp4j.transport with parameters of type TcpAddressModifier and TypeMethodDescriptionbooleanDefaultTcpTransportMapping.close(TcpAddress remoteAddress) Closes a connection to the supplied remote address, if it is open.booleanTLSTM.close(TcpAddress remoteAddress) Closes a connection to the supplied remote address, if it is open.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 booleanDefaultTcpTransportMapping.ServerThread.readMessage(SelectionKey sk, SocketChannel readChannel, TcpAddress incomingAddress) protected voidDefaultTcpTransportMapping.ServerThread.readSnmpMessagePayload(SocketChannel readChannel, TcpAddress incomingAddress, org.snmp4j.transport.DefaultTcpTransportMapping.SocketEntry entry, ByteBuffer byteBuffer) protected ObjectDefaultTcpTransportMapping.removeSocketEntry(TcpAddress incomingAddress) protected ObjectTLSTM.removeSocketEntry(TcpAddress remoteAddress) booleanTcpTransportMapping.resumeAddress(TcpAddress addressToResumeSending) Resume sending of messages to the specified address.voidDefaultTcpTransportMapping.sendMessage(TcpAddress address, byte[] message, TransportStateReference tmStateReference) Sends a SNMP message to the supplied address.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.protected voidDefaultTcpTransportMapping.socketClosedRemotely(SelectionKey sk, SocketChannel readChannel, TcpAddress incomingAddress) voidTcpTransportMapping.suspendAddress(TcpAddress addressToSuspendSending) Suspend sending of messages to the specified address, regardless if a connection is already established or not.Constructors in org.snmp4j.transport with parameters of type TcpAddressModifierConstructorDescriptionDefaultTcpTransportMapping(TcpAddress serverAddress) Creates a default TCP transport mapping that binds to the given address (interface) on the local host.TcpTransportMapping(TcpAddress tcpAddress)