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.fluent
Methods in org.snmp4j.fluent with parameters of type TcpAddressModifier and TypeMethodDescriptionSnmpBuilder.tcp(TcpAddress... listenAddresses) Add theDefaultTcpTransportMappingserver mode TCP transport mappings for the specified listen addresses to theSnmpinstance to be built. -
Uses of TcpAddress in org.snmp4j.smi
Subclasses of TcpAddress in org.snmp4j.smiModifier and TypeClassDescriptionclassTheTlsAddressrepresents a TLS transport addresses as defined by RFC 5953 SnmpTSLAddress textual convention.Constructors in org.snmp4j.smi with parameters of type TcpAddressModifierConstructorDescriptionTlsAddress(TcpAddress tcpAddress) Create aTlsAddressfrom aTcpAddress. -
Uses of TcpAddress in org.snmp4j.transport
Fields in org.snmp4j.transport declared as TcpAddressMethods in org.snmp4j.transport that return TcpAddressModifier and TypeMethodDescriptionprotected TcpAddressDefaultTcpTransportMapping.createIncomingAddress(Socket s) TcpTransportMapping.getAddress()Returns the transport address that is used by this transport mapping for sending and receiving messages.DefaultTcpTransportMapping.getListenAddress()TcpTransportMapping.getListenAddress()TLSTM.getListenAddress()protected TcpAddressAbstractTcpServerThread.writeData(SelectionKey sk, TcpAddress incomingAddress) protected TcpAddressTLSTM.ServerThread.writeData(SelectionKey sk, TcpAddress incomingAddress) Methods in org.snmp4j.transport with parameters of type TcpAddressModifier and TypeMethodDescriptionbooleanTcpTransportMapping.close(TcpAddress remoteAddress) Closes a connection to the supplied remote address, if it is open.protected voidAbstractTcpServerThread.connectChannel(SelectionKey sk, TcpAddress incomingAddress) private voidDefaultTcpTransportMapping.ServerThread.dispatchMessage(TcpAddress incomingAddress, ByteBuffer byteBuffer, long bytesRead, Object sessionID) private voidTLSTM.ServerThread.dispatchMessage(TcpAddress incomingAddress, ByteBuffer byteBuffer, long bytesRead, Object sessionID, TransportStateReference tmStateReference) protected booleanDefaultTcpTransportMapping.ServerThread.readMessage(SelectionKey sk, SocketChannel readChannel, TcpAddress incomingAddress) private voidTLSTM.ServerThread.readMessage(SelectionKey sk, SocketChannel readChannel, TcpAddress incomingAddress, TLSTM.SocketEntry session) protected voidDefaultTcpTransportMapping.ServerThread.readSnmpMessagePayload(SocketChannel readChannel, TcpAddress incomingAddress, DefaultTcpTransportMapping.SocketEntry entry, ByteBuffer byteBuffer) abstract SAbstractTcpServerThread.removeSocketEntry(TcpAddress incomingAddress) DefaultTcpTransportMapping.ServerThread.removeSocketEntry(TcpAddress incomingAddress) TLSTM.ServerThread.removeSocketEntry(TcpAddress incomingAddress) voidDefaultTcpTransportMapping.sendMessage(TcpAddress address, byte[] message, TransportStateReference tmStateReference, long timeoutMillis, int maxRetries) Sends a SNMP message to the supplied address.abstract voidTcpTransportMapping.sendMessage(TcpAddress address, byte[] message, TransportStateReference tmStateReference, long timeoutMillis, int maxRetries) voidTLSTM.sendMessage(TcpAddress address, byte[] message, TransportStateReference tmStateReference, long timeoutMillis, int maxRetries) Sends an SNMP message to the supplied address.protected voidDefaultTcpTransportMapping.socketClosedRemotely(SelectionKey sk, SocketChannel readChannel, TcpAddress incomingAddress) protected TcpAddressAbstractTcpServerThread.writeData(SelectionKey sk, TcpAddress incomingAddress) protected TcpAddressTLSTM.ServerThread.writeData(SelectionKey sk, TcpAddress incomingAddress) Method parameters in org.snmp4j.transport with type arguments of type TcpAddressModifier and TypeMethodDescriptionvoidTLSTM.SocketEntry.setSocketTimeout(SocketTimeout<TcpAddress> socketTimeout) protected voidTcpTransportMapping.timeoutSocket(AbstractServerSocket<TcpAddress> entry) Constructors in org.snmp4j.transport with parameters of type TcpAddressModifierConstructorDescriptionAbstractSocketEntry(TcpAddress address, Socket socket) DefaultTcpTransportMapping(TcpAddress serverAddress) Creates a default TCP transport mapping that binds to the given address (interface) on the local host and enables server mode (i.e.DefaultTcpTransportMapping(TcpAddress serverAddress, boolean serverEnabled) Creates a default TCP transport mapping that binds to the given address (interface) on the local host and enables server mode on request.SocketEntry(TcpAddress address, Socket socket) SocketEntry(TcpAddress address, Socket socket, boolean useClientMode, TransportStateReference tmStateReference) TcpTransportMapping(TcpAddress tcpAddress)