org.apache.sshd.server.sftp
Class SftpSubsystem.DirectoryHandle

java.lang.Object
  extended by org.apache.sshd.server.sftp.SftpSubsystem.Handle
      extended by org.apache.sshd.server.sftp.SftpSubsystem.DirectoryHandle
Enclosing class:
SftpSubsystem

protected static class SftpSubsystem.DirectoryHandle
extends SftpSubsystem.Handle


Constructor Summary
SftpSubsystem.DirectoryHandle(SshFile file)
           
 
Method Summary
 boolean isDone()
           
 void setDone(boolean done)
           
 
Methods inherited from class org.apache.sshd.server.sftp.SftpSubsystem.Handle
close, getFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SftpSubsystem.DirectoryHandle

public SftpSubsystem.DirectoryHandle(SshFile file)
Method Detail

isDone

public boolean isDone()

setDone

public void setDone(boolean done)


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.