Package | Description |
---|---|
org.soulwing.snmp |
Provides a façade over an SNMP and MIB implementation
|
Modifier and Type | Method and Description |
---|---|
Varbind |
VarbindCollection.get(int index)
Gets a varbind from the collection.
|
Varbind |
MutableVarbindCollection.get(int index)
Gets a varbind from the collection.
|
Varbind |
VarbindCollection.get(String oid)
Gets a varbind from the collection.
|
Varbind |
MutableVarbindCollection.get(String oid)
Gets a varbind from the collection.
|
Varbind[] |
Varbind.getIndexes()
Gets the bindings that represent the index values the bound value.
|
Varbind |
SnmpContext.newVarbind(String oid,
Object value)
Constructs a new
Varbind suitable for use in operations
performed via this context. |
Modifier and Type | Method and Description |
---|---|
List<Varbind> |
VarbindCollection.asList()
Gets the contents of this collection as a immutable
List with
the same size and order as this collection. |
List<Varbind> |
MutableVarbindCollection.asList()
Gets the contents of this collection as a immutable
List with
the same size and order as this collection. |
Map<String,Varbind> |
VarbindCollection.asMap()
Gets the contents of this collection as a immutable
Map indexed
using the same keys present in this collection. |
Map<String,Varbind> |
MutableVarbindCollection.asMap()
Gets the contents of this collection as a immutable
Map indexed
using the same keys present in this collection. |
Iterator<Varbind> |
MutableVarbindCollection.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
MutableVarbindCollection.add(int index,
String key,
Varbind varbind) |
void |
MutableVarbindCollection.addIndex(String key,
Varbind varbind) |
SnmpOperation<VarbindCollection> |
SnmpOperationFactory.newSet(Varbind... varbinds)
Creates an SNMP SET operation.
|
SnmpResponse<VarbindCollection> |
SnmpOperations.set(Varbind... varbinds)
Performs an SNMP SET operation.
|
Modifier and Type | Method and Description |
---|---|
SnmpOperation<VarbindCollection> |
SnmpOperationFactory.newSet(List<Varbind> varbinds)
Creates an SNMP SET operation.
|
SnmpResponse<VarbindCollection> |
SnmpOperations.set(List<Varbind> varbinds)
Performs an SNMP SET operation.
|
Copyright © 2012–2015. All rights reserved.