| continuation/1 | |
| continuation/2 | |
| continuation_opcode/1 | |
| continuation_opcode/2 | |
| fin/1 | |
| fin/2 | |
| get/2 | |
| host/1 | |
| host/2 | |
| keepalive/1 | |
| keepalive/2 | |
| keepalive_max_attempts/1 | |
| keepalive_max_attempts/2 | |
| key/1 | |
| key/2 | |
| name_to_opcode/1 | Mapping from opcode to opcode name. |
| new/6 | |
| opcode/1 | |
| opcode/2 | |
| opcode_to_name/1 | Mapping from opcode to opcode name. |
| path/1 | |
| path/2 | |
| port/1 | |
| port/2 | |
| protocol/1 | |
| protocol/2 | |
| remaining/1 | |
| remaining/2 | |
| set/2 | |
| socket/1 | |
| socket/2 | |
| transport/1 | |
| transport/2 |
continuation(Websocket_req::req()) -> undefined | binary()
get(List::atom(), Req::req()) -> any()
host(Websocket_req::req()) -> string()
keepalive(Websocket_req::req()) -> infinity | integer()
keepalive_max_attempts(Websocket_req::req()) -> non_neg_integer()
key(Websocket_req::req()) -> binary()
name_to_opcode(X1::atom()) -> opcode()
Mapping from opcode to opcode name
new(Protocol::protocol(), Host::string(), Port::inet:port_number(), Path::string(), Transport::#transport{}, Key::binary()) -> req()
opcode_to_name(X1::opcode()) -> atom()
Mapping from opcode to opcode name
path(Websocket_req::req()) -> string()
port(Websocket_req::req()) -> inet:port_number()
port(P::inet:port_number(), Req::req()) -> req()
protocol(Websocket_req::req()) -> protocol()
protocol(P::protocol(), Req::req()) -> req()
remaining(Websocket_req::req()) -> undefined | integer()
set(Tail::[{atom(), any()}], Req) -> Req
socket(Websocket_req::req()) -> undefined | inet:socket() | ssl:sslsocket()
socket(S::inet:socket() | ssl:sslsocket(), Req::req()) -> req()
transport(Websocket_req::req()) -> #transport{}
Generated by EDoc