Crate websocket_stream

Source
Expand description

WebsocketStream crate

Modules§

util

Structs§

WebsocketStream
RFC-6455 Protocol stream

Enums§

Mode
Stream I/O mode
State
Stream state

Type Aliases§

NewResult
Represents the result of trying to create a WebsocketStream
ReadResult
Represents the result of attempting a syscall read on the file descriptor
SetFdResult
Represents the result of setting a flag to file descriptor through syscalls
WriteResult
Represents the result of attempting a syscall write on the file descriptor