Module em_filter_server

Generic Filter Server using Wade HTTP server.

Behaviours: gen_server.

Description

Generic Filter Server using Wade HTTP server. Handles /query endpoint, parses incoming JSON or form bodies, delegates processing to a pluggable handler module. -------------------------------------------------------------------

Function Index

code_change/3
handle_call/3
handle_cast/2
handle_info/2
init/1
start_link/3
terminate/2
wait_for_lock/1

Function Details

code_change/3

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

handle_call/3

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

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(Info, Filter_state) -> any()

init/1

init(X1) -> any()

start_link/3

start_link(FilterName, HandlerModule, Port) -> any()

terminate/2

terminate(Reason, Filter_state) -> any()

wait_for_lock/1

wait_for_lock(FilterName) -> any()


Generated by EDoc