Uses of Class
org.snmp4j.smi.UdpAddress

Packages that use UdpAddress
org.snmp4j.transport Provides transport protocol mappings for SNMP. 
 

Uses of UdpAddress in org.snmp4j.transport
 

Fields in org.snmp4j.transport declared as UdpAddress
protected  UdpAddress UdpTransportMapping.udpAddress
           
 

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

Methods in org.snmp4j.transport with parameters of type UdpAddress
 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 UdpAddress
DefaultUdpTransportMapping(UdpAddress udpAddress)
          Creates a UDP transport on the specified address.
DefaultUdpTransportMapping(UdpAddress udpAddress, boolean reuseAddress)
          Creates a UDP transport with optional reusing the address if is currently in timeout state (TIME_WAIT) after the connection is closed.
UdpTransportMapping(UdpAddress udpAddress)
           
 


Copyright 2005-2011 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.