JavaScript is disabled on your browser.
Skip navigation links
Keycloak Docs Distribution 22.0.5
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.keycloak.common
Interface ClientConnection
public interface
ClientConnection
Information about the client connection
Version:
$Revision: 1 $
Author:
Bill Burke
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getLocalAddr
()
int
getLocalPort
()
String
getRemoteAddr
()
String
getRemoteHost
()
int
getRemotePort
()
Method Details
getRemoteAddr
String
getRemoteAddr
()
getRemoteHost
String
getRemoteHost
()
getRemotePort
int
getRemotePort
()
getLocalAddr
String
getLocalAddr
()
getLocalPort
int
getLocalPort
()