[−][src]Trait actix_server::IoStream
Low-level io stream operations
Required methods
fn set_nodelay(&mut self, nodelay: bool) -> Result<(), Error>
Sets the value of the TCP_NODELAY option on this socket.
fn set_linger(&mut self, dur: Option<Duration>) -> Result<(), Error>
fn set_keepalive(&mut self, dur: Option<Duration>) -> Result<(), Error>
Provided methods
fn peer_addr(&self) -> Option<SocketAddr>
Returns the socket address of the remote peer of this TCP connection.