public class RedirectAllRequest extends Object
Constructor and Description |
---|
RedirectAllRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getHostName()
获取重定向请求时使用的主机名
|
String |
getProtocol()
Deprecated.
|
ProtocolEnum |
getRedirectProtocol()
获取重定向请求时使用的协议
|
void |
setHostName(String hostName)
设置重定向请求时使用的主机名
|
void |
setProtocol(String protocol)
Deprecated.
|
void |
setRedirectProtocol(ProtocolEnum protocol)
设置重定向请求时使用的协议
|
String |
toString() |
@Deprecated public String getProtocol()
getRedirectProtocol()
@Deprecated public void setProtocol(String protocol)
protocol
- 重定向请求时使用的协议setRedirectProtocol(ProtocolEnum protocol)
public ProtocolEnum getRedirectProtocol()
public void setRedirectProtocol(ProtocolEnum protocol)
protocol
- 重定向请求时使用的协议public String getHostName()
public void setHostName(String hostName)
hostName
- 重定向请求时使用的主机名Copyright © 2021. All rights reserved.