Module websocket::stream
[−]
[src]
Provides the default stream type for WebSocket connections.
Structs
| TcpStream |
A structure which represents a TCP stream between a local socket and a remote socket. |
Enums
| Shutdown |
Possible values which can be passed to the |
| SocketAddr |
Representation of a socket address for networking applications. |
| WebSocketStream |
A useful stream type for carrying WebSocket connections. |