[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/transport/http ...

Ron Sigal ron_sigal at yahoo.com
Sun Nov 25 02:07:35 EST 2007


  User: rsigal  
  Date: 07/11/25 02:07:34

  Modified:    src/main/org/jboss/remoting/transport/http  Tag:
                        remoting_2_x HTTPMetadataConstants.java
  Log:
  JBREM-728:  Added RESPONSE_HEADERS key.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.9.2.4   +6 -0      JBossRemoting/src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HTTPMetadataConstants.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java,v
  retrieving revision 1.9.2.3
  retrieving revision 1.9.2.4
  diff -u -b -r1.9.2.3 -r1.9.2.4
  --- HTTPMetadataConstants.java	1 Nov 2007 02:18:28 -0000	1.9.2.3
  +++ HTTPMetadataConstants.java	25 Nov 2007 07:07:34 -0000	1.9.2.4
  @@ -44,6 +44,12 @@
      public static final String REMOTING_LEASE_QUERY_LOWER_CASE = "jboss-remoting-lease-query";
   
      /**
  +    * Key used for returning the value of java.net.URLConnection.getHeaderFields()
  +    * in the metadata map passed to org.jboss.remoting.Client.invoke().
  +    */
  +   public static final String RESPONSE_HEADERS = "ResponseHeaders";
  +   
  +   /**
       * Configuration key for indicating if http client invoker should
       * throw exception on error from server or just return the error
       * as the response.
  
  
  



More information about the jboss-cvs-commits mailing list