A B C D F G H I L M N O P R S T U V W 

A

ACE4_ADD_FILE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
ACE4_ADD_SUBDIRECTORY - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
ACE4_APPEND_DATA - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
ACE4_DELETE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
ACE4_DELETE_CHILD - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
ACE4_EXECUTE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
ACE4_LIST_DIRECTORY - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
ACE4_READ_ACL - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
ACE4_READ_ATTRIBUTES - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
ACE4_READ_DATA - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
ACE4_READ_NAMED_ATTRS - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
ACE4_WRITE_ACL - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
ACE4_WRITE_ATTRIBUTES - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
ACE4_WRITE_DATA - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
ACE4_WRITE_NAMED_ATTRS - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
ACE4_WRITE_OWNER - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
add(Sftplet) - Method in class org.apache.sshd.sftp.subsystem.DefaultSftpletContainer
addFile(SshFile, String, String, FileAttributes) - Method in class org.apache.sshd.sftp.reply.SshFxpNameReply
Add a file to the reply.
afterCommand(SftpSession, Request, Reply) - Method in interface org.apache.sshd.sftp.Sftplet
Called after the server as invoked the command.
afterCommand(SftpSession, Request, Reply) - Method in class org.apache.sshd.sftp.subsystem.DefaultSftpletContainer
Called after the server as invoked the command.
ALL_SFTP_IMPL - Static variable in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 

B

BaseHandle - Class in org.apache.sshd.sftp.subsystem
 
BaseHandle(String, SshFile) - Constructor for class org.apache.sshd.sftp.subsystem.BaseHandle
 
BaseReply - Class in org.apache.sshd.sftp.reply
 
BaseReply(int) - Constructor for class org.apache.sshd.sftp.reply.BaseReply
Creates a Request instance.
BaseRequest - Class in org.apache.sshd.sftp.request
Common ssh request interface.
BaseRequest(int) - Constructor for class org.apache.sshd.sftp.request.BaseRequest
Creates a Request instance.
beforeCommand(SftpSession, Request) - Method in interface org.apache.sshd.sftp.Sftplet
Called before the server invoke the command.
beforeCommand(SftpSession, Request) - Method in class org.apache.sshd.sftp.subsystem.DefaultSftpletContainer
Called before the server invoke the command.

C

clearFileList() - Method in class org.apache.sshd.sftp.subsystem.DirectoryHandle
 
close() - Method in class org.apache.sshd.sftp.subsystem.BaseHandle
 
close() - Method in class org.apache.sshd.sftp.subsystem.FileHandle
 
close() - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 
create() - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem.Factory
 
createDirectoryHandle(SshFile) - Method in interface org.apache.sshd.sftp.SftpSession
 
createDirectoryHandle(SshFile) - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 
createFileHandle(SshFile, int) - Method in interface org.apache.sshd.sftp.SftpSession
 
createFileHandle(SshFile, int) - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 

D

data(ChannelSession, byte[], int, int) - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 
DefaultSftpletContainer - Class in org.apache.sshd.sftp.subsystem
The default Sftplet implementation.
DefaultSftpletContainer() - Constructor for class org.apache.sshd.sftp.subsystem.DefaultSftpletContainer
 
destroy() - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 
DirectoryHandle - Class in org.apache.sshd.sftp.subsystem
 
DirectoryHandle(String, SshFile) - Constructor for class org.apache.sshd.sftp.subsystem.DirectoryHandle
 
doProcess(Request) - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 

F

FileAttributes - Class in org.apache.sshd.sftp.reply
Data container for file attributes in relies.
FileAttributes() - Constructor for class org.apache.sshd.sftp.reply.FileAttributes
 
FileAttributes(SshFile, int) - Constructor for class org.apache.sshd.sftp.reply.FileAttributes
 
FileHandle - Class in org.apache.sshd.sftp.subsystem
 
FileHandle(String, SshFile, int) - Constructor for class org.apache.sshd.sftp.subsystem.FileHandle
 
fromByte(byte) - Static method in enum org.apache.sshd.sftp.subsystem.SftpConstants.ErrorCode
 

G

getAcc() - Method in class org.apache.sshd.sftp.request.SshFxpOpenRequest
Returns the acc.
getAccessTime() - Method in class org.apache.sshd.sftp.reply.FileAttributes
 
getAllocationSize() - Method in class org.apache.sshd.sftp.reply.FileAttributes
 
