public class UdpAddress extends TransportIpAddress
UdpAddress represents UDP/IP transport addresses.portANY_IPADDRESSSMISYNTAXES_PROPERTIES| Constructor and Description |
|---|
UdpAddress() |
UdpAddress(InetAddress inetAddress,
int port) |
UdpAddress(int port) |
UdpAddress(String address) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Address |
parse(String address) |
compareTo, decodeBER, encodeBER, getBERLength, getBERPayloadLength, getPort, getSyntax, getValue, hashCode, isValid, parseAddress, setPort, setTransportAddress, toStringclone, fromSubIndex, getInetAddress, setAddress, setInetAddress, setValue, setValue, toByteArray, toInt, toLong, toSubIndexcreateFromBER, createFromSyntax, equal, getSyntaxFromString, getSyntaxString, getSyntaxString, isDynamic, isExceptionpublic UdpAddress()
public UdpAddress(InetAddress inetAddress, int port)
public UdpAddress(int port)
public UdpAddress(String address)
Copyright © 2016 SNMP4J.org. All Rights Reserved.