Author: ron.sigal(a)jboss.com
Date: 2009-05-10 02:49:22 -0400 (Sun, 10 May 2009)
New Revision: 5190
Modified:
remoting2/branches/2.2/src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java
Log:
JBREM-1079: Added RESPONSE_HEADERS constant.
Modified:
remoting2/branches/2.2/src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java
===================================================================
---
remoting2/branches/2.2/src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java 2009-05-10
06:48:42 UTC (rev 5189)
+++
remoting2/branches/2.2/src/main/org/jboss/remoting/transport/http/HTTPMetadataConstants.java 2009-05-10
06:49:22 UTC (rev 5190)
@@ -45,6 +45,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.