Copyright © 2007 Mochi Media, Inc.
Behaviours: gen_server.
Authors: Bob Ippolito (bob@mochimedia.com).
acceptor_loop/1 | |
code_change/3 | |
get/2 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
start/1 | |
stop/1 | |
terminate/2 |
acceptor_loop(X1) -> any()
code_change(OldVsn, State, Extra) -> any()
get(Name, Property) -> any()
handle_call(Message, From, State) -> any()
handle_cast(X1, State) -> any()
handle_info(Info, State) -> any()
init(State) -> any()
start(State) -> any()
stop(Name) -> any()
terminate(Reason, Mochiweb_socket_server) -> any()
Generated by EDoc, Aug 8 2008, 22:08:48.