Package | Description |
---|---|
org.soulwing.snmp |
Provides a façade over an SNMP and MIB implementation
|
Modifier and Type | Interface and Description |
---|---|
interface |
SnmpAsyncWalker<V>
An object that walks a conceptual table asynchronously.
|
Modifier and Type | Method and Description |
---|---|
SnmpOperation<VarbindCollection> |
SnmpOperationFactory.newGet(List<String> oids)
Creates an SNMP GET operation.
|
SnmpOperation<VarbindCollection> |
SnmpOperationFactory.newGet(String... oids)
Creates an SNMP GET operation.
|
SnmpOperation<VarbindCollection> |
SnmpOperationFactory.newGet(VarbindCollection varbinds)
Creates an SNMP GET operation.
|
SnmpOperation<List<VarbindCollection>> |
SnmpOperationFactory.newGetBulk(int nonRepeaters,
int maxRepetitions,
List<String> oids)
Creates an SNMP GETBULK operation.
|
SnmpOperation<List<VarbindCollection>> |
SnmpOperationFactory.newGetBulk(int nonRepeaters,
int maxRepetitions,
String... oids)
Create an SNMP GETBULK operation.
|
SnmpOperation<List<VarbindCollection>> |
SnmpOperationFactory.newGetBulk(int nonRepeaters,
int maxRepetitions,
VarbindCollection varbinds)
Creates an SNMP GETBULK operation.
|
SnmpOperation<VarbindCollection> |
SnmpOperationFactory.newGetNext(List<String> oids)
Creates an SNMP GETNEXT operation.
|
SnmpOperation<VarbindCollection> |
SnmpOperationFactory.newGetNext(String... oids)
Creates an SNMP GETNEXT operation.
|
SnmpOperation<VarbindCollection> |
SnmpOperationFactory.newGetNext(VarbindCollection varbinds)
Creates an SNMP GETNEXT operation.
|
SnmpOperation<VarbindCollection> |
SnmpOperationFactory.newSet(List<Varbind> varbinds)
Creates an SNMP SET operation.
|
SnmpOperation<VarbindCollection> |
SnmpOperationFactory.newSet(Varbind... varbinds)
Creates an SNMP SET operation.
|
SnmpOperation<VarbindCollection> |
SnmpOperationFactory.newSet(VarbindCollection varbinds)
Creates an SNMP SET operation.
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpCompletionService.submit(SnmpOperation<V> operation)
Submits an operation to the service.
|
void |
BlockingQueueSnmpCompletionService.submit(SnmpOperation<V> operation)
Submits an operation to the service.
|
Copyright © 2012–2015. All rights reserved.