org.apache.ftpserver.interfaces
Interface SpyConnectionInterface

All Known Implementing Classes:
SpyConnectionAdapter

public interface SpyConnectionInterface

This interface is used to monitor user activities;

Author:
Rana Bhattacharyya

Method Summary
 void request(String msg)
          Write user request.
 void response(String msg)
          Write server response.
 

Method Detail

request

void request(String msg)
             throws IOException
Write user request.

Throws:
IOException

response

void response(String msg)
              throws IOException
Write server response.

Throws:
IOException


Copyright © 2001-2012 Codehaus. All Rights Reserved.