Package | Description |
---|---|
com.maverick.agent.client |
Modifier and Type | Method and Description |
---|---|
static AgentSocketType |
AgentSocketType.valueOf(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 Socket |
SshAgentClient.connectAgentSocket(String location,
AgentSocketType type)
Connect a socket to the agent at the location specified.
|
static SshAgentClient |
SshAgentClient.connectLocalAgent(String application,
String location,
AgentSocketType type,
boolean RFCAgent)
Connect to the local agent.
|
Constructor and Description |
---|
AgentForwardingChannelFactory(String location,
AgentSocketType socketType) |
Copyright © 2024. All rights reserved.