getAttributes() - Method in class org.apache.sshd.sftp.reply.SshFxpAttrsReply
Returns the attributes.
getAttrs() - Method in class org.apache.sshd.sftp.reply.SshFxpNameReply.ReplyFile
Returns the file attributes.
getCompose() - Method in class org.apache.sshd.sftp.request.SshFxpRealpathRequest
 
getCreateTime() - Method in class org.apache.sshd.sftp.reply.FileAttributes
 
getData() - Method in class org.apache.sshd.sftp.reply.SshFxpDataReply
Returns the data.
getData() - Method in class org.apache.sshd.sftp.request.SshFxpWriteRequest
Returns the write data.
getFile() - Method in interface org.apache.sshd.sftp.Handle
 
getFile() - Method in class org.apache.sshd.sftp.reply.SshFxpNameReply.ReplyFile
 
getFile() - Method in class org.apache.sshd.sftp.subsystem.BaseHandle
 
getFileName() - Method in class org.apache.sshd.sftp.reply.SshFxpNameReply.ReplyFile
 
getFiles() - Method in class org.apache.sshd.sftp.reply.SshFxpNameReply
Returns the files.
getFlags() - Method in class org.apache.sshd.sftp.reply.FileAttributes
 
getFlags() - Method in class org.apache.sshd.sftp.request.SshFxpLstatRequest
 
getFlags() - Method in class org.apache.sshd.sftp.request.SshFxpOpenRequest
Returns the flags.
getFlags() - Method in class org.apache.sshd.sftp.request.SshFxpStatRequest
 
getFlags() - Method in class org.apache.sshd.sftp.subsystem.FileHandle
 
getGroup() - Method in class org.apache.sshd.sftp.reply.FileAttributes
 
getHandle() - Method in class org.apache.sshd.sftp.reply.SshFxpHandleReply
Returns the handle.
getHandle() - Method in class org.apache.sshd.sftp.request.SshFxpCloseRequest
Returns the according handle.
getHandle() - Method in class org.apache.sshd.sftp.request.SshFxpReadRequest
Returns the according handle.
getHandle() - Method in class org.apache.sshd.sftp.request.SshFxpWriteRequest
Returns the according handle.
getHandle(String) - Method in interface org.apache.sshd.sftp.SftpSession
 
getHandle(String) - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 
getHandleId() - Method in class org.apache.sshd.sftp.request.SshFxpCloseRequest
Returns the handle id.
getHandleId() - Method in class org.apache.sshd.sftp.request.SshFxpFstatRequest
Returns the handle id.
getHandleId() - Method in class org.apache.sshd.sftp.request.SshFxpReaddirRequest
Returns the handle id.
getHandleId() - Method in class org.apache.sshd.sftp.request.SshFxpReadRequest
Returns the handle id.
getHandleId() - Method in class org.apache.sshd.sftp.request.SshFxpWriteRequest
Returns the handle id.
getId() - Method in interface org.apache.sshd.sftp.Handle
 
getId() - Method in class org.apache.sshd.sftp.reply.BaseReply
Returns the request id.
getId() - Method in class org.apache.sshd.sftp.request.BaseRequest
Returns the request id.
getId() - Method in interface org.apache.sshd.sftp.Request
Returns the request id.
getId() - Method in class org.apache.sshd.sftp.subsystem.BaseHandle
 
getLang() - Method in class org.apache.sshd.sftp.reply.SshFxpStatusReply
Returns the long status message.
getLength() - Method in class org.apache.sshd.sftp.reply.SshFxpDataReply
 
getLength() - Method in class org.apache.sshd.sftp.request.SshFxpReadRequest
Returns the length.
getLongName() - Method in class org.apache.sshd.sftp.reply.SshFxpNameReply.ReplyFile
 
