Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » mq » il » http » [javadoc | source]
org.jboss.mq.il.http
public class: HTTPClient [javadoc | source]
java.lang.Object
   org.jboss.mq.il.http.HTTPClient
Utility class that provides HTTP functionality. This class is modeled after Scott's Util class in org.jboss.invocation.http.interfaces.Util, however, that class deals with Invocation object, while this handles HTTPILRequest objects. Other then that, it is a pretty close reproduction.
Method from org.jboss.mq.il.http.HTTPClient Summary:
post,   resolveServerUrl
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.mq.il.http.HTTPClient Detail:
 public static Object post(URL url,
    HTTPILRequest request) throws Exception 
 public static URL resolveServerUrl(String url) throws MalformedURLException