Package 

Interface HttpServerRequestPort

  • All Implemented Interfaces:
    com.hexagonkt.http.model.HttpBase , com.hexagonkt.http.model.HttpMessage , com.hexagonkt.http.model.HttpRequest

    
    public interface HttpServerRequestPort
     implements HttpRequest
                        
    • 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
      X509Certificate certificate()
      abstract List<X509Certificate> getCertificateChain()
      abstract Long getContentLength()
      • Methods inherited from class com.hexagonkt.http.model.HttpBase

        bodyString, getBody, getContentType, getHeaders
      • Methods inherited from class com.hexagonkt.http.model.HttpMessage

        cookiesMap, getCookies
      • Methods inherited from class com.hexagonkt.http.model.HttpRequest

        getAccept, getFormParameters, getHost, getMethod, getParts, getPath, getPort, getProtocol, getQueryParameters, origin, partsMap, referer, url, userAgent
      • Methods inherited from class java.lang.Object

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