Groovy Documentation

org.hidetake.gradle.ssh.internal.connection
[Groovy] Class DefaultConnectionManager

java.lang.Object
  org.hidetake.gradle.ssh.internal.connection.DefaultConnectionManager
All Implemented Interfaces:
ConnectionManager

@Slf4j
class DefaultConnectionManager

A default implementation of ConnectionManager.

Authors:
hidetake.org


Field Summary
protected static java.lang.Object LOCALHOST

protected java.lang.Object remoteIdentityRepository

 
Constructor Summary
DefaultConnectionManager(ConnectionSettings connectionSettings1)

 
Method Summary
Connection connect(Remote remote)

void waitAndClose()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

LOCALHOST

protected static final java.lang.Object LOCALHOST


remoteIdentityRepository

@Lazy
protected java.lang.Object remoteIdentityRepository


 
Constructor Detail

DefaultConnectionManager

DefaultConnectionManager(ConnectionSettings connectionSettings1)


 
Method Detail

connect

@Override
Connection connect(Remote remote)


waitAndClose

@Override
void waitAndClose()


 

Groovy Documentation