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()
-