Module async_tungstenite::gio
source · Expand description
gio
integration.
Structs§
- Adapter for
gio::IOStream
to provideAsyncRead
andAsyncWrite
.
Functions§
- Accepts a new WebSocket connection with the provided stream.
- The same as
accept_async()
but the one can specify a websocket configuration. Please refer toaccept_async()
for more details. - Accepts a new WebSocket connection with the provided stream.
- The same as
accept_hdr_async()
but the one can specify a websocket configuration. Please refer toaccept_hdr_async()
for more details. - Connect to a given URL.
- Connect to a given URL with a given WebSocket configuration.
Type Aliases§
- Type alias for the stream type of the
connect_async()
functions.