Class | Description |
---|---|
CometEventImpl | |
Connector |
Implementation of a Coyote connector.
|
Constants |
Static constants for this package.
|
CoyoteAdapter |
Implementation of a request processor which delegates the processing to a
Coyote processor.
|
CoyoteInputStream |
This class handles reading bytes.
|
CoyoteOutputStream |
Coyote implementation of the servlet output stream.
|
CoyotePrincipal |
Generic implementation of java.security.Principal that
is used to represent principals authenticated at the protocol handler level.
|
CoyoteReader |
Coyote implementation of the buffered reader.
|
CoyoteWriter |
Coyote implementation of the servlet writer.
|
InputBuffer |
The buffer used by Tomcat request.
|
MapperListener |
Mapper listener.
|
OutputBuffer |
The buffer used by Tomcat response.
|
Request |
Wrapper object for the Coyote request.
|
RequestFacade |
Facade class that wraps a Coyote request object.
|
Response |
Wrapper object for the Coyote response.
|
ResponseFacade |
Facade class that wraps a Coyote response object.
|
Exception | Description |
---|---|
ClientAbortException |
Extend IOException to identify it as being caused by an abort of a request by
a remote client.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.