[prev in list] [next in list] [prev in thread] [next in thread] 

List:       avalon-cvs
Subject:    cvs commit: jakarta-avalon-apps/ftpserver/src/java/org/apache/avalon/ftpserver/interfaces SpyConnect
From:       rana_b () apache ! org
Date:       2002-03-31 16:48:05
[Download RAW message or body]

rana_b      02/03/31 08:48:05

  Modified:    ftpserver/src/java/org/apache/avalon/ftpserver/interfaces
                        SpyConnectionInterface.java
  Log:
  server request/response separation
  
  Revision  Changes    Path
  1.2       +10 -3     \
jakarta-avalon-apps/ftpserver/src/java/org/apache/avalon/ftpserver/interfaces/SpyConnectionInterface.java
  
  Index: SpyConnectionInterface.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/ftpserver/src/java/org/apache/avalon/ftpserver/interfaces/SpyConnectionInterface.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SpyConnectionInterface.java	6 Mar 2002 13:49:17 -0000	1.1
  +++ SpyConnectionInterface.java	31 Mar 2002 16:48:05 -0000	1.2
  @@ -12,12 +12,19 @@
   
   /**
    * This interface is used to monitor user activities;
  + *
  + * @author <a href="mailto:rana_b@yahoo.com">Rana Bhattacharyya</a>
    */
   public
   interface SpyConnectionInterface {
  -    
  +
       /**
  -     * Write user spy message.
  +     * Write user request.
        */
  -    void write(String msg) throws IOException;
  +    void request(final String msg) throws IOException;
  +
  +    /**
  +     * Write server response.
  +     */
  +    void response(final String msg) throws IOException; 
   }    
  
  
  

--
To unsubscribe, e-mail:   <mailto:avalon-cvs-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@jakarta.apache.org>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic