org.jboss.mq.il.http
Class HTTPClient
java.lang.Object
org.jboss.mq.il.http.HTTPClient
public class HTTPClient
- extends Object
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.
- Version:
- $Revision: 57198 $
- Author:
- Nathan Phelps (nathan@jboss.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTPClient
public HTTPClient()
post
public static Object post(URL url,
HTTPILRequest request)
throws Exception
- Throws:
Exception
resolveServerUrl
public static URL resolveServerUrl(String url)
throws MalformedURLException
- Throws:
MalformedURLException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.