getMessage() - Method in interface org.apache.sshd.sftp.Reply
Returns the reply message type.
getMessage() - Method in class org.apache.sshd.sftp.reply.SshFxpAttrsReply
Returns the reply message type.
getMessage() - Method in class org.apache.sshd.sftp.reply.SshFxpDataReply
Returns the reply message type.
getMessage() - Method in class org.apache.sshd.sftp.reply.SshFxpHandleReply
Returns the reply message type.
getMessage() - Method in class org.apache.sshd.sftp.reply.SshFxpNameReply
Returns the reply message type.
getMessage() - Method in class org.apache.sshd.sftp.reply.SshFxpStatusReply
Returns the reply message type.
getMessage() - Method in class org.apache.sshd.sftp.reply.SshFxpVersionReply
Returns the reply message type.
getMessage() - Method in interface org.apache.sshd.sftp.Request
Returns the message type.
getMessage() - Method in class org.apache.sshd.sftp.request.SshFxpCloseRequest
Returns the message type.
getMessage() - Method in class org.apache.sshd.sftp.request.SshFxpFsetstatRequest
Returns the message type.
getMessage() - Method in class org.apache.sshd.sftp.request.SshFxpFstatRequest
Returns the message type.
getMessage() - Method in class org.apache.sshd.sftp.request.SshFxpInitRequest
Returns the message type.
getMessage() - Method in class org.apache.sshd.sftp.request.SshFxpLstatRequest
Returns the message type.
getMessage() - Method in class org.apache.sshd.sftp.request.SshFxpMkdirRequest
Returns the message type.
getMessage() - Method in class org.apache.sshd.sftp.request.SshFxpOpendirRequest
Returns the message type.
getMessage() - Method in class org.apache.sshd.sftp.request.SshFxpOpenRequest
Returns the message type.
getMessage() - Method in class org.apache.sshd.sftp.request.SshFxpReaddirRequest
Returns the message type.
getMessage() - Method in class org.apache.sshd.sftp.request.SshFxpReadRequest
Returns the message type.
getMessage() - Method in class org.apache.sshd.sftp.request.SshFxpRealpathRequest
Returns the message type.
getMessage() - Method in class org.apache.sshd.sftp.request.SshFxpRemoveRequest
Returns the message type.
getMessage() - Method in class org.apache.sshd.sftp.request.SshFxpRenameRequest
Returns the message type.
getMessage() - Method in class org.apache.sshd.sftp.request.SshFxpRmdirRequest
Returns the message type.
getMessage() - Method in class org.apache.sshd.sftp.request.SshFxpSetstatRequest
Returns the message type.
getMessage() - Method in class org.apache.sshd.sftp.request.SshFxpStatRequest
Returns the message type.
getMessage() - Method in class org.apache.sshd.sftp.request.SshFxpWriteRequest
Returns the message type.
getMessage() - Method in class org.apache.sshd.sftp.request.UnsupportedRequest
Returns the message type.
getModifyTime() - Method in class org.apache.sshd.sftp.reply.FileAttributes
 
getMsg() - Method in class org.apache.sshd.sftp.reply.SshFxpStatusReply
Returns the status message.
getName() - Method in class org.apache.sshd.sftp.reply.BaseReply
Returns the request name.
getName() - Method in interface org.apache.sshd.sftp.Reply
Returns the name of the reply code.
getName() - Method in class org.apache.sshd.sftp.request.BaseRequest
Returns the request name.
getName() - Method in interface org.apache.sshd.sftp.Request
Returns the request name.
getName() - Method in class org.apache.sshd.sftp.request.UnsupportedRequest
Returns the request name.
getName() - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem.Factory
 
getNewPath() - Method in class org.apache.sshd.sftp.request.SshFxpRenameRequest
Returns the new path.
getOffset() - Method in class org.apache.sshd.sftp.reply.SshFxpDataReply
 
getOffset() - Method in class org.apache.sshd.sftp.request.SshFxpReadRequest
Returns the offset.
getOffset() - Method in class org.apache.sshd.sftp.request.SshFxpWriteRequest
Returns the offset.
getOldPath() - Method in class org.apache.sshd.sftp.request.SshFxpRenameRequest
Returns the old path.
getOptions() - Method in class org.apache.sshd.sftp.request.SshFxpRealpathRequest
 
getOwner() - Method in class org.apache.sshd.sftp.reply.FileAttributes
 
getPath() - Method in class org.apache.sshd.sftp.request.SshFxpLstatRequest
Returns the path.
getPath() - Method in class org.apache.sshd.sftp.request.SshFxpMkdirRequest
Returns the path.
getPath() - Method in class org.apache.sshd.sftp.request.SshFxpOpendirRequest
Returns the path.
getPath() - Method in class org.apache.sshd.sftp.request.SshFxpOpenRequest
Returns the path.
getPath() - Method in class org.apache.sshd.sftp.request.SshFxpRealpathRequest
Returns the path.
getPath() - Method in class org.apache.sshd.sftp.request.SshFxpRemoveRequest
Returns the path.
getPath() - Method in class org.apache.sshd.sftp.request.SshFxpRmdirRequest
Returns the path.
getPath() - Method in class org.apache.sshd.sftp.request.SshFxpStatRequest
Returns the path.
getPermissions() - Method in class org.apache.sshd.sftp.reply.FileAttributes
 
