Network\Connection::_connect PHP Method

_connect() protected method

Establishes the socket connection.
protected _connect ( ) : void
return void
    protected function _connect()
    {
        throw new \RuntimeException();
    }