如何从 java.lang.Object getClientInfo() 获取 WTSClientAddress
在我们当前的 Web 应用程序之一中,我们使用 getClientInfo() 来自 java.lang.Object 引用非常适合获取系统的客户端 IP 地址。
然而,我们最近开始在我们的组织中使用 Windows 终端服务器,并且我们现在遇到了此代码返回终端服务器的 IP 地址而不是运行 TS 会话的系统的 IP 地址的问题。
我知道有本机 Windows 函数可以使用 user32.dll
的WTSQuerySessionInformation
函数,然后访问WTSClientAddress
获取会话 IP。
但是,我不知道如何在 Oracle Forms Java 开发环境中访问此类信息。
有谁知道我如何使用 WTSQuerySessionInformation API
中的 WTSClientAddress
参数来执行此操作?
In one of our current web application we are using the getClientInfo() from a java.lang.Object reference in our Oracle Forms application which works great for egtting the client IP address of a system.
However we recently started to use Windows Terminal Servers in our organization, and we are now having the problem with this code returning back the IP address of the terminal server and not the IP address of the of the system which is running the TS session.
I know there is native windows function that can return the session IP using the WTSQuerySessionInformation
function of user32.dll
, and then access the pointer to WTSClientAddress
to get the session IP.
However, I don't know how to access this type of information within the Oracle Forms Java development environment.
Does anyone know how I might got about doing this using the WTSClientAddress
parameter from the WTSQuerySessionInformation API
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论