public class RequestQueryInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
context |
String |
host |
int |
port |
String |
protocol |
RequestQuery |
q |
String |
url |
| Constructor and Description |
|---|
RequestQueryInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContext() |
String |
getHost() |
int |
getPort() |
String |
getProtocol() |
RequestQuery |
getQ() |
String |
getUrl() |
RequestQueryInfo |
setContext(String context) |
RequestQueryInfo |
setHost(String host) |
RequestQueryInfo |
setPort(int port) |
RequestQueryInfo |
setProtocol(String protocol) |
RequestQueryInfo |
setQ(RequestQuery q) |
RequestQueryInfo |
setUrl(String url) |
public String url
public String protocol
public String host
public String context
public int port
public RequestQuery q
public String getUrl()
public RequestQueryInfo setUrl(String url)
public String getProtocol()
public RequestQueryInfo setProtocol(String protocol)
public String getHost()
public RequestQueryInfo setHost(String host)
public String getContext()
public RequestQueryInfo setContext(String context)
public int getPort()
public RequestQueryInfo setPort(int port)
public RequestQuery getQ()
public RequestQueryInfo setQ(RequestQuery q)
Copyright © 2026 vpc open source initiative. All rights reserved.