| Package | Description | 
|---|---|
| com.tailf.conf | 
 Data types and utilities for communication with the server. 
 | 
| com.tailf.navu | 
 NAVU (Navigation Utilities) is an API which provides increased
 accessibility to the ConfD/NCS populated data model tree:
 NAVU-Tree. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConfHexList
DATA_CONTAINER - Corresponds to the YANG  
tailf:hex-list type. | 
class  | 
ConfOctetList
DATA_CONTAINER - Corresponds to the YANG tailf:octet-list type. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
ConfBinary.compareTo(ConfBinary o)  | 
| Constructor and Description | 
|---|
ConfDottedQuad(ConfBinary obj)
Constructs a ConfDottedQuad from a ConfBinary object. 
 | 
ConfHexList(ConfBinary obj)
Constructs a  
ConfHexList from a ConfBinary
 object. | 
ConfHexString(ConfBinary obj)
Constructs a  
ConfHexString from a ConfBinary
 object. | 
ConfOctetList(ConfBinary obj)
Constructs a ConfOctetList from a ConfBinary object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PreparedXMLStatement.setBinary(int index,
         ConfBinary val)
Deprecated.  
 |