pero        2004/11/11 06:52:45

  Modified:    coyote/src/java/org/apache/coyote ProtocolHandler.java
  Log:
  add getAttributeNames to access all Connector attributes
  
  Revision  Changes    Path
  1.7       +3 -1      
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/ProtocolHandler.java
  
  Index: ProtocolHandler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/ProtocolHandler.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ProtocolHandler.java      24 Feb 2004 08:54:29 -0000      1.6
  +++ ProtocolHandler.java      11 Nov 2004 14:52:45 -0000      1.7
  @@ -16,6 +16,8 @@
   
   package org.apache.coyote;
   
  +import java.util.Iterator;
  +
   
   /**
    * Abstract the protocol implementation, including threading, etc.
  @@ -35,7 +37,7 @@
   
   
       public Object getAttribute(String name);
  -
  +    public Iterator getAttributeNames();
   
       /**
        * The adapter, used to call the connector.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to