Class ExtHandshakeVHostExtensionProcessor

    • Constructor Detail

      • ExtHandshakeVHostExtensionProcessor

        public ExtHandshakeVHostExtensionProcessor()
    • Method Detail

      • getPatternList

        public java.util.List getPatternList()
        Description copied from interface: ExtensionProcessor
        The list of patterns that this ExtensionProcessor wants to be associated with in addition to the patterns specified by the WebExtensionFactory that created this ExtensionProcessor.
        Specified by:
        getPatternList in interface ExtensionProcessor
        Returns:
        patternList
      • handleRequest

        public void handleRequest​(jakarta.servlet.ServletRequest req,
                                  jakarta.servlet.ServletResponse res)
                           throws java.lang.Exception
        Specified by:
        handleRequest in interface RequestProcessor
        Throws:
        java.lang.Exception
      • isInternal

        public boolean isInternal()
        Specified by:
        isInternal in interface RequestProcessor
        Returns:
        boolean Returns true if this request processor is for internal use only