Interface | Description |
---|---|
IInfoProvider |
This is an interface for a class that exports some information
as a map object.
|
IListener |
This is an interface class for a 'listener' object
that waits for some event.
|
IOFTask |
This is an interface for a task that asynchronously scheduled to be executed.
|
IService |
This is an interface class for all Service class to implement.
|
Class | Description |
---|---|
Main |
This is a entry-point class of the whole Torpedo system.
|
MessageContext |
This is a context object where listeners can register
and later retrieve context information associated with an event.
|
MessageContextStore<V> | Deprecated |
OFController |
Mother of all OpenFlow controller implementations.
|
OFHeader |
This class is only to use internally to parse OFMessage objects.
|
OFMFilter |
This class is to filer
OFMessage objects coming from
the connections to switches with given condition. |
OFModel |
This is a class that represents a data structure that holds all the
important data of a module.
|
OFModule |
This abstract class is mother of all Torpedo modules.
|
PortInformation |
This class is to manage port information in a protocol-independent manner.
|
RESTApiServer |
A REST API server class.
|
RestApiServerApplication |
This is a REST API server application class
required to create a REST API Server ((
RESTApiServer ). |
SwitchInformation | |
TorpedoProperties |
This class implements a functionality that reads Torpedo configuration file
(torpedo.properties in the project root directory).
|
Enum | Description |
---|---|
IListener.Command |
This class is not used, soon be deprecated out of the source code.
|