
App::TLSMe::Connection - Connection class

App::TLSMe::Connection->new(
fh => $fh,
backend_host => 'localhost',
backend_port => 8080,
...
);

Object-Value that holds handles, callbacks and other information associated with proxy-backend connection.

newmy $connection = App::TLSMe::Connection->new;
write$connection->write(...);