Uses of Class
org.snmp4j.smi.UdpAddress
Packages that use UdpAddress
-
Uses of UdpAddress in org.snmp4j.transport
Fields in org.snmp4j.transport declared as UdpAddressMethods in org.snmp4j.transport that return UdpAddressModifier and TypeMethodDescriptionUdpTransportMapping.getAddress()Returns the transport address that is configured for this transport mapping for sending and receiving messages.DefaultUdpTransportMapping.getListenAddress()UdpTransportMapping.getListenAddress()Methods in org.snmp4j.transport with parameters of type UdpAddressModifier and TypeMethodDescriptionvoidDefaultUdpTransportMapping.sendMessage(UdpAddress targetAddress, byte[] message, TransportStateReference tmStateReference) abstract voidUdpTransportMapping.sendMessage(UdpAddress address, byte[] message, TransportStateReference tmStateReference) Constructors in org.snmp4j.transport with parameters of type UdpAddressModifierConstructorDescriptionDefaultUdpTransportMapping(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)