Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.enhydra.servlet.connectionMethods.EnhydraDirector: Javadoc index of package org.enhydra.servlet.connectionMethods.EnhydraDirector.


Package Samples:

org.enhydra.servlet.connectionMethods.EnhydraDirector

Classes:

EnhydraDirectorBufferedOutputStream: Extension of BufferedOutputStream to allow "reset" of the buffer. A servlet container's ServletResponse object should not go into the "committed" (data sent) state until the headers have actually been sent over the wire. This allows a servlet to specify a large buffer size and be able to reset or change headers well after the first byte of data has been written to the ServletOutputStream . This class has a reset() that, after checking for committed state of the connection, discards any buffered data and self destructs, dropping any reference to its internally held output stream. Once reset() has ...
EnhydraDirectorConnectionMethod: The Enhydra connection method. Receives and handles requests using the Enhydra Protocol. The protocol is loosely based on the proposed Apache JServ 2.1 protocol, which uses a packet transmission scheme to allow a more rich set of communcation features between web servers and Enhydra. These features include: Round robin load balancing. Persistent connections. Connection Pools. Callbacks to the front-end web server.
EnhydraDirectorInputStream: InputStream interface for the Enhydra connection method. Implemention of ServletInputStrem to be passed to servlets to allow them to receive the incoming HTTP request entity. This input stream and its underlying protocol receiver does not buffer input. Incoming entity bytes are read directly from the connected socket into the receiving buffer.
EnhydraDirectorOutputStream: OutputStream interface for the Enhydra connection method. Implemention of ServletOutputStream to be passed to servlets to allow them to send response data to the client. This class automatically wrappers a lower level output stream in a BufferedOutputStream if buffering is requested by the servlet.
EnhydraDirectorProtoOutputStream: The basic implementation of an output stream for EnhydraDirector. This implementation is intended to be used by the Enhydra connection method's EnhydraDirectorOutputStream class. If buffering is needed, this class can be wrappered in a BufferedOutputStream .
EnhydraDirectorFunction: Interface for pluggable EnhydraDirector protocol functions. EnhydraDirector function classes are only instantiated when their function number is requested for a particular connection. Each function is permanently hard-coded into a dispatch method in EnhydraDirectorProtocol.
EnhydraDirectorBadStateException: Exception to signal that an EnhydraDirector connection has gotten into an unexpeceted state, or that one of its public methods has been called while the connection is in an incorrect state.
EnhydraDirectorException: Exception to signal that an EnhydraDirector connection has encountered an error.
EnhydraDirectorHandler: This class processes servlet requests from the EnhydraDirectorConnectionMethod.
EnhydraDirectorConnectionMethodBeanInfo: This class provides descriptors for all connection method attributes
EnhydraDirectorConnection
InternalHeader
InternalHeaderKeyEnumeration
EnhydraDirectorProtocol

Home | Contact Us | Privacy Policy | Terms of Service