All Packages Class Hierarchy This Package Previous Next Index
Class jsnmp.SnmpIpAddress
java.lang.Object
|
+----jsnmp.SnmpVar
|
+----jsnmp.SnmpIpAddress
- public class SnmpIpAddress
- extends SnmpVar
-
ipAddress
-
-
SnmpIpAddress(byte[])
-
-
SnmpIpAddress(String)
-
-
decode(ByteArrayInputStream, int)
- Method used to extract (decode) the received byte stream for
the current SNMP variable.
-
encode()
- Method used to create (encode) the byte stream for the current
SNMP variable.
-
getValue()
- Method used by all SNMP variable definitions to fetch the variable
value.
-
toString()
- Method used to produce a printable string for variable value.
ipAddress
private InetAddress ipAddress
SnmpIpAddress
public SnmpIpAddress(String s)
SnmpIpAddress
public SnmpIpAddress(byte ip[])
getValue
public Object getValue()
- Method used by all SNMP variable definitions to fetch the variable
value.
- Overrides:
- getValue in class SnmpVar
toString
public String toString()
- Method used to produce a printable string for variable value.
- Overrides:
- toString in class SnmpVar
encode
public byte[] encode()
- Method used to create (encode) the byte stream for the current
SNMP variable.
- Overrides:
- encode in class SnmpVar
decode
public void decode(ByteArrayInputStream b,
int length) throws SnmpException
- Method used to extract (decode) the received byte stream for
the current SNMP variable.
- Overrides:
- decode in class SnmpVar
All Packages Class Hierarchy This Package Previous Next Index