eXo Kernel :: Container 2.4.4-CLD

org.exoplatform.container.client.http
Class HttpClientInfo

java.lang.Object
  extended by org.exoplatform.container.client.http.HttpClientInfo
All Implemented Interfaces:
ClientInfo

public class HttpClientInfo
extends Object
implements ClientInfo

Since:
Jan 12, 2005
Version:
$Id: HttpClientInfo.java 5799 2006-05-28 17:55:42Z geaz $
Author:
Tuan Nguyen (tuan08@users.sourceforge.net)

Field Summary
static String MOBILE_BROWSER_TYPE
           
static String PDA_BROWSER_TYPE
           
static String STANDARD_BROWSER_TYPE
           
 
Fields inherited from interface org.exoplatform.container.client.ClientInfo
DEFAULT
 
Constructor Summary
HttpClientInfo(javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 String getClientName()
           
 String getClientType()
           
 String getIpAddress()
           
 String getPreferredMimeType()
           
 String getRemoteUser()
           
 String getUserAgentPattern()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STANDARD_BROWSER_TYPE

public static final String STANDARD_BROWSER_TYPE
See Also:
Constant Field Values

MOBILE_BROWSER_TYPE

public static final String MOBILE_BROWSER_TYPE
See Also:
Constant Field Values

PDA_BROWSER_TYPE

public static final String PDA_BROWSER_TYPE
See Also:
Constant Field Values
Constructor Detail

HttpClientInfo

public HttpClientInfo(javax.servlet.http.HttpServletRequest request)
Method Detail

getClientType

public String getClientType()
Specified by:
getClientType in interface ClientInfo

getRemoteUser

public String getRemoteUser()
Specified by:
getRemoteUser in interface ClientInfo

getIpAddress

public String getIpAddress()
Specified by:
getIpAddress in interface ClientInfo

getClientName

public String getClientName()
Specified by:
getClientName in interface ClientInfo

getPreferredMimeType

public String getPreferredMimeType()

getUserAgentPattern

public String getUserAgentPattern()

eXo Kernel :: Container 2.4.4-CLD

Copyright © 2013 eXo Platform SAS. All Rights Reserved.