getSession() - Method in interface org.apache.sshd.sftp.SftpSession
 
getSession() - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 
getSize() - Method in class org.apache.sshd.sftp.reply.FileAttributes
 
getSubstatus() - Method in class org.apache.sshd.sftp.reply.SshFxpStatusReply
Returns the substatus.
getType() - Method in class org.apache.sshd.sftp.reply.FileAttributes
 
getVersion() - Method in class org.apache.sshd.sftp.reply.SshFxpVersionReply
Returns the requested version.
getVersion() - Method in interface org.apache.sshd.sftp.SftpSession
 
getVersion() - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 

H

Handle - Interface in org.apache.sshd.sftp
A sftp handle.
hasNext() - Method in class org.apache.sshd.sftp.subsystem.DirectoryHandle
 
HIGHER_SFTP_IMPL - Static variable in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 

I

isDone() - Method in class org.apache.sshd.sftp.subsystem.DirectoryHandle
 
isEof() - Method in class org.apache.sshd.sftp.reply.SshFxpDataReply
 
isEol() - Method in class org.apache.sshd.sftp.reply.SshFxpNameReply
 

L

LOG - Static variable in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 
LOWER_SFTP_IMPL - Static variable in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 

M

mapToVersion(int, int) - Static method in class org.apache.sshd.sftp.subsystem.Serializer
 
mapToVersion(int) - Method in class org.apache.sshd.sftp.subsystem.Serializer
 
mapV4ToV3(int) - Static method in class org.apache.sshd.sftp.subsystem.Serializer
 
mapV5ToV4(int) - Static method in class org.apache.sshd.sftp.subsystem.Serializer
 
mapV6ToV5(int) - Static method in class org.apache.sshd.sftp.subsystem.Serializer
 
MAX_OPEN_HANDLES_PER_SESSION - Static variable in class org.apache.sshd.sftp.subsystem.SftpSubsystem
Properties key for the maximum of available open handles per session.
MAX_PACKET_LENGTH - Static variable in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 

N

next() - Method in class org.apache.sshd.sftp.subsystem.DirectoryHandle
 

O

onConnect(SftpSession) - Method in interface org.apache.sshd.sftp.Sftplet
Client connect notification method.
onConnect(SftpSession) - Method in class org.apache.sshd.sftp.subsystem.DefaultSftpletContainer
Client connect notification method.
onDisconnect(SftpSession) - Method in interface org.apache.sshd.sftp.Sftplet
Client disconnect notification method.
onDisconnect(SftpSession) - Method in class org.apache.sshd.sftp.subsystem.DefaultSftpletContainer
Client disconnect notification method.
org.apache.sshd.sftp - package org.apache.sshd.sftp
 
org.apache.sshd.sftp.reply - package org.apache.sshd.sftp.reply
 
org.apache.sshd.sftp.request - package org.apache.sshd.sftp.request
 
org.apache.sshd.sftp.subsystem - package org.apache.sshd.sftp.subsystem
 

P

process(Buffer) - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 

R

read(byte[], long) - Method in class org.apache.sshd.sftp.subsystem.FileHandle
 
readRequest(Buffer) - Method in class org.apache.sshd.sftp.subsystem.Serializer
 
receive(Buffer) - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 
remove() - Method in class org.apache.sshd.sftp.subsystem.DirectoryHandle
 
Reply - Interface in org.apache.sshd.sftp
Common ssh reply interface.
Request - Interface in org.apache.sshd.sftp
Common ssh request interface.

S

S_IRGRP - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
S_IROTH - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
S_IRUSR - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
S_ISGID - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
S_ISUID - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
S_ISVTX - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
S_IWGRP - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
S_IWOTH - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
S_IWUSR - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
S_IXGRP - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
S_IXOTH - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
S_IXUSR - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
send(Buffer) - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 
sendName(int, Iterator<SshFile>) - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 
Serializer - Class in org.apache.sshd.sftp.subsystem
 
Serializer(SftpSession) - Constructor for class org.apache.sshd.sftp.subsystem.Serializer
 
