Interface AcceptNegotiator<H>

All Known Implementing Classes:
AcceptNegotiatorImpl

public interface AcceptNegotiator<H>
Negotiates the acceptable handler for the HttpRequest.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    H[]
    Obtains the acceptable handlers for the HttpRequest.
  • Method Details

    • getHandler

      H[] getHandler(HttpRequest request)
      Obtains the acceptable handlers for the HttpRequest.
      Parameters:
      request - HttpRequest.
      Returns:
      Acceptable handlers, or null if no acceptable handlers.