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
Methods in org.apache.sshd.common.future that return GlobalRequestFuture.ReplyHandler Modifier and Type Method Description GlobalRequestFuture.ReplyHandlerGlobalRequestFuture. getHandler()Retrieves theGlobalRequestFuture.ReplyHandlerof this future, if any.Constructors in org.apache.sshd.common.future with parameters of type GlobalRequestFuture.ReplyHandler Constructor Description GlobalRequestFuture(String request, GlobalRequestFuture.ReplyHandler handler)Creates a newGlobalRequestFuturefor 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 GlobalRequestFutureSession. request(Buffer buffer, 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 GlobalRequestFutureAbstractSession. request(Buffer buffer, String request, GlobalRequestFuture.ReplyHandler replyHandler)
-