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