Package org.eclipse.jgit.transport.sshd.agent
Service provider interfaces for connecting to an SSH agent. Implementations
are discovered via the
ServiceLoader, or can be set
explicitly on a SshdSessionFactory.-
Interface Summary Interface Description Connector Simple interface for connecting to something and making RPC-style request-reply calls.ConnectorFactory A factory for creatingConnectors.ConnectorFactory.ConnectorDescriptor -
Class Summary Class Description AbstractConnector Provides some utility methods for implementingConnectors.