Interface | Description |
---|---|
ProtocolHandler |
Abstract the protocol implementation, including threading, etc.
|
Class | Description |
---|---|
Connector |
Implementation of a Coyote connector for Tomcat 5.x.
|
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.
|
CoyoteServerSocketFactory |
This socket factory holds secure socket factory parameters.
|
CoyoteWriter |
Coyote implementation of the servlet writer.
|
InputBuffer |
The buffer used by Tomcat request.
|
MappingImpl | |
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.
|
SessionTracker |
Class responsible for keeping track of the total number of active sessions
associated with an HTTP request.
|
WebConnectionImpl |
Implementation of WebConnection for Servlet 3.1
|
Exception | Description |
---|---|
ClientAbortException |
Wrap an IOException identifying it as being caused by an abort
of a request by a remote client.
|
Copyright © 2019. All rights reserved.