Package com.sun.grizzly.tcp.http11

Interface Summary
InputFilter Input filter interface.
OutputFilter Output filter.
 

Class Summary
Constants Constants.
GrizzlyAdapter Base class to use when GrizzlyRequest/Response/InputStream/OutputStream are needed to implement a customized HTTP container/extendion to the http module.
GrizzlyInputBuffer The buffer used by Tomcat request.
GrizzlyInputStream This class handles reading bytes.
GrizzlyOutputBuffer The buffer used by Tomcat response.
GrizzlyOutputStream Coyote implementation of the servlet output stream.
GrizzlyReader Coyote implementation of the buffred reader.
GrizzlyRequest Wrapper object for the Coyote request.
GrizzlyResponse Wrapper object for the Coyote response.
GrizzlySession Simple session object used.
GrizzlyWriter Coyote implementation of the servlet writer.
InternalInputBuffer  
InternalOutputBuffer Output buffer.
 

Exception Summary
ClientAbortException Wrap an IOException identifying it as being caused by an abort of a request by a remote client.
 



Copyright © 2008 SUN Microsystems. All Rights Reserved.