获取io.netty.handler.codec.http.HttpRequest的基础uri

时间:2016-03-29 09:29:44

标签: httprequest uri netty

在netty HttpRequest中,只有一个方法request.getUri()返回host:port之后的路径。有什么办法可以单独获取整个url或host:port值吗?

1 个答案:

答案 0 :(得分:0)

您需要通过服务器端的Channel.localAddress()从频道构建此内容。