标签: httprequest uri netty
在netty HttpRequest中,只有一个方法request.getUri()返回host:port之后的路径。有什么办法可以单独获取整个url或host:port值吗?
答案 0 :(得分:0)
您需要通过服务器端的Channel.localAddress()从频道构建此内容。
Channel.localAddress()