SPDY protocol handler.
The available options are:opts() = []
name/0 | |
reply/4 | |
request_init/9 | |
send/2 | |
sendfile/2 | |
start_link/4 | Start a SPDY protocol process. |
stream_close/1 | |
stream_data/2 | |
stream_reply/3 | |
system_code_change/4 | |
system_continue/3 | |
system_terminate/4 |
name() -> any()
reply(Socket, Status, Headers, Body) -> any()
request_init(Parent, StreamID, Peer, Headers, OnRequest, OnResponse, Env, Middlewares, Special_headers) -> any()
send(Socket, Data) -> any()
sendfile(Socket, Filepath) -> any()
start_link(Ref::any(), Socket::inet:socket(), Transport::module(), Opts::any()) -> {ok, pid()}
Start a SPDY protocol process.
stream_close(Socket) -> any()
stream_data(Socket, Data) -> any()
stream_reply(Socket, Status, Headers) -> any()
system_code_change(Misc, X2, X3, X4) -> any()
system_continue(X1, X2, State) -> any()
system_terminate(Reason::any(), X2::term(), X3::term(), X4::term()) -> no_return()
Generated by EDoc, Oct 28 2013, 11:09:20.