Connection
interface Connection
A generic stream-oriented network connection.
Methods
local_addr
pub fn local_addr(self): Addr?
Returns the local network address, if known.
local_addr
pub fn local_addr(self): Addr?
Returns the local network address, if known.
Returns the local network address, if known.
remote_addr
pub fn remote_addr(self): Addr?
Returns the remote network address, if known.
remote_addr
pub fn remote_addr(self): Addr?
Returns the remote network address, if known.
Returns the remote network address, if known.