net.jxta.search.util
Class HttpConnection.Request

java.lang.Object
  |
  +--net.jxta.search.util.HttpConnection.Request
Enclosing class:
HttpConnection

public class HttpConnection.Request
extends java.lang.Object


Method Summary
 java.io.OutputStream getOutputStream()
           
 HttpConnection.Response getResponse()
           
 void setHeader(java.lang.String name, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setHeader

public void setHeader(java.lang.String name,
                      java.lang.String value)
               throws java.io.IOException

getOutputStream

public java.io.OutputStream getOutputStream()

getResponse

public HttpConnection.Response getResponse()
                                    throws java.io.IOException