public class UdpAddress extends TransportIpAddress
UdpAddress
represents UDP/IP transport addresses.port
ANY_IPADDRESS
SMISYNTAXES_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, toString
clone, fromSubIndex, getInetAddress, setAddress, setInetAddress, setValue, setValue, toByteArray, toInt, toLong, toSubIndex
createFromBER, createFromSyntax, equal, getSyntaxFromString, getSyntaxString, getSyntaxString, isDynamic, isException
public UdpAddress()
public UdpAddress(InetAddress inetAddress, int port)
public UdpAddress(int port)
public UdpAddress(String address)
Copyright © 2015 SNMP4J.org. All rights reserved.