Struct coap::server::CoAPServer [] [src]

pub struct CoAPServer { /* fields omitted */ }

Methods

impl CoAPServer
[src]

[src]

Creates a CoAP server listening on the given address.

[src]

Starts handling requests with the handler

[src]

Stop the server.

[src]

Set the number of threads for handling requests

Trait Implementations

impl Drop for CoAPServer
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for CoAPServer

impl !Sync for CoAPServer