Package | Description |
---|---|
com.sshtools.agent.client |
Modifier and Type | Method and Description |
---|---|
static AgentSocketType |
AgentSocketType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AgentSocketType[] |
AgentSocketType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.net.Socket |
SshAgentClient.connectAgentSocket(java.lang.String location,
AgentSocketType type)
Connect a socket to the agent at the location specified.
|
static SshAgentClient |
SshAgentClient.connectLocalAgent(java.lang.String application,
java.lang.String location,
AgentSocketType type,
boolean RFCAgent)
Connect to the local agent.
|
Copyright © 2022. All rights reserved.