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 Summary

    Modifier and Type
    Method
    Description
    newHttpUpgrader(org.eclipse.jetty.http.HttpVersion version)
     
  • Method Details

    • newHttpUpgrader

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