public interface SshMessageReader
Modifier and Type | Method and Description |
---|---|
ExecutorService |
getExecutorService() |
String |
getHostname() |
String |
getIdent() |
String |
getUuid() |
boolean |
isConnected() |
byte[] |
nextMessage(long timeout) |
ExecutorService getExecutorService()
byte[] nextMessage(long timeout) throws SshException
SshException
boolean isConnected()
String getHostname()
String getIdent()
String getUuid()
Copyright © 2024. All rights reserved.