Package org.apache.sshd.common.util.io.functors
-
Interface Summary Interface Description IOFunction<T,R> Invokes some I/O function on the input returning some output and potentially throwing anIOException
in the process
Interface | Description |
---|---|
IOFunction<T,R> |
Invokes some I/O function on the input returning some output
and potentially throwing an
IOException in the process |