Struct shout::ShoutConn [] [src]

pub struct ShoutConn { /* fields omitted */ }

Methods

impl ShoutConn
[src]

Attempts to reconnect to the connection

Sends data to the server, parsing it for format specific timing info.

Sends unparsed data to the server. Do not use this unless you know what you're doing. Returns the number of bytes writter, or < 0 on error.

Returns the number of bytes on the write queue. Only makes sense in nonblocking mode.

Sleeps the thread until the server requires more data

Returns the amount of time the caller should wait before sending more data

Sets metadata for the host

Trait Implementations

impl Drop for ShoutConn
[src]

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

impl Send for ShoutConn
[src]