Nitido Inc.

Package com.nitido.nimbox.http

This package contains the HttpServlet that acts as a Nimlet driver.

See:
          Description

Interface Summary
HttpNimletConstants This interface contains the set of constants used by the HttpNimletContainer, HttpNimletDriver, HttpSessionListener, and SkinDispatcher classes.
RequestParser This class provides the interface to be implementated by all request parsers used by the Nimlet Driver.
 

Class Summary
HttpNimletContainer This an HTTP implementation of the NimletContainer interface.
HttpNimletDriver The HttpNimletDriver is an adaptor for a J2EE container to support the dispatching of Nimlets.
HttpNimletInput The HttpNimletInput provide the HTTP implementation for the NimletInput interface.
HttpNimletOutput This class implements the NimletOutput interface.
HttpNimletSessionListener The HttpNimletSessionListener is the class that works with the HttpNimletDriver servlet.
MultipartRequestParser This class is used to interpret HttpServletRequests whose content type indicate a multipart/form-data request.
RegularRequestParser This class is used to interpret regular HTTP requests, that is request whose content type are not multipart/form-data.
Skin  
SkinDispatcher The SkinDispatcher interface for HTTP.
SkinDispatcherForDynamic The SkinDispatcher for Dynamic protocol (in other words, the regular JSP skins).
SkinDispatcherForForward The SkinDispatcher for do a RequestDispatcher.forward().
SkinDispatcherForInclude The SkinDispatcher for do a RequestDispatcher.include().
SkinDispatcherForNimlet The SkinDispatcher for Nimlet.
SkinDispatcherForRedirect The SkinDispatcher for do a HttpResponse.sendRedirect().
SkinDispatcherForStatic The SkinDispatcher for Nimlet.
SkinDispatcherForVoid The SkinDispatcher for Nimlet.
UploadedFile This class provides an abstract representation of a file that was uploaded by through the MultipartRequestParser implementation.
 

Exception Summary
InvalidRequestException This exception is thrown when the HttpNimletDriver is unable to parse a malformed Http request
 

Package com.nitido.nimbox.http Description

This package contains the HttpServlet that acts as a Nimlet driver.

It is used to adapt a standard web application server to execute and manages Nimlets.


Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.