Interface AbstractClientTransport<C extends Context>


public interface AbstractClientTransport<C extends Context>
  • Method Details

    • getContext

      C getContext()
    • disconnect

      void disconnect(int reason, String message)
    • postMessage

      void postMessage(SshMessage msg, boolean kex)
    • sendNewKeys

      void sendNewKeys()