Uses of Class
org.snmp4j.smi.TcpAddress

Packages that use TcpAddress
org.snmp4j.smi Provides classes for the representation of SMIv1/v2 data types (which also includes some basic ASN.1 primitive data types). 
org.snmp4j.transport Provides transport protocol mappings for SNMP. 
 

Uses of TcpAddress in org.snmp4j.smi
 

Subclasses of TcpAddress in org.snmp4j.smi
 class SshAddress
          The SshAddress represents a SSH transport addresses as defined by RFC 5592 SnmpSSHAddress textual convention.
 class TlsAddress
          The SshAddress represents 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 TcpAddress
protected  TcpAddress TcpTransportMapping.tcpAddress
           
 

Methods in org.snmp4j.transport that return TcpAddress
 TcpAddress TcpTransportMapping.getAddress()
          Returns the transport address that is used by this transport mapping for sending and receiving messages.
 TcpAddress TcpTransportMapping.getListenAddress()
           
 

Methods in org.snmp4j.transport with parameters of type TcpAddress
 boolean DefaultTcpTransportMapping.close(TcpAddress remoteAddress)
          Closes a connection to the supplied remote address, if it is open.
 boolean TLSTM.close(TcpAddress remoteAddress)
          Closes a connection to the supplied remote address, if it is open.
 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)
           
 

Constructors in org.snmp4j.transport with parameters of type TcpAddress
DefaultTcpTransportMapping(TcpAddress serverAddress)
          Creates a default TCP transport mapping that binds to the given address (interface) on the local host.
TcpTransportMapping(TcpAddress tcpAddress)
           
 


Copyright 2005-2011 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.