public interface AbstractClientTransport
| Modifier and Type | Method and Description |
|---|---|
void |
debug(org.slf4j.Logger log,
String msg,
Object... args) |
void |
disconnect(int keyExchangeFailed,
String string) |
void |
error(org.slf4j.Logger log,
String msg,
Throwable e) |
Ssh2Context |
getContext() |
String |
getHost() |
String |
getIdent() |
void |
info(org.slf4j.Logger log,
String msg,
Object... args) |
byte[] |
nextMessage(long timeout) |
void |
sendMessage(byte[] byteArray,
boolean b) |
void disconnect(int keyExchangeFailed,
String string)
Ssh2Context getContext()
byte[] nextMessage(long timeout)
throws SshException
SshExceptionvoid sendMessage(byte[] byteArray,
boolean b)
throws SshException
SshExceptionString getIdent()
String getHost()
Copyright © 2025. All rights reserved.