Uses of Enum
com.sshtools.agent.client.AgentSocketType
Packages that use AgentSocketType
-
Uses of AgentSocketType in com.sshtools.agent
Methods in com.sshtools.agent with parameters of type AgentSocketTypeModifier and TypeMethodDescriptionAgentProvider.client
(String application, String location, AgentSocketType type, boolean RFCAgent) AgentProvider.server
(String location, AgentSocketType type) -
Uses of AgentSocketType in com.sshtools.agent.client
Methods in com.sshtools.agent.client that return AgentSocketTypeModifier and TypeMethodDescriptionstatic AgentSocketType
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.Methods in com.sshtools.agent.client with parameters of type AgentSocketTypeModifier and TypeMethodDescriptionstatic SshAgentClient
SshAgentClient.connectLocalAgent
(String application, String location, AgentSocketType type, boolean RFCAgent) Connect to the local agent. -
Uses of AgentSocketType in com.sshtools.agent.server
Methods in com.sshtools.agent.server with parameters of type AgentSocketTypeModifier and TypeMethodDescriptionvoid
SshAgentServer.startListener
(String location, AgentSocketType type)