public class Remote extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Remote.RemoteBuilder |
| Modifier and Type | Method and Description |
|---|---|
static Remote.RemoteBuilder |
builder(String scheme,
String host,
int port) |
Duration |
getConnectTimeout() |
String |
getHost() |
String |
getPassword() |
String |
getPathPrefix() |
int |
getPort() |
String |
getScheme() |
Duration |
getSocketTimeout() |
String |
getUsername() |
public String getHost()
public String getScheme()
public int getPort()
public static Remote.RemoteBuilder builder(String scheme, String host, int port)
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.