net.jxta.search.util
Class Http

java.lang.Object
  |
  +--net.jxta.search.util.Http

public final class Http
extends java.lang.Object

Some utitility methods for HTTP.


Method Summary
static java.io.InputStream getPostedXml(javax.servlet.http.HttpServletRequest req)
          Returns an input stream containing XML posted in a request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPostedXml

public static java.io.InputStream getPostedXml(javax.servlet.http.HttpServletRequest req)
                                        throws javax.servlet.ServletException,
                                               java.io.IOException
Returns an input stream containing XML posted in a request.