Package | Description |
---|---|
org.soulwing.snmp |
Provides a façade over an SNMP and MIB implementation
|
Modifier and Type | Method and Description |
---|---|
SnmpResponse<VarbindCollection> |
SnmpOperations.get(List<String> oids)
Performs an SNMP GET operation.
|
SnmpResponse<VarbindCollection> |
SnmpOperations.get(String... oids)
Performs an SNMP GET operation.
|
SnmpResponse<VarbindCollection> |
SnmpOperations.get(VarbindCollection varbinds)
Performs an SNMP GET operation.
|
SnmpResponse<List<VarbindCollection>> |
SnmpOperations.getBulk(int nonRepeaters,
int maxRepetitions,
List<String> oids)
Performs an SNMP GETBULK operation.
|
SnmpResponse<List<VarbindCollection>> |
SnmpOperations.getBulk(int nonRepeaters,
int maxRepetitions,
String... oids)
Performs an SNMP GETBULK operation.
|
SnmpResponse<List<VarbindCollection>> |
SnmpOperations.getBulk(int nonRepeaters,
int maxRepetitions,
VarbindCollection varbinds)
Performs an SNMP GETBULK operation.
|
SnmpResponse<VarbindCollection> |
SnmpOperations.getNext(List<String> oids)
Performs an SNMP GETNEXT operation.
|
SnmpResponse<VarbindCollection> |
SnmpOperations.getNext(String... oids)
Performs an SNMP GETNEXT operation.
|
SnmpResponse<VarbindCollection> |
SnmpOperations.getNext(VarbindCollection varbinds)
Performs an SNMP GETNEXT operation.
|
SnmpResponse<V> |
SnmpEvent.getResponse()
Gets the
response property. |
SnmpResponse<V> |
SnmpOperation.invoke()
Invoke the operation on the remote agent and wait for the response.
|
SnmpResponse<V> |
SnmpWalker.next()
Gets a response representing the next row in the table.
|
SnmpResponse<V> |
SnmpAsyncWalker.next()
Gets the next response from this walker.
|
SnmpResponse<VarbindCollection> |
SnmpOperations.set(List<Varbind> varbinds)
Performs an SNMP SET operation.
|
SnmpResponse<VarbindCollection> |
SnmpOperations.set(Varbind... varbinds)
Performs an SNMP SET operation.
|
SnmpResponse<VarbindCollection> |
SnmpOperations.set(VarbindCollection varbinds)
Performs an SNMP GET operation.
|
Constructor and Description |
---|
SnmpEvent(SnmpContext context,
SnmpResponse<V> response)
Constructs a new instance.
|
Copyright © 2012–2015. All rights reserved.