public class DefaultUriParameters extends Object implements UriParameters
UriParameters.| Constructor and Description |
|---|
DefaultUriParameters(HttpConstants.Protocols protocol,
String host,
Integer port) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
Integer |
getPort() |
HttpConstants.Protocols |
getScheme() |
public DefaultUriParameters(HttpConstants.Protocols protocol, String host, Integer port)
public HttpConstants.Protocols getScheme()
getScheme in interface UriParameterspublic String getHost()
getHost in interface UriParameterspublic Integer getPort()
getPort in interface UriParametersCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.