Class FullHttpRequestContext

  • All Implemented Interfaces:
    org.analogweb.RequestContext

    public class FullHttpRequestContext
    extends org.analogweb.core.AbstractRequestContext
    Author:
    snowgooseyk
    • Constructor Detail

      • FullHttpRequestContext

        public FullHttpRequestContext​(io.netty.handler.codec.http.FullHttpRequest ex,
                                      org.analogweb.RequestPath requestPath,
                                      Locale defaultLocale)
    • Method Detail

      • getFullHttpRequest

        protected io.netty.handler.codec.http.FullHttpRequest getFullHttpRequest()
      • getRequestBody

        public org.analogweb.ReadableBuffer getRequestBody()
                                                    throws IOException
        Throws:
        IOException
      • getRequestHeaders

        public org.analogweb.Headers getRequestHeaders()
      • getRequestMethod

        public String getRequestMethod()