public class RequestInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Locale |
locale
The locale.
|
protected int |
port
The port.
|
protected String |
remoteUser
The remote user.
|
protected String |
scheme
The scheme.
|
protected String |
serverName
The server name.
|
| Constructor and Description |
|---|
RequestInfo(String scheme,
String serverName,
int port,
String remoteUser)
Instantiates a new request info.
|
RequestInfo(String scheme,
String serverName,
int port,
String remoteUser,
Locale locale)
Instantiates a new request info.
|
| Modifier and Type | Method and Description |
|---|---|
Locale |
getLocale()
Gets the locale.
|
int |
getPort()
Gets the port.
|
String |
getRemoteUser()
Gets the remote user.
|
String |
getScheme()
Gets the scheme.
|
String |
getServerName()
Gets the server name.
|
protected String scheme
protected String serverName
protected int port
protected String remoteUser
protected Locale locale
public RequestInfo(String scheme, String serverName, int port, String remoteUser)
scheme - the schemeserverName - the server nameport - the portremoteUser - the remote userpublic String getScheme()
public String getServerName()
public int getPort()
public String getRemoteUser()
public Locale getLocale()
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.