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

java.lang.Object
  extended by org.apache.sshd.server.sftp.SftpSubsystem.Handle
Direct Known Subclasses:
SftpSubsystem.DirectoryHandle, SftpSubsystem.FileHandle
Enclosing class:
SftpSubsystem

protected abstract static class SftpSubsystem.Handle
extends Object


Constructor Summary
SftpSubsystem.Handle(SshFile file)
           
 
Method Summary
 void close()
           
 SshFile getFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SftpSubsystem.Handle

public SftpSubsystem.Handle(SshFile file)
Method Detail

getFile

public SshFile getFile()

close

public void close()
           throws IOException
Throws:
IOException


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