Package com.loop54.user
Interface IRemoteClientInfoProvider
public interface IRemoteClientInfoProvider
An interface for creating
IRemoteClientInfo.-
Method Summary
Modifier and TypeMethodDescriptionCreates and returns aIRemoteClientInfothat contains information of the current, calling end-user (headers, cookies etc)
-
Method Details
-
getRemoteClientInfo
IRemoteClientInfo getRemoteClientInfo()Creates and returns aIRemoteClientInfothat contains information of the current, calling end-user (headers, cookies etc)- Returns:
- A new
IRemoteClientInfo.
-