Uses of Package
net.sf.ooweb.http

Packages that use net.sf.ooweb.http
net.sf.ooweb.http This package contains the HTTP support classes. 
net.sf.ooweb.http.pygmy This package contains the pygmy httpd implementation of the plugin API. 
 

Classes in net.sf.ooweb.http used by net.sf.ooweb.http
Cache
          Cache specifies an interface for any type of cache wanting to serve cached ooweb responses.
Cookie
          Cookie represents an HTTP cookie and specifies all of the mandatory and optional values that a cookie may have,
HandlingException
          HandlingException
NotAuthenticatedException
          NotAuthenticatedException is thrown to indicate that no authentication credentials were found in the request, or that the credentials didn't match any known user of the application.
NotAuthorisedException
          NotAuthorizedException is thrown to indicate that the authenticated user has no permission to perform the requested action
ResponseState
          ResponseState can be returned by any controller method in order to have the framework set cookies, update or invalidate a session and take advantage of the inbuilt templating support (depending on the version of Ooweb in use)
Server
          PygmyServer
 

Classes in net.sf.ooweb.http used by net.sf.ooweb.http.pygmy
AbstractServer
          AbstractServer is a superclass for Ooweb servers allowing subclasses to build on existing HTTP server architectures.
ResponseState
          ResponseState can be returned by any controller method in order to have the framework set cookies, update or invalidate a session and take advantage of the inbuilt templating support (depending on the version of Ooweb in use)
Server
          PygmyServer
 



Copyright (C) 2005-2007 OOWeb Authors.