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(java.lang.String msg)
          Write user request.
 void response(java.lang.String msg)
          Write server response.
 

Method Detail

request

public void request(java.lang.String msg)
             throws java.io.IOException
Write user request.

Throws:
java.io.IOException

response

public void response(java.lang.String msg)
              throws java.io.IOException
Write server response.

Throws:
java.io.IOException


Copyright © -2005 . All Rights Reserved.