Package org.keycloak.common
Interface ClientConnection
public interface ClientConnection
Information about the client connection
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Method Summary
Modifier and TypeMethodDescriptionint
int
-
Method Details
-
getRemoteAddr
String getRemoteAddr()- Returns:
- the IP address as a string if it is available, otherwise null
-
getRemoteHost
String getRemoteHost()- Returns:
- the remote host, which will be an IP address or whatever is provided via proxy headers
-
getRemotePort
int getRemotePort() -
getLocalAddr
String getLocalAddr() -
getLocalPort
int getLocalPort()
-