Package net.floodlightcontroller.core.internal

Interface Summary
ISwitchDriverRegistry Maintain a registry for SwitchDrivers.
 

Class Summary
CmdLineSettings Expresses the port settings of OpenFlow controller.
Controller The main controller class.
Controller.Counters  
FloodlightProvider  
HandshakeTimeoutHandler Trigger a timeout if a switch fails to complete handshake soon enough
OFFeaturesReplyFuture A concrete implementation that handles asynchronously receiving OFFeaturesReply
OFMessageDecoder Decode an openflow message from a Channel, for use in a netty pipeline
OFMessageEncoder Encode an openflow message for output into a ChannelBuffer, for use in a netty pipeline
OFMessageFuture<V> A Future object used to retrieve asynchronous OFMessage replies.
OFStatisticsFuture A concrete implementation that handles asynchronously receiving OFStatistics
OFSwitchImpl This is the internal representation of an openflow switch.
OpenflowPipelineFactory Creates a ChannelPipeline for a server-side openflow channel
 

Exception Summary
HandshakeTimeoutException Exception is thrown when the handshake fails to complete before a specified time
SwitchStateException This exception indicates an error or unexpected message during message handling.