Uses of Interface
org.apache.sshd.common.future.GlobalRequestFuture.ReplyHandler
-
Packages that use GlobalRequestFuture.ReplyHandler Package Description org.apache.sshd.common.future org.apache.sshd.common.session org.apache.sshd.common.session.helpers -
-
Uses of GlobalRequestFuture.ReplyHandler in org.apache.sshd.common.future
Fields in org.apache.sshd.common.future declared as GlobalRequestFuture.ReplyHandler Modifier and Type Field Description private GlobalRequestFuture.ReplyHandler
GlobalRequestFuture. handler
Methods in org.apache.sshd.common.future that return GlobalRequestFuture.ReplyHandler Modifier and Type Method Description GlobalRequestFuture.ReplyHandler
GlobalRequestFuture. getHandler()
Retrieves theGlobalRequestFuture.ReplyHandler
of this future, if any.Constructors in org.apache.sshd.common.future with parameters of type GlobalRequestFuture.ReplyHandler Constructor Description GlobalRequestFuture(java.lang.String request, GlobalRequestFuture.ReplyHandler handler)
Creates a newGlobalRequestFuture
for a global request. -
Uses of GlobalRequestFuture.ReplyHandler in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session with parameters of type GlobalRequestFuture.ReplyHandler Modifier and Type Method Description GlobalRequestFuture
Session. request(Buffer buffer, java.lang.String request, GlobalRequestFuture.ReplyHandler replyHandler)
Send a global request and handle the reply asynchronously. -
Uses of GlobalRequestFuture.ReplyHandler in org.apache.sshd.common.session.helpers
Methods in org.apache.sshd.common.session.helpers with parameters of type GlobalRequestFuture.ReplyHandler Modifier and Type Method Description GlobalRequestFuture
AbstractSession. request(Buffer buffer, java.lang.String request, GlobalRequestFuture.ReplyHandler replyHandler)
-