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

code_change/3
get/2
handle_call/3
handle_cast/2
handle_info/2
init/1
set/3
start/1
start_link/1
stop/1
terminate/2

Function Details

code_change/3

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

get/2

get(Name, Property) -> any()

handle_call/3

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

handle_cast/2

handle_cast(Req, State) -> any()

handle_info/2

handle_info(Msg, State) -> any()

init/1

init(State) -> any()

set/3

set(Name, Property, Fun) -> any()

start/1

start(Options) -> any()

start_link/1

start_link(Options) -> any()

stop/1

stop(Name) -> any()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc