Module outgoingproxy

YXA application to manage client connections from your user agents.

Introduced in: 16 Mar 2005 by Fredrik Thulin <ft@it.su.se>

Behaviours: yxa_app.

Authors: Fredrik Thulin (ft@it.su.se).

Description

YXA application to manage client connections from your user agents. Keeps TCP connections open virtually forever, and implements draft-Outbound to helt clients behind NATs etc. See the README file for more information.

Function Index

request/2 YXA applications must export a request/2 function.
response/2 YXA applications must export a response/2 function.

Function Details

request/2

request(Request, YxaCtx) -> term()

returns: Yet to be specified. Return 'ok' for now.

YXA applications must export a request/2 function.

response/2

response(Response, YxaCtx) -> term()

returns: Yet to be specified. Return 'ok' for now.

YXA applications must export a response/2 function.


Generated by EDoc, Oct 17 2007, 16:48:25.