Interface AsyncCommandInputStreamAware

  • All Known Subinterfaces:
    AsyncCommand, AsyncCommandStreamsAware
    All Known Implementing Classes:
    SftpSubsystem
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface AsyncCommandInputStreamAware
    • Method Detail

      • setIoInputStream

        void setIoInputStream​(IoInputStream in)
        Set the input stream that can be used by the shell to read input.
        Parameters:
        in - The IoInputStream used by the shell to read input