Class SftpClient.CloseableHandle

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, java.nio.channels.Channel
    Direct Known Subclasses:
    DefaultCloseableHandle
    Enclosing interface:
    SftpClient

    public abstract static class SftpClient.CloseableHandle
    extends SftpClient.Handle
    implements java.nio.channels.Channel, java.io.Closeable
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CloseableHandle​(java.lang.String path, byte[] id)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.nio.channels.Channel

        close, isOpen
    • Constructor Detail

      • CloseableHandle

        protected CloseableHandle​(java.lang.String path,
                                  byte[] id)