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.
 

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-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.