Module mochiweb_socket_server

MochiWeb socket server.

Copyright © 2007 Mochi Media, Inc.

Behaviours: gen_server.

Authors: Bob Ippolito (bob@mochimedia.com).

Description

MochiWeb socket server.

Function Index

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

Function Details

acceptor_loop/1

acceptor_loop(X1) -> any()

code_change/3

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

get/2

get(Name, Property) -> any()

handle_call/3

handle_call(Message, From, State) -> any()

handle_cast/2

handle_cast(X1, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(State) -> any()

start/1

start(State) -> any()

stop/1

stop(Name) -> any()

terminate/2

terminate(Reason, Mochiweb_socket_server) -> any()


Generated by EDoc, Aug 8 2008, 22:08:48.