Expand description
gio
integration.
Structs§
- IOStream
Async Read Write - Adapter for
gio::IOStream
to provideAsyncRead
andAsyncWrite
.
Functions§
- accept_
async - Accepts a new WebSocket connection with the provided stream.
- accept_
async_ with_ config - The same as
accept_async()
but the one can specify a websocket configuration. Please refer toaccept_async()
for more details. - accept_
hdr_ async - Accepts a new WebSocket connection with the provided stream.
- accept_
hdr_ async_ with_ config - The same as
accept_hdr_async()
but the one can specify a websocket configuration. Please refer toaccept_hdr_async()
for more details. - connect_
async - Connect to a given URL.
- connect_
async_ with_ config - Connect to a given URL with a given WebSocket configuration.
Type Aliases§
- Connect
Stream - Type alias for the stream type of the
connect_async()
functions.