Package net.webpdf.wsclient.openapi
Class ServerConfigProxy
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ServerConfigProxy
-
public class ServerConfigProxy extends Object
Defines proxy configuration for the connector.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_HOSTstatic StringJSON_PROPERTY_PORTstatic StringJSON_PROPERTY_SCHEME
-
Constructor Summary
Constructors Constructor Description ServerConfigProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetHost()The proxy host's name.@Nullable IntegergetPort()The port on which the proxy listens@Nullable StringgetScheme()The protocol scheme for the proxy (e.ginthashCode()ServerConfigProxyhost(String host)ServerConfigProxyport(Integer port)ServerConfigProxyscheme(String scheme)voidsetHost(String host)voidsetPort(Integer port)voidsetScheme(String scheme)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_HOST
public static final String JSON_PROPERTY_HOST
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PORT
public static final String JSON_PROPERTY_PORT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SCHEME
public static final String JSON_PROPERTY_SCHEME
- See Also:
- Constant Field Values
-
-
Method Detail
-
host
public ServerConfigProxy host(String host)
-
getHost
@Nullable public @Nullable String getHost()
The proxy host's name.- Returns:
- host
-
setHost
public void setHost(String host)
-
port
public ServerConfigProxy port(Integer port)
-
getPort
@Nullable public @Nullable Integer getPort()
The port on which the proxy listens.\".- Returns:
- port
-
setPort
public void setPort(Integer port)
-
scheme
public ServerConfigProxy scheme(String scheme)
-
getScheme
@Nullable public @Nullable String getScheme()
The protocol scheme for the proxy (e.g. \"http\" or \"https\").- Returns:
- scheme
-
setScheme
public void setScheme(String scheme)
-
-