| Package | Description |
|---|---|
| com.h3c.sdn.misc |
Miscellaneous SDN-specific utilities and auxiliaries for use as part
of implementations in either tier; entities provided within cannot not
be used as part of the mutual interface between the tiers however.
|
| com.h3c.util.codec | |
| com.h3c.util.health |
| Class and Description |
|---|
| Encodable
A class that implements
Encodable is declaring that its
internal state can be encoded as a String. |
| Class and Description |
|---|
| Algorithm
This enumeration declares the algorithms available for creating mappings
in the codecs.
|
| ClassNameCodec
This class is a specialization of
EntropicStringSetCodec that
is tailored specifically for mapping (fully qualified) class names. |
| CodedTree
This class models an arbitrary depth tree where each node in the tree has a positive integer associated
with it, and has zero or more child nodes.
|
| CodedTree.Node
This inner class represents a node in a coded tree.
|
| Encodable
A class that implements
Encodable is declaring that its
internal state can be encoded as a String. |
| EntropicStringCodec
This interface extends
StringCodec, defining methods for adding new
string encodings after construction. |
| EntropicStringSetCodec
This class is a specialization of
StringSetCodec that allows
mappings to be added to the codec after it has been constructed. |
| EnumCodec
This class provides the ability to encode and decode enumeration
constants to a short string form.
|
| StringCodec
This interface defines methods for encoding and decoding strings to
an alternate form.
|
| StringSetCodec
This class takes a set of strings and provides an implementation of
StringCodec that encodes each given string to a shorter, but unique
alternate. |
| Class and Description |
|---|
| Encodable
A class that implements
Encodable is declaring that its
internal state can be encoded as a String. |
Copyright © 2014. All Rights Reserved.