network< net::Ssh >

Description

Methods

conveyor < own< network_address < net::Ssh > > >

resolve_address ( const std::string & )

error_or < own< network_address < net::Ssh > > >

parse_address ( const std::string & )

~network ( )

conveyor < own< network_address < net::Ssh > > >

resolve_address ( const std::string &, uint16_t )

error_or < own< network_address < net::Ssh > > >

parse_address ( const std::string &, uint16_t )

own< server < net::Ssh > >

listen ( network_address < net::Ssh > & )

conveyor < own< io_stream < net::Ssh > > >

connect ( network_address < net::Ssh > & )

own< datagram < net::Ssh > >

bind_datagram ( network_address < net::Ssh > & )


Methods Description

conveyor < own< network_address < net::Ssh > > > resolve_address ( const std::string & )


error_or < own< network_address < net::Ssh > > > parse_address ( const std::string & )


~network ( )


conveyor < own< network_address < net::Ssh > > > resolve_address ( const std::string &, uint16_t )

Resolve the provided string and uint16 to the preferred storage method

error_or < own< network_address < net::Ssh > > > parse_address ( const std::string &, uint16_t )


own< server < net::Ssh > > listen ( network_address < net::Ssh > & )

Parse the provided string and uint16 to the preferred storage method Since no dns request is made here, no async conveyors have to be used. Todo implement

conveyor < own< io_stream < net::Ssh > > > connect ( network_address < net::Ssh > & )

Connect to a remote address

own< datagram < net::Ssh > > bind_datagram ( network_address < net::Ssh > & )

Bind a datagram socket at this address.