Package org.apache.sshd.common.util.io.functors
-
Interface Summary Interface Description Invoker<ARG,RET> The complement to theCallable
interface - accepts one argument and possibly throws somethingIOFunction<T,R> Invokes some I/O function on the input returning some output and potentially throwing anIOException
in the process