Interface Http2InboundConnection

All Superinterfaces:
HttpInboundConnection

public interface Http2InboundConnection extends HttpInboundConnection
Representation of an inbound HTTP connection that the dispatcher will provide to containers.
  • Method Details

    • isHTTP2UpgradeRequest

      boolean isHTTP2UpgradeRequest(Map<String,String> map, boolean checkEnabledOnly)
      Determine if a request is an http2 upgrade request
    • handleHTTP2UpgradeRequest

      boolean handleHTTP2UpgradeRequest(Map<String,String> map)
      Determine if a map of headers contains an http2 upgrade header