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,
Exception 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
SshException
void sendMessage(byte[] byteArray, boolean b) throws SshException
SshException
String getIdent()
String getHost()
Copyright © 2024. All rights reserved.