Package | Description |
---|---|
org.soulwing.snmp |
Provides a façade over an SNMP and MIB implementation
|
Modifier and Type | Method and Description |
---|---|
SnmpAsyncWalker<VarbindCollection> |
SnmpOperationFactory.newWalk(int nonRepeaters,
List<String> oids)
Creates a walk operation.
|
SnmpAsyncWalker<VarbindCollection> |
SnmpOperationFactory.newWalk(int nonRepeaters,
String... oids)
Creates a walk operation.
|
SnmpAsyncWalker<VarbindCollection> |
SnmpOperationFactory.newWalk(List<String> repeaters)
Creates a walk operation.
|
SnmpAsyncWalker<VarbindCollection> |
SnmpOperationFactory.newWalk(List<String> nonRepeaters,
List<String> repeaters)
Creates a walk operation.
|
SnmpAsyncWalker<VarbindCollection> |
SnmpOperationFactory.newWalk(String... repeaters)
Creates a walk operation.
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpAsyncOperations.asyncWalk(SnmpCallback<SnmpAsyncWalker<VarbindCollection>> callback,
int nonRepeaters,
List<String> oids)
Invokes an asynchronous walk on a conceptual table.
|
void |
SnmpAsyncOperations.asyncWalk(SnmpCallback<SnmpAsyncWalker<VarbindCollection>> callback,
int nonRepeaters,
String... oids)
Invokes an asynchronous walk on a conceptual table.
|
void |
SnmpAsyncOperations.asyncWalk(SnmpCallback<SnmpAsyncWalker<VarbindCollection>> callback,
List<String> repeaters)
Invokes an asynchronous walk on a conceptual table.
|
void |
SnmpAsyncOperations.asyncWalk(SnmpCallback<SnmpAsyncWalker<VarbindCollection>> callback,
List<String> nonRepeaters,
List<String> repeaters)
Invokes an asynchronous walk on a conceptual table.
|
void |
SnmpAsyncOperations.asyncWalk(SnmpCallback<SnmpAsyncWalker<VarbindCollection>> callback,
String... repeaters)
Invokes an asynchronous walk on a conceptual table.
|
Copyright © 2012–2015. All rights reserved.