Secure iNet Factory

com.jscape.inet.sftp.packets
Interface Dispatchable

All Known Implementing Classes:
SshFxpClose, SshFxpFsetstat, SshFxpFstat, SshFxpInit, SshFxpLstat, SshFxpMkdir, SshFxpOpen, SshFxpOpendir, SshFxpRead, SshFxpReaddir, SshFxpReadlink, SshFxpRealpath, SshFxpRemove, SshFxpRename, SshFxpRmdir, SshFxpSetstat, SshFxpStat, SshFxpSymlink, SshFxpWrite

public interface Dispatchable

This interface must be implemented by the concrete packet in order to be processed by the packet dispatcher.

Version:
1.0
Author:
Alex Usun

Method Summary
 SftpPacket accept(PacketDispatcher dispatcher)
          The "backwards dispatching" support.
 

Method Detail

accept

SftpPacket accept(PacketDispatcher dispatcher)
                  throws java.io.IOException
The "backwards dispatching" support.

Parameters:
dispatcher - the packet dispatcher
Returns:
the response packet
Throws:
java.io.IOException - if an I/O error occurs

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved