Package org.apache.catalina.connector


package org.apache.catalina.connector
  • Class
    Description
    Extend IOException to identify it as being caused by an abort of a request by a remote client.
    Implementation of a Coyote connector.
    Implementation of a request processor which delegates the processing to a Coyote processor.
    This class handles reading bytes.
    Coyote implementation of the servlet output stream.
    Generic implementation of java.security.Principal that is used to represent principals authenticated at the protocol handler level.
    Coyote implementation of the buffered reader.
    Coyote implementation of the servlet writer.
    The buffer used by Tomcat request.
    The buffer used by Tomcat response.
    Wrapper object for the Coyote request.
    Facade class that wraps a Coyote request object.
    Wrapper object for the Coyote response.
    Facade class that wraps a Coyote response object.