|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SftpPacket | |
---|---|
com.jscape.inet.sftp | |
com.jscape.inet.sftp.packets | |
com.jscape.inet.sftp.v2.packets | |
com.jscape.inet.sftp.v3.packets |
Uses of SftpPacket in com.jscape.inet.sftp |
---|
Methods in com.jscape.inet.sftp that return SftpPacket | |
---|---|
SftpPacket |
RequestException.getRequest()
Obtains request packet. |
SftpPacket |
RequestException.getResponse()
Obtains server response packet. |
static SftpPacket |
SftpPacket.readFrom(java.io.InputStream in,
java.lang.Class packetClass,
java.lang.String charset)
Reads the packet from the stream. |
static SftpPacket |
SftpPacket.readFrom(SshReader reader,
java.lang.Class packetClass)
Reads the packet from the stream. |
SftpPacket |
PacketReader.readPacket(java.lang.String charset)
Reads the packet from the stream. |
SftpPacket |
SftpClient.sendRequest(SftpPacket request)
Sends the request to the server. |
Methods in com.jscape.inet.sftp with parameters of type SftpPacket | |
---|---|
void |
SftpConfiguration.SftpLogger.packetReceived(SftpPacket packet)
|
void |
SftpConfiguration.SftpLogger.packetSent(SftpPacket packet)
|
SftpPacket |
SftpClient.sendRequest(SftpPacket request)
Sends the request to the server. |
void |
PacketWriter.writePacket(SftpPacket packet,
java.lang.String charset)
Writes the packet to the stream. |
Constructors in com.jscape.inet.sftp with parameters of type SftpPacket | |
---|---|
RequestException(SftpPacket request,
SftpPacket response)
Creates a new error instance for the specified request/response. |
|
RequestException(java.lang.String message,
SftpPacket request,
SftpPacket response)
Creates a new error with the specified message. |
Uses of SftpPacket in com.jscape.inet.sftp.packets |
---|
Subclasses of SftpPacket in com.jscape.inet.sftp.packets | |
---|---|
class |
SshFxpClose
The SSH_FXP_CLOSE packet. |
class |
SshFxpFsetstat
The SSH_FXP_FSETSTAT packet. |
class |
SshFxpFstat
The SSH_FXP_FSTAT packet. |
class |
SshFxpInit
The SSH_FXP_INIT packet. |
class |
SshFxpLstat
The SSH_FXP_LSTAT packet. |
class |
SshFxpMkdir
The SSH_FXP_MKDIR packet. |
class |
SshFxpName
The SSH_FXP_NAME packet. |
class |
SshFxpOpen
The SSH_FXP_OPEN packet. |
class |
SshFxpOpendir
The SSH_FXP_OPENDIR packet. |
class |
SshFxpRead
The SSH_FXP_READ packet. |
class |
SshFxpReaddir
The SSH_FXP_READDIR packet. |
class |
SshFxpRealpath
The SSH_FXP_REALPATH packet. |
class |
SshFxpRemove
The SSH_FXP_REMOVE packet. |
class |
SshFxpRmdir
The SSH_FXP_RMDIR packet. |
class |
SshFxpSetstat
The SSH_FXP_SETSTAT packet. |
class |
SshFxpStat
The SSH_FXP_STAT packet. |
class |
SshFxpStatus
The SSH_FXP_STATUS packet. |
class |
SshFxpVersion
The SSH_FXP_VERSION packet. |
class |
SshFxpWrite
The SSH_FXP_WRITE packet. |
Methods in com.jscape.inet.sftp.packets that return SftpPacket | |
---|---|
SftpPacket |
Dispatchable.accept(PacketDispatcher dispatcher)
The "backwards dispatching" support. |
SftpPacket |
SshFxpClose.accept(PacketDispatcher dispatcher)
The "backwards dispatching" support. |
SftpPacket |
SshFxpFsetstat.accept(PacketDispatcher dispatcher)
The "backwards dispatching" support. |
SftpPacket |
SshFxpFstat.accept(PacketDispatcher dispatcher)
The "backwards dispatching" support. |
SftpPacket |
SshFxpInit.accept(PacketDispatcher dispatcher)
The "backwards dispatching" support. |
SftpPacket |
SshFxpLstat.accept(PacketDispatcher dispatcher)
The "backwards dispatching" support. |
SftpPacket |
SshFxpMkdir.accept(PacketDispatcher dispatcher)
The "backwards dispatching" support. |
SftpPacket |
SshFxpOpen.accept(PacketDispatcher dispatcher)
The "backwards dispatching" support. |
SftpPacket |
SshFxpOpendir.accept(PacketDispatcher dispatcher)
The "backwards dispatching" support. |
SftpPacket |
SshFxpRead.accept(PacketDispatcher dispatcher)
The "backwards dispatching" support. |
SftpPacket |
SshFxpReaddir.accept(PacketDispatcher dispatcher)
The "backwards dispatching" support. |
SftpPacket |
SshFxpRealpath.accept(PacketDispatcher dispatcher)
The "backwards dispatching" support. |
SftpPacket |
SshFxpRemove.accept(PacketDispatcher dispatcher)
The "backwards dispatching" support. |
SftpPacket |
SshFxpRmdir.accept(PacketDispatcher dispatcher)
The "backwards dispatching" support. |
SftpPacket |
SshFxpSetstat.accept(PacketDispatcher dispatcher)
The "backwards dispatching" support. |
SftpPacket |
SshFxpStat.accept(PacketDispatcher dispatcher)
The "backwards dispatching" support. |
SftpPacket |
SshFxpWrite.accept(PacketDispatcher dispatcher)
The "backwards dispatching" support. |
SftpPacket |
PacketDispatcher.dispatch(Dispatchable packet)
The "backwards dispatching" support. |
SftpPacket |
PacketDispatcher.onSshFxpClose(SshFxpClose packet)
Processes SSH_FXP_CLOSE packet. |
SftpPacket |
PacketDispatcher.onSshFxpFsetstat(SshFxpFsetstat packet)
Processes SSH_FXP_FSETSTAT packet. |
SftpPacket |
PacketDispatcher.onSshFxpFstat(SshFxpFstat packet)
Processes SSH_FXP_FSTAT packet. |
SftpPacket |
PacketDispatcher.onSshFxpInit(SshFxpInit packet)
Processes SSH_FXP_INIT packet. |
SftpPacket |
PacketDispatcher.onSshFxpLstat(SshFxpLstat packet)
Processes SSH_FXP_LSTAT packet. |
SftpPacket |
PacketDispatcher.onSshFxpMkdir(SshFxpMkdir packet)
Processes SSH_FXP_MKDIR packet. |
SftpPacket |
PacketDispatcher.onSshFxpOpen(SshFxpOpen packet)
Processes SSH_FXP_OPEN packet. |
SftpPacket |
PacketDispatcher.onSshFxpOpendir(SshFxpOpendir packet)
Processes SSH_FXP_OPENDIR packet. |
SftpPacket |
PacketDispatcher.onSshFxpRead(SshFxpRead packet)
Processes SSH_FXP_READ packet. |
SftpPacket |
PacketDispatcher.onSshFxpReaddir(SshFxpReaddir packet)
Processes SSH_FXP_READDIR packet. |
SftpPacket |
PacketDispatcher.onSshFxpRealpath(SshFxpRealpath packet)
Processes SSH_FXP_REALPATH packet. |
SftpPacket |
PacketDispatcher.onSshFxpRemove(SshFxpRemove packet)
Processes SSH_FXP_REMOVE packet. |
SftpPacket |
PacketDispatcher.onSshFxpRmdir(SshFxpRmdir packet)
Processes SSH_FXP_RMDIR packet. |
SftpPacket |
PacketDispatcher.onSshFxpSetstat(SshFxpSetstat packet)
Processes SSH_FXP_SETSTAT packet. |
SftpPacket |
PacketDispatcher.onSshFxpStat(SshFxpStat packet)
Processes SSH_FXP_STAT packet. |
SftpPacket |
PacketDispatcher.onSshFxpWrite(SshFxpWrite packet)
Processes SSH_FXP_WRITE packet. |
static SftpPacket |
SshFxpClose.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
static SftpPacket |
SshFxpFsetstat.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
static SftpPacket |
SshFxpFstat.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
static SftpPacket |
SshFxpInit.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
static SftpPacket |
SshFxpLstat.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
static SftpPacket |
SshFxpMkdir.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
static SftpPacket |
SshFxpName.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
static SftpPacket |
SshFxpOpen.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
static SftpPacket |
SshFxpOpendir.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
static SftpPacket |
SshFxpRead.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
static SftpPacket |
SshFxpReaddir.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
static SftpPacket |
SshFxpRealpath.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
static SftpPacket |
SshFxpRemove.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
static SftpPacket |
SshFxpRmdir.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
static SftpPacket |
SshFxpSetstat.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
static SftpPacket |
SshFxpStat.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
static SftpPacket |
SshFxpStatus.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
static SftpPacket |
SshFxpVersion.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
static SftpPacket |
SshFxpWrite.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
Uses of SftpPacket in com.jscape.inet.sftp.v2.packets |
---|
Subclasses of SftpPacket in com.jscape.inet.sftp.v2.packets | |
---|---|
class |
SshFxpRename
The SSH_FXP_RENAME packet. |
Methods in com.jscape.inet.sftp.v2.packets that return SftpPacket | |
---|---|
SftpPacket |
SshFxpRename.accept(PacketDispatcher dispatcher)
The "backwards dispatching" support. |
static SftpPacket |
SshFxpRename.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
Uses of SftpPacket in com.jscape.inet.sftp.v3.packets |
---|
Subclasses of SftpPacket in com.jscape.inet.sftp.v3.packets | |
---|---|
class |
SshFxpReadlink
The SSH_FXP_READLINK packet. |
class |
SshFxpStatus2
The SSH_FXP_STATUS packet version 2. |
class |
SshFxpSymlink
The SSH_FXP_SYMLINK packet. |
Methods in com.jscape.inet.sftp.v3.packets that return SftpPacket | |
---|---|
SftpPacket |
SshFxpReadlink.accept(PacketDispatcher dispatcher)
The "backwards dispatching" support. |
SftpPacket |
SshFxpSymlink.accept(PacketDispatcher dispatcher)
The "backwards dispatching" support. |
static SftpPacket |
SshFxpReadlink.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
static SftpPacket |
SshFxpStatus2.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
static SftpPacket |
SshFxpSymlink.readFrom(java.io.InputStream in,
java.lang.String charset)
Reads the packet from the stream. |
|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |