Uses of Class
com.github.inspektr.common.web.ClientInfo

Packages that use ClientInfo
com.github.inspektr.common.spi   
com.github.inspektr.common.web   
 

Uses of ClientInfo in com.github.inspektr.common.spi
 

Methods in com.github.inspektr.common.spi that return ClientInfo
 ClientInfo DefaultClientInfoResolver.resolveFrom(org.aspectj.lang.JoinPoint joinPoint, Object retVal)
           
 ClientInfo ClientInfoResolver.resolveFrom(org.aspectj.lang.JoinPoint joinPoint, Object retVal)
          Resolve the ClientInfo from the provided arguments and return value.
 

Uses of ClientInfo in com.github.inspektr.common.web
 

Fields in com.github.inspektr.common.web declared as ClientInfo
static ClientInfo ClientInfo.EMPTY_CLIENT_INFO
           
 

Methods in com.github.inspektr.common.web that return ClientInfo
static ClientInfo ClientInfoHolder.getClientInfo()
           
 

Methods in com.github.inspektr.common.web with parameters of type ClientInfo
static void ClientInfoHolder.setClientInfo(ClientInfo clientInfo)
           
 



Copyright © 2007-2012 Rutgers, the State University of New Jersey. All Rights Reserved.