Module teleport_protocol

Behaviours: gen_statem, ranch_protocol.

Function Index

callback_mode/0
code_change/4
init/1
start_link/4
terminate/3
wait_for_data/3
wait_for_handshake/3

Function Details

callback_mode/0

callback_mode() -> any()

code_change/4

code_change(OldVsn, State, Data, Extra) -> any()

init/1

init(X1) -> any()

start_link/4

start_link(Ref, Socket, Transport, Opts) -> any()

terminate/3

terminate(Reason, State, Data) -> any()

wait_for_data/3

wait_for_data(EventType, Event, Data) -> any()

wait_for_handshake/3

wait_for_handshake(EventType, Event, Data) -> any()


Generated by EDoc