setAccessTime(long) - Method in class org.apache.sshd.sftp.reply.FileAttributes
 
setAllocationSize(long) - Method in class org.apache.sshd.sftp.reply.FileAttributes
 
setChannelSession(ChannelSession) - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 
setCreateTime(long) - Method in class org.apache.sshd.sftp.reply.FileAttributes
 
setDone(boolean) - Method in class org.apache.sshd.sftp.subsystem.DirectoryHandle
 
setEol(boolean) - Method in class org.apache.sshd.sftp.reply.SshFxpNameReply
 
setErrorStream(OutputStream) - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 
setExitCallback(ExitCallback) - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 
setFileSystemView(FileSystemView) - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 
setInputStream(InputStream) - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 
setModifyTime(long) - Method in class org.apache.sshd.sftp.reply.FileAttributes
 
setOutputStream(OutputStream) - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 
setOwnerGroup(String, String) - Method in class org.apache.sshd.sftp.reply.FileAttributes
 
setPermissions(int) - Method in class org.apache.sshd.sftp.reply.FileAttributes
 
setSession(ServerSession) - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 
setSftpLet(Sftplet) - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 
setSize(long) - Method in class org.apache.sshd.sftp.reply.FileAttributes
 
setType(byte) - Method in class org.apache.sshd.sftp.reply.FileAttributes
 
SftpConstants - Class in org.apache.sshd.sftp.subsystem
 
SftpConstants.ErrorCode - Enum in org.apache.sshd.sftp.subsystem
 
SftpConstants.Type - Enum in org.apache.sshd.sftp.subsystem
 
Sftplet - Interface in org.apache.sshd.sftp
Similar to org.apache.ftpserver.ftplet.Ftplet.
SftpSession - Interface in org.apache.sshd.sftp
 
SftpSubsystem - Class in org.apache.sshd.sftp.subsystem
SFTP subsystem
SftpSubsystem() - Constructor for class org.apache.sshd.sftp.subsystem.SftpSubsystem
 
SftpSubsystem.Factory - Class in org.apache.sshd.sftp.subsystem
 
SftpSubsystem.Factory() - Constructor for class org.apache.sshd.sftp.subsystem.SftpSubsystem.Factory
 
SSH_FILEXFER_ATTR_ACCESSTIME - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_ATTR_ACL - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_ATTR_ACMODTIME - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_ATTR_ALLOCATION_SIZE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_ATTR_BITS - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_ATTR_CREATETIME - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_ATTR_CTIME - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_ATTR_EXTENDED - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_ATTR_LINK_COUNT - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_ATTR_MIME_TYPE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_ATTR_MODIFYTIME - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_ATTR_OWNERGROUP - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_ATTR_PERMISSIONS - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_ATTR_SIZE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_ATTR_SUBSECOND_TIMES - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_ATTR_TEXT_HINT - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_ATTR_UNTRANSLATED_NAME - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_TYPE_BLOCK_DEVICE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_TYPE_CHAR_DEVICE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_TYPE_DIRECTORY - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_TYPE_FIFO - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_TYPE_REGULAR - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_TYPE_SOCKET - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_TYPE_SPECIAL - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_TYPE_SYMLINK - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FILEXFER_TYPE_UNKNOWN - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_BAD_MESSAGE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_BYTE_RANGE_LOCK_CONFLICT - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_BYTE_RANGE_LOCK_REFUSED - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_CANNOT_DELETE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_CONNECTION_LOST - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_DELETE_PENDING - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_DIR_NOT_EMPTY - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_EOF - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_FAILURE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_FILE_ALREADY_EXISTS - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_FILE_CORRUPT - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_FILE_IS_A_DIRECTORY - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_GROUP_INVALID - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_INVALID_FILENAME - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_INVALID_HANDLE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_INVALID_PARAMETER - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_LINK_LOOP - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_LOCK_CONFLICT - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_NO_CONNECTION - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_NO_MATCHING_BYTE_RANGE_LOCK - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_NO_MEDIA - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_NO_SPACE_ON_FILESYSTEM - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_NO_SUCH_FILE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_NO_SUCH_PATH - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_NOT_A_DIRECTORY - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_OK - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_OP_UNSUPPORTED - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_OWNER_INVALID - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_PERMISSION_DENIED - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_QUOTA_EXCEEDED - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_UNKNOWN_PRINCIPAL - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FX_WRITE_PROTECT - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_ACCESS_AUDIT_ALARM_INFO - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_ACCESS_BACKUP - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_ACCESS_DISPOSITION - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_APPEND - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_APPEND_DATA - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_APPEND_DATA_ATOMIC - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_BACKUP_STREAM - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_BLOCK_ADVISORY - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_BLOCK_DELETE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_BLOCK_READ - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_BLOCK_WRITE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_CREAT - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_CREATE_NEW - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_CREATE_TRUNCATE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_DELETE_ON_CLOSE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_EXCL - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_NOFOLLOW - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_OPEN_EXISTING - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_OPEN_OR_CREATE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_OVERRIDE_OWNER - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_READ - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_TEXT - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_TEXT_MODE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_TRUNC - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_TRUNCATE_EXISTING - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXF_WRITE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_ATTRS - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_BLOCK - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_CLOSE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_DATA - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_EXTENDED - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_EXTENDED_REPLY - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_FSETSTAT - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_FSTAT - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_HANDLE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_INIT - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_LINK - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_LSTAT - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_MKDIR - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_NAME - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_OPEN - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_OPENDIR - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_READ - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_READDIR - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_READLINK - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_REALPATH - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_REALPATH_NO_CHECK - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_REALPATH_STAT_ALWAYS - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_REALPATH_STAT_IF - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_REMOVE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_RENAME - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_RMDIR - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_SETSTAT - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_STAT - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_STATUS - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_UNBLOCK - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_VERSION - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SSH_FXP_WRITE - Static variable in class org.apache.sshd.sftp.subsystem.SftpConstants
 
