Class TomcatServerAdapter

  • All Implemented Interfaces:
    ServerAdapter

    public class TomcatServerAdapter
    extends java.lang.Object
    implements ServerAdapter
    A tomcat specific implementation of the ServerAdapter interface.
    Author:
    Sébastien Pennec
    • Constructor Detail

      • TomcatServerAdapter

        public TomcatServerAdapter​(org.apache.catalina.connector.Request tomcatRequest,
                                   org.apache.catalina.connector.Response tomcatResponse)