Package 

Interface HttpHandler

  • All Implemented Interfaces:
    com.hexagonkt.core.handlers.Handler , com.hexagonkt.http.server.handlers.ServerHandler

    
    public interface HttpHandler
     implements ServerHandler, Handler<HttpServerCall>
                        
    • 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, HttpFields<QueryParameter> queryParameters, HttpFields<Header> headers, Object body, List<HttpPart> parts, HttpFields<FormParameter> formParameters, List<HttpCookie> cookies, ContentType contentType, List<X509Certificate> certificateChain, List<ContentType> accept, Long contentLength)
      abstract HttpServerPredicate getServerPredicate()
      • Methods inherited from class com.hexagonkt.core.handlers.Handler

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

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