Interface ProxyConnectionData

All Superinterfaces:
ProxyErrorReceiver

public interface ProxyConnectionData extends ProxyErrorReceiver
  • Method Details

    • getRemoteAddress

      SocketAddress getRemoteAddress()
    • getRemoteUserName

      String getRemoteUserName()
    • getKeyPair

      KeyPair getKeyPair()
    • getRemotePassword

      String getRemotePassword()
    • getMapPathFrom

      String getMapPathFrom()
    • getMapPathTo

      String getMapPathTo()
    • getConnectionDescription

      String getConnectionDescription()
    • getRemoteHost

      String getRemoteHost()
    • getRemotePort

      Integer getRemotePort()
    • getErrorReceiver

      ProxyErrorReceiver getErrorReceiver()