HTTP handlers

HTTP handlers can be used to process responses that are not part of the AUI tree. This arises when Single sign on is used. SSO is implemented with a default handler.

The Java API allows for the implementation of HTTP handlers. The interface com.fourjs.ggc.HttpHandler supports the custom HTTP handlers.

For details of the Java packages and classes, see the javadoc distributed with the Genero Ghost Client in your FGLGWS installation. The javadoc is found in your $GGCDIR/doc/javadoc/ directory. See the help file by launching the $GGCDIR/doc/javadoc/index.html file in your browser.

The BDL API implements HTTP handlers through the Java API HTTP handler interface.

The option --http-handler http_handler is used to specify the handler at the command line.