Class ConnectRequestFuture

java.lang.Object
com.sshtools.common.ssh.AbstractRequestFuture
com.sshtools.synergy.nio.ConnectRequestFuture
All Implemented Interfaces:
RequestFuture

public class ConnectRequestFuture extends AbstractRequestFuture
  • Method Details

    • connected

      public void connected(ProtocolEngine transport, Connection<?> con)
    • getTransport

      public ProtocolEngine getTransport()
    • getConnection

      public Connection<?> getConnection()
    • getHost

      public String getHost()
    • getPort

      public int getPort()
    • getLastError

      public Throwable getLastError()
    • setLastError

      public void setLastError(Throwable exception)