org.apache.ftpserver.remote.interfaces
Interface SpyConnectionInterface

All Superinterfaces:
Remote

public interface SpyConnectionInterface
extends Remote

This interface is used to monitor user activities - remote admin.


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.