public class HttpClientInfo extends Object implements ClientInfo
| Modifier and Type | Field and Description |
|---|---|
static String |
MOBILE_BROWSER_TYPE |
static String |
PDA_BROWSER_TYPE |
static String |
STANDARD_BROWSER_TYPE |
DEFAULT| Constructor and Description |
|---|
HttpClientInfo(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientName() |
String |
getClientType() |
String |
getIpAddress() |
String |
getPreferredMimeType() |
String |
getRemoteUser() |
String |
getUserAgentPattern() |
public static final String STANDARD_BROWSER_TYPE
public static final String MOBILE_BROWSER_TYPE
public static final String PDA_BROWSER_TYPE
public HttpClientInfo(javax.servlet.http.HttpServletRequest request)
public String getClientType()
getClientType in interface ClientInfopublic String getRemoteUser()
getRemoteUser in interface ClientInfopublic String getIpAddress()
getIpAddress in interface ClientInfopublic String getClientName()
getClientName in interface ClientInfopublic String getPreferredMimeType()
public String getUserAgentPattern()
Copyright © 2014 eXo Platform SAS. All Rights Reserved.