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()
      abstract List<ContentType> getAccept()
      abstract Object getBody()
      abstract ContentType getContentType()
      abstract List<HttpCookie> getCookies()
      abstract HttpFields<FormParameter> getFormParameters()
      abstract HttpFields<Header> getHeaders()
      abstract String getHost()
      abstract HttpMethod getMethod()
      abstract List<HttpPartPort> getParts()
      abstract String getPath()
      abstract Integer getPort()
      abstract HttpProtocol getProtocol()
      abstract HttpFields<QueryParameter> getQueryParameters()
      • Methods inherited from class com.hexagonkt.http.model.HttpMessage

        bodyString
      • Methods inherited from class com.hexagonkt.http.model.HttpRequest

        cookiesMap
      • Methods inherited from class com.hexagonkt.http.server.model.HttpServerRequestPort

        origin, partsMap, referer, url, userAgent
      • Methods inherited from class java.lang.Object

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