Class JGitConnection


  • public class JGitConnection
    extends com.trilead.ssh2.Connection
    • Field Summary

      • Fields inherited from class com.trilead.ssh2.Connection

        identification
    • Constructor Summary

      Constructors 
      Constructor Description
      JGitConnection​(String hostname, int port)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.trilead.ssh2.ConnectionInfo connect​(com.trilead.ssh2.ServerHostKeyVerifier verifier)  
      • Methods inherited from class com.trilead.ssh2.Connection

        addConnectionMonitor, authenticateWithAgent, authenticateWithDSA, authenticateWithGssapiWithMic, authenticateWithKeyboardInteractive, authenticateWithKeyboardInteractive, authenticateWithNone, authenticateWithPassword, authenticateWithPublicKey, authenticateWithPublicKey, cancelRemotePortForwarding, close, connect, connect, connect, createLocalPortForwarder, createLocalPortForwarder, createLocalStreamForwarder, createSCPClient, enableDebugging, exec, forceKeyExchange, getAvailableCiphers, getAvailableMACs, getAvailableServerHostKeyAlgorithms, getConnectionInfo, getHostname, getPort, getReasonClosedCause, getRemainingAuthMethods, getVersionInfo, isAuthenticationComplete, isAuthenticationPartialSuccess, isAuthMethodAvailable, openSession, ping, requestRemotePortForwarding, sendIgnorePacket, sendIgnorePacket, setClient2ServerCiphers, setClient2ServerMACs, setDHGexParameters, setProxyData, setSecureRandom, setServer2ClientCiphers, setServer2ClientMACs, setServerHostKeyAlgorithms, setTCPNoDelay
    • Constructor Detail

      • JGitConnection

        public JGitConnection​(String hostname,
                              int port)
    • Method Detail

      • connect

        public com.trilead.ssh2.ConnectionInfo connect​(com.trilead.ssh2.ServerHostKeyVerifier verifier)
                                                throws IOException
        Overrides:
        connect in class com.trilead.ssh2.Connection
        Throws:
        IOException