Package | Description |
---|---|
org.apache.sshd.sftp | |
org.apache.sshd.sftp.reply | |
org.apache.sshd.sftp.request | |
org.apache.sshd.sftp.subsystem |
Modifier and Type | Method and Description |
---|---|
Handle |
SftpSession.createDirectoryHandle(SshFile file) |
Handle |
SftpSession.createFileHandle(SshFile file,
int flags) |
Handle |
SftpSession.getHandle(String id) |
Modifier and Type | Method and Description |
---|---|
Handle |
SshFxpHandleReply.getHandle()
Returns the handle.
|
Constructor and Description |
---|
SshFxpHandleReply(int id,
Handle handle)
Creates a SshFxpHandleReply instance.
|
Modifier and Type | Method and Description |
---|---|
Handle |
SshFxpReadRequest.getHandle()
Returns the according handle.
|
Handle |
SshFxpCloseRequest.getHandle()
Returns the according handle.
|
Handle |
SshFxpWriteRequest.getHandle()
Returns the according handle.
|
Constructor and Description |
---|
SshFxpCloseRequest(int id,
String handleId,
Handle handle)
Create SshFxpCloseRequest instance.
|
SshFxpFstatRequest(int id,
String handle,
Handle handleRef)
Creates a SshFxpFstatRequest instance.
|
SshFxpReaddirRequest(int id,
String handleId,
Handle handle)
Creates a SshFxpReaddirRequest instance.
|
SshFxpReadRequest(int id,
String handleId,
long offset,
int length,
Handle handle)
Creates a SshFxpReadRequest instance.
|
SshFxpWriteRequest(int id,
String handleId,
long offset,
byte[] data,
Handle handle)
Creates a SshFxpWriteRequest instance.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseHandle |
class |
DirectoryHandle |
class |
FileHandle |
Modifier and Type | Method and Description |
---|---|
Handle |
SftpSubsystem.createDirectoryHandle(SshFile file) |
Handle |
SftpSubsystem.createFileHandle(SshFile file,
int flags) |
Handle |
SftpSubsystem.getHandle(String id) |
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.