Package net.clackrouter.protocol

Provides VNS protocol connectivity to the VNS server.

See:
          Description

Class Summary
VNSProtocolCharCoder Transforms arbitrary strings into a buffer of bytes and vice versa using US ASCII encoding and decoding.
VNSProtocolManager Establishes a connection with VNS server, receives packets and propagates them to the Clack Client.
 

Exception Summary
VNSConnectionFailedException Encapsulates an exception that is thrown when a connection with the VNS server fails.
 

Package net.clackrouter.protocol Description

Provides VNS protocol connectivity to the VNS server.