Package org.openflow.gui.net

Provides classes to manage connections and protocols.

See:
          Description

Interface Summary
Message<TYPE> A message
MessageProcessor<MSG_TYPE extends Message> Interface for a class which can process protocol messages.
 

Class Summary
BackendConnection<MSG_TYPE extends Message> Connects to a server instance to receive stats and send commands.
CountingDataInputStream A wrapper around DataInputStream which counts how many bytes have been read.
SocketConnection Provides helper functions for setting up and sending and receiving binary and ASCII data over a TCP connection.
 

Package org.openflow.gui.net Description

Provides classes to manage connections and protocols.