tyrus
tyrus copied to clipboard
Provide a way how to get low-level info about the session.
Something similar to what ServletRequest [1] provides:
java.lang.String getLocalAddr() java.lang.String getLocalHost() int getLocalPort() java.lang.String getRemoteAddr() java.lang.String getRemoteHost() int getRemotePort()
[1] http://docs.oracle.com/javaee/6/api/javax/servlet/ServletRequest.html
Affected Versions
[1.8]