Class ContainerAdapter

  • All Implemented Interfaces:
    org.apache.coyote.Adapter

    public class ContainerAdapter
    extends org.apache.catalina.connector.CoyoteAdapter
    Delegate Connector to provide to CoyoteAdapter to service via Container.
    Author:
    Daniel Sagenschneider
    • Field Summary

      • Fields inherited from class org.apache.catalina.connector.CoyoteAdapter

        ADAPTER_NOTES, ALLOW_BACKSLASH, sm
    • Constructor Summary

      Constructors 
      Constructor Description
      ContainerAdapter​(org.apache.catalina.Wrapper wrapper, org.apache.catalina.connector.Connector connector)
      Instantiate.
    • Method Summary

      • Methods inherited from class org.apache.catalina.connector.CoyoteAdapter

        asyncDispatch, checkNormalize, checkRecycled, convertMB, convertURI, copyBytes, getDomain, log, normalize, parsePathParameters, parseSessionCookiesId, parseSessionSslId, postParseRequest, prepare, service
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContainerAdapter

        public ContainerAdapter​(org.apache.catalina.Wrapper wrapper,
                                org.apache.catalina.connector.Connector connector)
        Instantiate.
        Parameters:
        wrapper - Wrapper.
        connector - Connector.