RESTEasy 和客户端 IP 地址
我在我的应用程序中使用 RESTEasy 服务,现在我被迫获取客户端 IP 地址。所以问题是...我怎样才能做到这一点? 提前致谢
已编辑 我刚刚找到了一个带有 servlet 过滤器的解决方案...但是仍然...可以在 RESTEasy 服务内部完成吗?
I'm using RESTEasy services in my application and now I'm forced to get the clients IP addresses. So the question is... how can I do that?.
Thanks in advance
EDITED I've just came to a solution with servlet filter... but still.. can that be done inside of RESTEasy service?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在资源中注释上下文,如下所示:
You can annotate a Context in your resource like this: