public abstract class AbstractRequestConfig extends Object
| Constructor and Description |
|---|
AbstractRequestConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
String |
getPath() |
Integer |
getPort() |
List<QueryConfig> |
getQueryConfigs() |
RemoteEndpointConfig |
getRemoteEndpointConfig() |
void |
setHost(String host) |
void |
setPath(String path) |
void |
setPort(Integer port) |
void |
setQueryConfigs(List<QueryConfig> queryConfigs) |
void |
setRemoteEndpointConfig(RemoteEndpointConfig remoteEndpointConfig) |
public String getHost()
public void setHost(String host)
host - the host to setpublic Integer getPort()
public void setPort(Integer port)
port - the port to setpublic String getPath()
public void setPath(String path)
path - the path to setpublic List<QueryConfig> getQueryConfigs()
public void setQueryConfigs(List<QueryConfig> queryConfigs)
queryConfigs - The query parameters to set.public RemoteEndpointConfig getRemoteEndpointConfig()
public void setRemoteEndpointConfig(RemoteEndpointConfig remoteEndpointConfig)
remoteEndpointConfig - the remoteEndpointConfig to setCopyright © 2019–2024 Teslanet.nl. All rights reserved.