Class Netty4HttpRequest

    • Method Detail

      • request

        public io.netty.handler.codec.http.FullHttpRequest request()
      • uri

        public java.lang.String uri()
        Specified by:
        uri in class RestRequest
      • getRemoteAddress

        public java.net.SocketAddress getRemoteAddress()
        Returns the remote address where this rest request channel is "connected to". The returned SocketAddress is supposed to be down-cast into more concrete type such as InetSocketAddress to retrieve the detailed information.
        Overrides:
        getRemoteAddress in class RestRequest
      • getLocalAddress

        public java.net.SocketAddress getLocalAddress()
        Returns the local address where this request channel is bound to. The returned SocketAddress is supposed to be down-cast into more concrete type such as InetSocketAddress to retrieve the detailed information.
        Overrides:
        getLocalAddress in class RestRequest
      • getChannel

        public io.netty.channel.Channel getChannel()