JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
net.schmizz.sshj.transport
DisconnectListener
Contents
Description
Method Summary
Method Details
notifyDisconnect(DisconnectReason, String)
Hide sidebar
Show sidebar
Interface DisconnectListener
All Known Implementing Classes:
TransportImpl
public interface
DisconnectListener
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
notifyDisconnect
(
DisconnectReason
reason,
String
message)
Method Details
notifyDisconnect
void
notifyDisconnect
(
DisconnectReason
reason,
String
message)