[][src]Module mirai::tcp

Structs

TcpConnection

One half of a TCP connection. Configure, then use TcpConnection::split to consume.

TcpListenerStream

The concept of "server" in TCP, this stream asynchronously yields inbound TcpConnections.

TcpRecvStream
TcpSendStream