Class Summary | |
---|---|
AbstractCallbackHandler | |
AbstractDataSourceService | AbstractDataSourceService Base class for DataSource Service implementations. |
AbstractDataSourceServiceMBean | |
AbstractDataSourceService.DataSourceMap | |
AbstractDataSourceService.DataSourceObjectFactory | DataSourceObjectFactory ObjectFactory for references to DataSources bound in JNDI. |
AbstractHttpHandler | Base HTTP Handler. |
AbstractService | |
AbstractServiceMBean | |
AbstractSessionManager | An Abstract implementation of SessionManager. |
AbstractSessionManagerMBean | |
AbstractSessionManager.Session | |
AdminServlet | Jetty Administration Servlet. |
AJP13Connection | |
AJP13InputStream | |
AJP13Listener | AJP 1.3 Protocol Listener. |
AJP13ListenerMBean | |
AJP13OutputStream | OutputStream for AJP13 protocol. |
AJP13Packet | |
AJP13RequestPacket | AJP13RequestPacket used by AJP13InputStream |
AJP13ResponsePacket | AJP13ResponsePacket used by AJP13OutputStream |
Applet | An Applet Block. |
Authenticator | Authenticator Interface. |
B64Code | Fast B64 Encoder/Decoder as described in RFC 1421. |
Balancer | TCP/IP connection load balancer |
BasicAuthenticator | BASIC authentication. |
BasicAuthenticator | BasicAuthenticator. |
Block | HTML Block Composite. |
BlockingQueue | Blocking queue. |
BodyContent | An encapsulation of the evaluation of the body of an action so it is available to a tag handler. |
BodyTag | The BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body. |
BodyTagSupport | A base class for defining tag handlers implementing BodyTag. |
Break | Break Tag. |
BufferedOutputStream | Buffered Output Stream. |
ByteArrayISO8859Writer | Byte Array ISO 8859 writer. |
ByteArrayOutputStream2 | ByteArrayOutputStream with public internals |
ByteArrayPool | Byte Array Pool Simple pool for recycling byte arrays of a fixed size. |
ByteBufferInputStream | |
ByteBufferOutputStream | ByteBuffer OutputStream. |
ByteBufferPool | |
CachedResource | Cached resource class. |
CGI | CGI Servlet. |
ChunkingInputStream | Dechunk input. |
ChunkingOutputStream | HTTP Chunking OutputStream. |
Classpath | Class to handle CLASSPATH construction |
ClientCertAuthenticator | Client Certificate Authenticator. |
CodeException | Code Exception. |
CollettaProxyHandler | |
Comment | HTML Comment. |
ComponentEvent | |
ComponentListener | |
Composite | HTML Composite Element. |
CompositeFactory | Composite Factory. |
ConfigurationMBean | ConfigurationMBean MBean proxy for a WebApplicationContext.Configuration object. |
Connection | |
Container | Abstract Container. |
ContextFactory | CompContextFactory.java Created: Fri Jun 27 09:26:40 2003 |
ContextLoader | ClassLoader for HttpContext. |
Cookie | Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server. |
Credential | Credentials. |
Credential.Crypt | Unix Crypt Credentials |
Credential.MD5 | MD5 Credentials |
CRS | |
DataPort | |
DateCache | Date Format Cache. |
Debug | |
Default | The default servlet. |
DefaultCallbackHandler | DefaultUsernameCredentialCallbackHandler
Notes
Usage |
DefaultDataSourceService | DefaultDataSourceService An implementation of a DataSource Service using XAPool as the connection pooling implementation. |
DefaultDataSourceServiceMBean | |
DefList | |
DigestAuthenticator | DIGEST authentication. |
DigestAuthenticator | DigestAuthenticator. |
Dispatcher | Servlet RequestDispatcher. |
Dump | Dump Servlet Request. |
DumpHandler | Dump request handler. |
DynamicAttributes | For a tag to declare that it accepts dynamic attributes, it must implement this interface. |
Element | HTML Element. |
ELException | Represents any of the exception conditions that arise during the operation evaluation of the evaluator. |
ELParseException | Represents a parsing error encountered while parsing an EL expression. |
EOFException | Exception for EOF detected. |
ErrorData | Contains information about an error, for error pages. |
ErrorPageHandler | Handler for Error pages A handler that is registered at the org.mortbay.http.ErrorHandler context attributed and called by the HttpResponse.sendError method to write a error page. |
EventProvider | Source of EventObjects for registered EventListeners. the actual implementation of EventProvider must define what types of EventListeners can be registered. |
ExpiryHandler | Handler that allows the default Expiry of all content to be set. |
Expression |
The abstract class for a prepared expression. An instance of an Expression can be obtained via from an ExpressionEvaluator instance. An Expression may or not have done a syntactic parse of the expression. |
ExpressionEvaluator |
The abstract base class for an expression-language evaluator. |
Factory | Commons Logging Factory for org.mortbay.log Returns a static default log, unless an alternate Log implementation has been set as an attribute keyed by the classname or other name of the log. |
FileResource | File Resource. |
Filter | A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both. |
FilterChain | A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource. |
FilterConfig | A filter configuration object used by a servlet container to pass information to a filter during initialization. |
FilterHolder | |
FilterHolderMBean | |
Font | HTML Font Block. |
Form | HTML Form. |
FormAuthenticator | FORM Authentication Authenticator. |
Forward | Forward Servlet Request. |
ForwardHandler | Forward Request Handler. |
Frame | FrameSet. |
Frame | Access the current execution frame. |
FrameSet | FrameSet. |
Ftp | FTP Client. |
FtpCmdStreamException | |
FtpException | |
FtpReplyException | |
FunctionInfo | Information for a function in a Tag Library. |
FunctionMapper |
The interface to a map between EL function names and methods. Classes implementing this interface may, for instance, consult tag library information to resolve the map. |
GenericServlet | Defines a generic, protocol-independent servlet. |
HashSessionManager | An in-memory implementation of SessionManager. |
HashSessionManager.Session | |
HashSSORealm | |
HashUserRealm | HashMapped User Realm. |
Heading | HTML Heading. |
Holder | |
HolderMBean | |
HostSocketListener | Forced Host Listener this simple listener extention forces the host header to be set to a specific value. |
HttpConnection | A HTTP Connection. |
HttpContext | Context for a collection of HttpHandlers. |
HttpContextMBean | |
HttpException | Exception for known HTTP error status. |
HttpFields | HTTP Fields. |
HttpFields.Entry | |
HttpHandler | HTTP handler. |
HttpHandlerMBean | |
HttpInputStream | HTTP Chunking InputStream. |
HttpJspPage | The HttpJspPage interface describes the interaction that a JSP Page Implementation Class must satisfy when using the HTTP protocol. |
HttpListener | HTTP Listener. |
HttpListenerMBean | |
HttpMessage | HTTP Message base. |
HttpMessage.HeaderWriter | |
HttpOnlyCookie | HttpOnlyCookie. |
HttpOutputStream | HTTP Http OutputStream. |
HttpRequest | HTTP Request. |
HttpResponse | HTTP Response. |
HttpServer | HTTP Server. |
HttpServerMBean | HttpServer MBean. |
HttpServlet | Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. |
HttpServletRequest | Extends the {@link javax.servlet.ServletRequest} interface to provide request information for HTTP servlets. |
HttpServletRequestWrapper | Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet. |
HttpServletResponse | Extends the {@link ServletResponse} interface to provide HTTP-specific functionality in sending a response. |
HttpServletResponseWrapper | Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet. |
HttpSession | Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user. |
HttpSessionActivationListener | Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that session will be activated. |
HttpSessionAttributeListener | This listener interface can be implemented in order to get notifications of changes to the attribute lists of sessions within this web application. |
HttpSessionBindingEvent | Events of this type are either sent to an object that implements {@link HttpSessionBindingListener} when it is bound or unbound from a session, or to a {@link HttpSessionAttributeListener} that has been configured in the deployment descriptor when any attribute is bound, unbound or replaced in a session. |
HttpSessionBindingListener | Causes an object to be notified when it is bound to or unbound from a session. |
HttpSessionContext | |
HttpSessionEvent | This is the class representing event notifications for changes to sessions within a web application. |
HttpSessionListener | Implementations of this interface are notified of changes to the list of active sessions in a web application. |
HttpTunnel | HTTP Tunnel. |
HttpUtils | |
HTAccessHandler | Handler to authenticate access using the Apache's .htaccess files. |
IbmJsseListener | SSL Socket Listener for IBM's JSSE. |
Image | HTML Image Tag. |
Include | Include File, InputStream or Reader Element. |
InclusiveByteRange | Byte range inclusive of end points. |
InetAddrPort | InetAddress and Port. |
InitialContextFactory | InitialContextFactory.java Factory for the default InitialContext. |
InitialContextFactory.DefaultParser | |
Input | HTML Form Input Tag. |
Invoker | Dynamic Servlet Invoker. |
IO | IO Utilities. |
IPAccessHandler | Handler to authenticate access from certain IP-addresses. |
IterationTag | The IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body. |
JAASGroup | |
JAASPrincipal | JAASPrincipal
Impl class of Principal interface. |
JAASRole | |
JAASUserPrincipal | JAASUserPrincipal
Implements the JAAS version of the org.mortbay.http.UserPrincipal interface. |
JAASUserPrincipal.RoleStack | RoleStack
|
JAASUserRealm | JAASUserRealm
Notes
Usage |
JAASUserRealm.UserInfo | UserInfo Information cached for an authenticated user. |
JarResource | |
JDBCLoginModule | JDBCLoginModule
JAAS LoginModule to retrieve user information from a database and authenticate the user. |
JDBCUserRealm | HashMapped User Realm with JDBC as data source. |
JettyWebConfiguration | JettyWebConfiguration |
JettyWebConfigurationMBean | JettyWebConfiguration |
JotmService | Implementation of TMService for Objectweb JOTM (www.objectweb.org) |
JotmServiceMBean | |
JspContext |
|
JspEngineInfo | The JspEngineInfo is an abstract class that provides information on the current JSP engine. |
JspException | A generic exception known to the JSP engine; uncaught JspExceptions will result in an invocation of the errorpage machinery. |
JspFactory |
The JspFactory is an abstract class that defines a number of factory methods available to a JSP page at runtime for the purposes of creating instances of various interfaces and classes used to support the JSP implementation. |
JspFragment | Encapsulates a portion of JSP code in an object that can be invoked as many times as needed. |
JspPage | The JspPage interface describes the generic interaction that a JSP Page Implementation class must satisfy; pages that use the HTTP protocol are described by the HttpJspPage interface. |
JspTag | Serves as a base class for Tag and SimpleTag. |
JspTagException | Exception to be used by a Tag Handler to indicate some unrecoverable error. |
JspWriter |
The actions and template data in a JSP page is written using the JspWriter object that is referenced by the implicit variable out which is initialized automatically using methods in the PageContext object. |
JsseListener | JSSE Socket Listener. |
JsseListenerMBean | |
JSR154Filter | JSR 154 Stupidness filter. |
KeyPairTool | Perform simple private key management for keystores. |
localContext | localContext |
LazyList | Lazy List creation. |
LifeCycle | A component LifeCycle. |
LifeCycleEvent | |
LifeCycleListener | Listener for LifeCycleEvents. |
LifeCycleMBean | |
LifeCycleThread | Base Thread class implementing LifeCycle. |
LineInput | Fast LineInput InputStream. |
LineInput.LineBuffer | Reusable LineBuffer. |
Link | HTML Link Block. |
List | HTML List Block. |
Listener | |
Loader | ClassLoader Helper. |
LogFactory | Log Factory. |
LogImpl | A Commons Log implementation for Jetty logs. |
LogSink | A Log sink. |
LogStream | Divert a PrintStream to commons logging. |
LogStream.STDERR | |
LogStream.STDOUT | |
LogSupport | Log Support class. |
MailService | MailService.java Created: Fri May 30 09:25:47 2003 |
MailServiceMBean | |
MailService.MailAuthenticator | |
MailService.SessionObjectFactory | |
Main | Main start class. |
Main | Main stop class. |
ModelMBeanImpl | Model MBean Implementation. |
Monitor | Monitor thread. |
MsieSslHandler | Handler to force MSIE SSL connections to not be persistent to work around MSIE5 bug. |
MultiException | Wraps multiple exceptions. |
MultiMap | A multi valued Map. |
MultiPartFilter | Multipart Form Data Filter. |
MultiPartRequest | Multipart Form Data request. |
MultiPartResponse | Handle a multipart MIME response. |
MultiPartResponse | Handle a multipart MIME response. |
MX4JHttpAdaptor | |
NamingContext | NamingContext
Implementation of Context interface. |
NamingContext.BindingEnumeration | BindingEnumeration
Implementation of NamingEnumeration NotesUsed to return results of Context.listBindings(); Usage |
NamingContext.NameEnumeration | NameEnumeration
Implementation of NamingEnumeration interface. |
NCSARequestLog | NCSA HTTP Request Log. |
NCSARequestLogMBean | |
NonBlockingQueue | |
NotFoundHandler | Handler for resources that were not found. |
NotFoundServlet | Not Found Servlet. |
NullHandler | Abstract HTTP Handler. |
NullLogSink | |
ObjectCallback | ObjectCallback
Can be used as a LoginModule Callback to obtain a user's credential as an Object, rather than a char[], to which some credentials may not be able to be converted Notes
Usage |
Observed | Helpful extension to Observable. |
OutputObserver | Observer output events. |
OutputStreamLogSink | A Log sink. |
Page | HTML Page. |
PageContext |
PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment. |
PageData | Translation-time information on a JSP page. |
Password | Password utility class. |
PathMap | URI path map to Object. |
PKCS12Import | This class can be used to import a key/certificate pair from a pkcs12 file into a regular JKS format keystore for use with jetty and other java based SSL applications, etc. |
PlusWebAppContext | |
PlusWebAppContextMBean | |
PlusWebAppContext.Configuration | |
Policy | |
Pool | A pool of Objects. |
Pool.PondLife | |
PostFileFilter | PostFileFilter. |
Primitive | Utility handling of primitive types |
ProxyHandler | Proxy request handler. |
ProxyServlet | EXPERIMENTAL Proxy servlet. |
QuotedStringTokenizer | StringTokenizer with Quoting support. |
RequestDispatcher | Defines an object that receives requests from the client and sends them to any resource (such as a servlet, HTML file, or JSP file) on the server. |
RequestLog | Abstract HTTP Request Log format |
RequestParameterCallback | RequestParameterCallback Allows a JAAS callback handler to access any parameter from the j_security_check FORM. |
Resource | Abstract resource class. |
ResourceCache | |
ResourceCache.ResourceMetaData | MetaData associated with a context Resource. |
ResourceHandler | Handler to serve files and resources. |
ResourceHandlerMBean | |
RoleCheckPolicy | |
RolloverFileOutputStream | A File OutputStream that rolls overs. |
RootNotFoundHandler | |
Script | HTML Script Block. |
SecurityConstraint | Describe an auth and/or data constraint. |
SecurityConstraint.Nobody | Nobody user. |
SecurityHandler | Handler to enforce SecurityConstraints. |
Select | HTML select Block. |
SendRedirect | Dump Servlet Request. |
Server | The Jetty HttpServer. |
Server | The Jetty HttpServer. |
Server | |
ServerMBean | JettyServer MBean. |
ServerMBean | JettyPlus Server MBean. |
Service | Run Jetty as a Win32 service. |
Service | |
Servlet | Defines methods that all servlets must implement. |
ServletConfig | A servlet configuration object used by a servlet container to pass information to a servlet during initialization. |
ServletContext | Defines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME type of a file, dispatch requests, or write to a log file. |
ServletContextAttributeEvent | This is the event class for notifications about changes to the attributes of the servlet context of a web application. |
ServletContextAttributeListener | Implementations of this interface recieve notifications of changes to the attribute list on the servlet context of a web application. |
ServletContextEvent | This is the event class for notifications about changes to the servlet context of a web application. |
ServletContextListener | Implementations of this interface recieve notifications about changes to the servlet context of the web application they are part of. |
ServletException | Defines a general exception a servlet can throw when it encounters difficulty. |
ServletHandler | Servlet HttpHandler. |
ServletHandlerMBean | |
ServletHolder | Servlet Instance and Context Holder. |
ServletHolderMBean | |
ServletHttpContext | ServletHttpContext. |
ServletHttpContextMBean | Web Application MBean. |
ServletHttpRequest | Servlet Request Wrapper. |
ServletHttpResponse | Servlet Response Wrapper. |
ServletInputStream |
Provides an input stream for reading binary data from a client
request, including an efficient readLine method
for reading data one line at a time. |
ServletOutputStream | Provides an output stream for sending binary data to the client. |
ServletRequest | Defines an object to provide client request information to a servlet. |
ServletRequestAttributeEvent | This is the event class for notifications about changes to the attributes of the servlet request of a web application. |
ServletRequestAttributeListener | Implementations of this interface receive notifications of changes to the attribute list on the servlet request of a web application. |
ServletRequestEvent | This is the event class for notifications about changes to the servlet request of a web application. |
ServletRequestListener | Implementations of this interface recieve notifications about changes to the servlet request of the web application they are part of. |
ServletRequestWrapper | Provides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet. |
ServletResponse | Defines an object to assist a servlet in sending a response to the client. |
ServletResponseWrapper | Provides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet. |
ServletSSL | Jetty Servlet SSL support utilities. |
SessionContext | Null returning implementation of HttpSessionContext |
SessionDump | Test Servlet Sessions. |
SessionManager | Session Manager. |
SessionManagerMBean | |
SessionManager.Session | |
SetResponseHeadersHandler | Handler that allows arbitrary HTTP Header values to be set in the response. |
SimpleTag | Interface for defining Simple Tag Handlers. |
SimpleTagSupport | A base class for defining tag handlers implementing SimpleTag. |
SingletonList | Singleton List. |
SingleThreadModel | Ensures that servlets handle only one request at a time. |
SkipPageException | Exception to indicate the calling page must cease evaluation. |
SocketChannelListener | EXPERIMENTAL NIO listener! |
SocketChannelListenerMBean | |
SocketChannelOutputStream | Blocking output stream on non-blocking SocketChannel. |
SocketListener | Socket HTTP Listener. |
SocketListenerMBean | |
SslListener | JSSE Socket Listener. |
SSORealm | Single Sign On Realm. |
StrictRoleCheckPolicy | StrictRoleChecPolicy
Enforces that if a runAsRole is present, then the role to check must be the same as that runAsRole and the set of static roles is ignored. |
StringBufferWriter | A Writer to a StringBuffer. |
StringMap | Map like class of Strings to Objects. |
StringUtil | Fast String Utilities. |
Style | HTML Style Block. |
StyleLink | CSS Style LINK. |
SunJsseListenerMBean | |
Table | A HTML Table element. |
TableForm | A form laid out in a Table. |
Tag | The interface of a classic tag handler that does not want to manipulate its body. |
Tag | HTML Tag Element. |
TagAdapter | Wraps any SimpleTag and exposes it using a Tag interface. |
TagAttributeInfo | Information on the attributes of a Tag, available at translation time. |
TagData | The (translation-time only) attribute/value information for a tag instance. |
TagExtraInfo | Optional class provided by the tag library author to describe additional translation-time information not described in the TLD. |
TagFileInfo | Tag information for a tag file in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time. |
TagInfo | Tag information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time. |
TagLibConfiguration | TagLibConfiguration. |
TagLibraryInfo | Translation-time information associated with a taglib directive, and its underlying TLD file. |
TagLibraryValidator | Translation-time validator class for a JSP page. |
TagSupport | A base class for defining new tag handlers implementing Tag. |
TagVariableInfo | Variable information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time. |
Target | HTML Link Target. |
TempByteHolder | Temporary buffer for bytes to be used in situations where bytes need to be buffered but total size of data is not known in advance and may potentially be very large. |
TestCase | Test Harness and report. |
Text | A simple block of straight text. |
TextArea | A Text Area within a form. |
ThreadedServer | Threaded socket server. |
ThreadedServerMBean | |
ThreadPool | A pool of threads. |
ThreadPoolMBean | |
ThreadPool.PoolThread | Pool Thread class. |
TMService |
A TMService represents a JTA Service and is used to acces JTA
main interfaces (UserTransaction and
TransactionManager ).
|
TMServiceMBean | |
TryCatchFinally | The auxiliary interface of a Tag, IterationTag or BodyTag tag handler that wants additional hooks for managing resources. |
TypeUtil | TYPE Utilities. |
UnavailableException | Defines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable. |
UnixCrypt | Unix Crypt. |
UrlEncoded | Handles coding of MIME "x-www-form-urlencoded". |
URI | URI Holder. |
URLResource | Abstract resource class. |
UserRealm | User Realm. |
Util | Util.java Created: Tue Jul 1 18:26:17 2003 |
ValidationMessage | A validation message from either TagLibraryValidator or TagExtraInfo. |
VariableInfo | Information on the scripting variables that are created/modified by a tag (at run-time). |
VariableResolver |
This class is used to customize the way an ExpressionEvaluator resolves variable references at evaluation time. |
Version | Jetty version. |
Version | Utility class for parsing and comparing version strings. |
WebApplicationContext | Standard web.xml configured HttpContext. |
WebApplicationContextMBean | Web Application MBean. |
WebApplicationContext.Configuration | Base Class for WebApplicationContext Configuration. |
WebApplicationHandler | WebApp HttpHandler. |
WebApplicationHandlerMBean | |
WelcomeFilter | |
WriterOutputStream | Wrap a Writer as an OutputStream. |
XmlConfiguration | Configure Objects from XML. |
XmlParser | XML Parser wrapper. |
XmlParser.Attribute | XML Attribute. |
XmlParser.Node | XML Node. |
XMLConfiguration | |
XMLConfigurationMBean | XMLConfigurationMBean |