SshFxpAttrsReply - Class in org.apache.sshd.sftp.reply
Data container for 'SSH_FXP_ATTRS' reply.
SshFxpAttrsReply(int, FileAttributes) - Constructor for class org.apache.sshd.sftp.reply.SshFxpAttrsReply
Creates a SshFxpAttrsReply instance.
SshFxpCloseRequest - Class in org.apache.sshd.sftp.request
Data container for 'SSH_FXP_CLOSE' request.
SshFxpCloseRequest(int, String, Handle) - Constructor for class org.apache.sshd.sftp.request.SshFxpCloseRequest
Create SshFxpCloseRequest instance.
SshFxpDataReply - Class in org.apache.sshd.sftp.reply
Data container for 'SSH_FXP_DATA' reply.
SshFxpDataReply(int, byte[]) - Constructor for class org.apache.sshd.sftp.reply.SshFxpDataReply
Creates a SshFxpData instance.
SshFxpDataReply(int, byte[], int, int, boolean) - Constructor for class org.apache.sshd.sftp.reply.SshFxpDataReply
Creates a SshFxpData instance.
SshFxpFsetstatRequest - Class in org.apache.sshd.sftp.request
Data container for 'SSH_FXP_FSETSTAT' request.
SshFxpFsetstatRequest(int) - Constructor for class org.apache.sshd.sftp.request.SshFxpFsetstatRequest
Creates a SshFxpFsetstatRequest instance.
SshFxpFstatRequest - Class in org.apache.sshd.sftp.request
Data container for 'SSH_FXP_FSTAT' request.
SshFxpFstatRequest(int, String, Handle) - Constructor for class org.apache.sshd.sftp.request.SshFxpFstatRequest
Creates a SshFxpFstatRequest instance.
SshFxpHandleReply - Class in org.apache.sshd.sftp.reply
Data container for 'SSH_FXP_HANDLE' reply.
SshFxpHandleReply(int, Handle) - Constructor for class org.apache.sshd.sftp.reply.SshFxpHandleReply
Creates a SshFxpHandleReply instance.
SshFxpInitRequest - Class in org.apache.sshd.sftp.request
Data container for 'SSH_FXP_INIT' request.
SshFxpInitRequest(int) - Constructor for class org.apache.sshd.sftp.request.SshFxpInitRequest
Creates a SshFxpInitRequest instance.
SshFxpLstatRequest - Class in org.apache.sshd.sftp.request
Data container for 'SSH_FXP_STAT' request.
SshFxpLstatRequest(int, String, int) - Constructor for class org.apache.sshd.sftp.request.SshFxpLstatRequest
Creates a SshFxpLstatRequest instance.
SshFxpMkdirRequest - Class in org.apache.sshd.sftp.request
Data container for 'SSH_FXP_MKDIR' request.
SshFxpMkdirRequest(int, String) - Constructor for class org.apache.sshd.sftp.request.SshFxpMkdirRequest
Creates a SshFxpMkdirRequest instance.
SshFxpNameReply - Class in org.apache.sshd.sftp.reply
Data container for 'SSH_FXP_NAME' reply.
SshFxpNameReply(int) - Constructor for class org.apache.sshd.sftp.reply.SshFxpNameReply
Creates a SshFxpHandleReply instance.
SshFxpNameReply.ReplyFile - Class in org.apache.sshd.sftp.reply
Contains informations of requested files.
SshFxpNameReply.ReplyFile(SshFile, String, String, FileAttributes) - Constructor for class org.apache.sshd.sftp.reply.SshFxpNameReply.ReplyFile
Creates ReplyFile instance.
SshFxpOpendirRequest - Class in org.apache.sshd.sftp.request
Data container for 'SSH_FXP_OPENDIR' request.
SshFxpOpendirRequest(int, String) - Constructor for class org.apache.sshd.sftp.request.SshFxpOpendirRequest
Create a SshFxpOpendirRequest instance.
SshFxpOpenRequest - Class in org.apache.sshd.sftp.request
Data container for 'SSH_FXP_OPEN' request.
SshFxpOpenRequest(int, String, int) - Constructor for class org.apache.sshd.sftp.request.SshFxpOpenRequest
Creates a SshFxpOpenRequest instance.
SshFxpOpenRequest(int, String, int, int) - Constructor for class org.apache.sshd.sftp.request.SshFxpOpenRequest
Creates a SshFxpOpenRequest instance.
SshFxpReaddirRequest - Class in org.apache.sshd.sftp.request
Data container for 'SSH_FXP_READDIR' request.
SshFxpReaddirRequest(int, String, Handle) - Constructor for class org.apache.sshd.sftp.request.SshFxpReaddirRequest
Creates a SshFxpReaddirRequest instance.
SshFxpReadRequest - Class in org.apache.sshd.sftp.request
Data container for 'SSH_FXP_READ' request.
SshFxpReadRequest(int, String, long, int, Handle) - Constructor for class org.apache.sshd.sftp.request.SshFxpReadRequest
Creates a SshFxpReadRequest instance.
SshFxpRealpathRequest - Class in org.apache.sshd.sftp.request
Data container for 'SSH_FXP_REALPATH' request.
SshFxpRealpathRequest(int, String, byte, List<String>) - Constructor for class org.apache.sshd.sftp.request.SshFxpRealpathRequest
Creates a SshFxpRealpathRequest instance.
SshFxpRemoveRequest - Class in org.apache.sshd.sftp.request
Data container for 'SSH_FXP_REMOVE' request.
SshFxpRemoveRequest(int, String) - Constructor for class org.apache.sshd.sftp.request.SshFxpRemoveRequest
Create a SshFxpRemoveRequest instance.
SshFxpRenameRequest - Class in org.apache.sshd.sftp.request
Data container for 'SSH_FXP_RENAME' request.
SshFxpRenameRequest(int, String, String) - Constructor for class org.apache.sshd.sftp.request.SshFxpRenameRequest
Create a SshFxpRenameRequest instance.
SshFxpRmdirRequest - Class in org.apache.sshd.sftp.request
Data container for 'SSH_FXP_RMDIR' request.
SshFxpRmdirRequest(int, String) - Constructor for class org.apache.sshd.sftp.request.SshFxpRmdirRequest
Creates a SshFxpRmdirRequest instance.
SshFxpSetstatRequest - Class in org.apache.sshd.sftp.request
Data container for 'SSH_FXP_SETSTAT' request.
SshFxpSetstatRequest(int) - Constructor for class org.apache.sshd.sftp.request.SshFxpSetstatRequest
Creates a SshFxpSetstatRequest instance.
SshFxpStatRequest - Class in org.apache.sshd.sftp.request
Data container for 'SSH_FXP_STAT' request.
SshFxpStatRequest(int, String, int) - Constructor for class org.apache.sshd.sftp.request.SshFxpStatRequest
Create a SshFxpStatRequest instance.
SshFxpStatusReply - Class in org.apache.sshd.sftp.reply
Data container for 'SSH_FXP_STATUS' reply.
SshFxpStatusReply(int, int, String) - Constructor for class org.apache.sshd.sftp.reply.SshFxpStatusReply
Creates a SshFxpStatusReply instance.
SshFxpStatusReply(int, int, String, String) - Constructor for class org.apache.sshd.sftp.reply.SshFxpStatusReply
Creates a SshFxpStatusReply instance.
SshFxpVersionReply - Class in org.apache.sshd.sftp.reply
Data container for 'SSH_FXP_VERSION' reply.
SshFxpVersionReply(int) - Constructor for class org.apache.sshd.sftp.reply.SshFxpVersionReply
Creates a SshFxpVersionReply instance.
SshFxpWriteRequest - Class in org.apache.sshd.sftp.request
Data container for 'SSH_FXP_WRITE' request.
SshFxpWriteRequest(int, String, long, byte[], Handle) - Constructor for class org.apache.sshd.sftp.request.SshFxpWriteRequest
Creates a SshFxpWriteRequest instance.
start(Environment) - Method in class org.apache.sshd.sftp.subsystem.SftpSubsystem
 

