@Deprecated public final class ChannelContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelContext.Builder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ChannelContext.Builder |
builder(String hostname)
Deprecated.
|
File |
getConfig()
Deprecated.
|
com.google.common.base.Optional<Integer> |
getConnectTimeout()
Deprecated.
|
String |
getEncoding()
Deprecated.
|
String |
getHostname()
Deprecated.
|
File |
getKnownHosts()
Deprecated.
|
Properties |
getOptions()
Deprecated.
|
int |
getPort()
Deprecated.
|
List<File> |
getPrivateKeyFiles()
Deprecated.
|
List<String> |
getPrivateKeys()
Deprecated.
|
com.google.common.base.Optional<String> |
getUsername()
Deprecated.
|
int |
getWaitForClosedSleepMillis()
Deprecated.
|
boolean |
isDebug()
Deprecated.
|
boolean |
isEcho()
Deprecated.
|
boolean |
isIncludeDefaultPrivateKeyLocations()
Deprecated.
|
boolean |
isRequestPseudoTerminal()
Deprecated.
|
boolean |
isStrictHostKeyChecking()
Deprecated.
|
boolean |
isUseConfigFile()
Deprecated.
|
boolean |
isUseKnownHosts()
Deprecated.
|
public static ChannelContext.Builder builder(String hostname)
public com.google.common.base.Optional<String> getUsername()
public String getHostname()
public int getPort()
public com.google.common.base.Optional<Integer> getConnectTimeout()
public String getEncoding()
public Properties getOptions()
public boolean isStrictHostKeyChecking()
public boolean isRequestPseudoTerminal()
public File getKnownHosts()
public boolean isUseConfigFile()
public boolean isUseKnownHosts()
public boolean isIncludeDefaultPrivateKeyLocations()
public int getWaitForClosedSleepMillis()
public List<File> getPrivateKeyFiles()
public List<String> getPrivateKeys()
public boolean isEcho()
public boolean isDebug()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.