Struct utp2::UtpListener [] [src]

pub struct UtpListener { /* fields omitted */ }

Methods

impl UtpListener
[src]

Receive a new inbound connection.

This function will also advance the state of all associated connections.

Trait Implementations

impl Drop for UtpListener
[src]

A method called when the value goes out of scope. Read more

impl Evented for UtpListener
[src]

Register self with the given Poll instance. Read more

Re-register self with the given Poll instance. Read more

Deregister self from the given Poll instance Read more