Class | Description |
---|---|
ConsoleGUI |
Graphical user interface for the Servlet container.
|
DefaultNettyServletPipelineFactory |
Netty handler to invoke servlet.
|
HTTPServletHandler |
HTTP server used to invoke the XINS servlet.
|
HTTPServletStarter |
HTTP Server used to invoke the XINS Servlet.
|
LocalServletConfig |
This class is an implementation of the ServletConfig that can be
called locally.
|
LocalServletHandler |
This class allows to invoke a XINS API without using HTTP.
|
NettyServletHandler |
Netty handler to invoke servlets.
|
ServletClassLoader |
Class used to get the Servlet Class loader.
|
XINSHttpSession |
A user session.
|
XINSServletContext |
This class is an implementation of the ServletContext that can be
called locally.
|
XINSServletRequest |
This class is an implementation of the HTTPServletRequest that can be
called localy.
|
XINSServletResponse |
This class is an implementation of the HttpServletResponse that can be
invoked locally.
|
See http://www.xins.org/.