Package 

Interface HttpHandler

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract HttpHandler addPrefix(String prefix)
      HttpServerResponse process(HttpServerRequestPort request)
      HttpServerResponse process(HttpMethod method, HttpProtocol protocol, String host, Integer port, String path, QueryParameters queryParameters, Headers headers, Object body, List<HttpPart> parts, FormParameters formParameters, List<Cookie> cookies, ContentType contentType, List<X509Certificate> certificateChain, List<ContentType> accept, Long contentLength)
      abstract HttpServerPredicate getServerPredicate()
      • Methods inherited from class com.hexagonkt.handlers.Handler

        getCallback, getPredicate, process, process
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait