Package 

Class NettyRequestAdapter

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

    
    public final class NettyRequestAdapter
     implements HttpServerRequestPort
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      NettyRequestAdapter(HttpMethod methodName, FullHttpRequest req, List<X509Certificate> certificateChain, InetSocketAddress address)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      List<ContentType> getAccept()
      Long getContentLength()
      HttpFields<QueryParameter> getQueryParameters()
      List<HttpPart> getParts()
      HttpFields<FormParameter> getFormParameters()
      HttpMethod getMethod()
      HttpProtocol getProtocol()
      String getHost()
      Integer getPort()
      String getPath()
      List<HttpCookie> getCookies()
      Object getBody()
      HttpFields<Header> getHeaders()
      ContentType getContentType()
      HttpAuthorization getAuthorization()
      List<X509Certificate> getCertificateChain()
      • Methods inherited from class com.hexagonkt.http.model.HttpRequest

        authorization, origin, partsMap, referer, url, userAgent
      • Methods inherited from class com.hexagonkt.http.model.HttpBase

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

        certificate
      • Methods inherited from class com.hexagonkt.http.model.HttpMessage

        cookiesMap
      • Methods inherited from class java.lang.Object

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