Interface HttpUpgrader.Factory

  • Enclosing interface:
    HttpUpgrader

    public static interface HttpUpgrader.Factory

    A factory for HttpUpgraders.

    A Request subclass should implement this interface if it wants to create a specific HttpUpgrader.

    • Method Detail

      • newHttpUpgrader

        HttpUpgrader newHttpUpgrader​(org.eclipse.jetty.http.HttpVersion version)