Interface HttpExtension

All Known Implementing Classes:
Http11Protocol, WebDavProtocol

public interface HttpExtension
Author:
brad
  • Method Details

    • getHandlers

      Set<Handler> getHandlers()
      Returns:
      - all method handlers that this extension supports.
    • getCustomPostHandlers

      List<CustomPostHandler> getCustomPostHandlers()