public final class ClientInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static ClientInfo |
EMPTY_CLIENT_INFO |
| Constructor and Description |
|---|
ClientInfo(javax.servlet.http.HttpServletRequest request) |
ClientInfo(javax.servlet.http.HttpServletRequest request,
String alternateLocation) |
ClientInfo(String serverIpAddress,
String clientIpAddress) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientIpAddress() |
String |
getServerIpAddress() |
public static ClientInfo EMPTY_CLIENT_INFO
public ClientInfo(javax.servlet.http.HttpServletRequest request)
public ClientInfo(javax.servlet.http.HttpServletRequest request,
String alternateLocation)
Copyright © 2007-2015 Jasig. All Rights Reserved.