T

toByte() - Method in enum org.apache.sshd.sftp.subsystem.SftpConstants.ErrorCode
 
toByte() - Method in enum org.apache.sshd.sftp.subsystem.SftpConstants.Type
 
toString() - Method in class org.apache.sshd.sftp.reply.SshFxpAttrsReply
toString() - Method in class org.apache.sshd.sftp.reply.SshFxpDataReply
toString() - Method in class org.apache.sshd.sftp.reply.SshFxpHandleReply
toString() - Method in class org.apache.sshd.sftp.reply.SshFxpNameReply.ReplyFile
 
toString() - Method in class org.apache.sshd.sftp.reply.SshFxpNameReply
toString() - Method in class org.apache.sshd.sftp.reply.SshFxpStatusReply
toString() - Method in class org.apache.sshd.sftp.reply.SshFxpVersionReply
toString() - Method in class org.apache.sshd.sftp.request.SshFxpCloseRequest
toString() - Method in class org.apache.sshd.sftp.request.SshFxpFsetstatRequest
toString() - Method in class org.apache.sshd.sftp.request.SshFxpFstatRequest
toString() - Method in class org.apache.sshd.sftp.request.SshFxpInitRequest
toString() - Method in class org.apache.sshd.sftp.request.SshFxpLstatRequest
toString() - Method in class org.apache.sshd.sftp.request.SshFxpMkdirRequest
toString() - Method in class org.apache.sshd.sftp.request.SshFxpOpendirRequest
toString() - Method in class org.apache.sshd.sftp.request.SshFxpOpenRequest
toString() - Method in class org.apache.sshd.sftp.request.SshFxpReaddirRequest
toString() - Method in class org.apache.sshd.sftp.request.SshFxpReadRequest
toString() - Method in class org.apache.sshd.sftp.request.SshFxpRealpathRequest
toString() - Method in class org.apache.sshd.sftp.request.SshFxpRemoveRequest
toString() - Method in class org.apache.sshd.sftp.request.SshFxpRenameRequest
toString() - Method in class org.apache.sshd.sftp.request.SshFxpRmdirRequest
toString() - Method in class org.apache.sshd.sftp.request.SshFxpSetstatRequest
toString() - Method in class org.apache.sshd.sftp.request.SshFxpStatRequest
toString() - Method in class org.apache.sshd.sftp.request.SshFxpWriteRequest

U

UnsupportedRequest - Class in org.apache.sshd.sftp.request
Data container for unknown or unsupported requests.
UnsupportedRequest(int, int) - Constructor for class org.apache.sshd.sftp.request.UnsupportedRequest
Create UnsupportedRequest instance.

V

valueOf(String) - Static method in enum org.apache.sshd.sftp.subsystem.SftpConstants.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.sshd.sftp.subsystem.SftpConstants.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.sshd.sftp.subsystem.SftpConstants.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.sshd.sftp.subsystem.SftpConstants.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(byte[], long) - Method in class org.apache.sshd.sftp.subsystem.FileHandle
 
writeAttrs(Buffer, FileAttributes) - Method in class org.apache.sshd.sftp.subsystem.Serializer
 
writeAttrs(Buffer, SshFile, int) - Method in class org.apache.sshd.sftp.subsystem.Serializer
 
writeReply(Reply) - Method in class org.apache.sshd.sftp.subsystem.Serializer
 
A B C D F G H I L M N O P R S T U V W 

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