module ShadowsocksRuby::Connections::TCP

Provides various functionality code of a TCP Connection.

@example

class DummyConnection < EventMachine::Connection
  include ShadowsocksRuby::Connections::TCP::ClientConnection
end
# some how get a DummyConnection object
# dummy_connection = ...
# dummy_connection.plexer_protocol.tcp_process_client will be called looply