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 |
---|---|
SftpConstants.Type |
Reply.getMessage()
Returns the reply message type.
|
SftpConstants.Type |
Request.getMessage()
Returns the message type.
|
Modifier and Type | Method and Description |
---|---|
SftpConstants.Type |
SshFxpVersionReply.getMessage()
Returns the reply message type.
|
SftpConstants.Type |
SshFxpNameReply.getMessage()
Returns the reply message type.
|
SftpConstants.Type |
SshFxpHandleReply.getMessage()
Returns the reply message type.
|
SftpConstants.Type |
SshFxpAttrsReply.getMessage()
Returns the reply message type.
|
SftpConstants.Type |
SshFxpStatusReply.getMessage()
Returns the reply message type.
|
SftpConstants.Type |
SshFxpDataReply.getMessage()
Returns the reply message type.
|
Modifier and Type | Method and Description |
---|---|
SftpConstants.Type |
SshFxpWriteRequest.getMessage()
Returns the message type.
|
SftpConstants.Type |
SshFxpCloseRequest.getMessage()
Returns the message type.
|
SftpConstants.Type |
SshFxpRealpathRequest.getMessage()
Returns the message type.
|
SftpConstants.Type |
SshFxpFstatRequest.getMessage()
Returns the message type.
|
SftpConstants.Type |
SshFxpSetstatRequest.getMessage()
Returns the message type.
|
SftpConstants.Type |
SshFxpFsetstatRequest.getMessage()
Returns the message type.
|
SftpConstants.Type |
SshFxpReaddirRequest.getMessage()
Returns the message type.
|
SftpConstants.Type |
SshFxpRenameRequest.getMessage()
Returns the message type.
|
SftpConstants.Type |
SshFxpRmdirRequest.getMessage()
Returns the message type.
|
SftpConstants.Type |
SshFxpOpendirRequest.getMessage()
Returns the message type.
|
SftpConstants.Type |
UnsupportedRequest.getMessage()
Returns the message type.
|
SftpConstants.Type |
SshFxpStatRequest.getMessage()
Returns the message type.
|
SftpConstants.Type |
SshFxpReadRequest.getMessage()
Returns the message type.
|
SftpConstants.Type |
SshFxpLstatRequest.getMessage()
Returns the message type.
|
SftpConstants.Type |
SshFxpMkdirRequest.getMessage()
Returns the message type.
|
SftpConstants.Type |
SshFxpOpenRequest.getMessage()
Returns the message type.
|
SftpConstants.Type |
SshFxpInitRequest.getMessage()
Returns the message type.
|
SftpConstants.Type |
SshFxpRemoveRequest.getMessage()
Returns the message type.
|
Modifier and Type | Method and Description |
---|---|
static SftpConstants.Type |
SftpConstants.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SftpConstants.Type[] |
SftpConstants.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.