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

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

protected static class SftpSubsystem.FileHandle
extends SftpSubsystem.Handle


Constructor Summary
SftpSubsystem.FileHandle(SshFile sshFile, int flags)
           
 
Method Summary
 int getFlags()
           
 
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.FileHandle

public SftpSubsystem.FileHandle(SshFile sshFile,
                                int flags)
Method Detail

getFlags

public int getFlags()


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.