Project JXTA

net.jxta.ext.http
Class HttpPost

java.lang.Object
  extended by net.jxta.ext.http.HttpGet
      extended by net.jxta.ext.http.HttpPost
All Implemented Interfaces:
Dispatchable

public class HttpPost
extends HttpGet

Version:
$Id: HttpPost.java,v 1.4 2004/05/18 22:00:52 gonzo Exp $
Author:
james todd [gonzo at jxta dot org]

Field Summary
 
Fields inherited from class net.jxta.ext.http.HttpGet
BLOCK, connection, headers, method
 
Constructor Summary
HttpPost()
           
HttpPost(URL url)
          Constructor for the HttpGet object
HttpPost(URL url, Message msg)
           
 
Method Summary
 Message dispatch()
           
protected  void doPost()
           
 
Methods inherited from class net.jxta.ext.http.HttpGet
closeConnection, disconnect, dispatch, doGet, getMessage, getResponse, getURL, openConnection, setMessage, setURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpPost

public HttpPost()

HttpPost

public HttpPost(URL url)
Constructor for the HttpGet object

Parameters:
url - Description of the Parameter

HttpPost

public HttpPost(URL url,
                Message msg)
Method Detail

dispatch

public Message dispatch()
                 throws IOException
Specified by:
dispatch in interface Dispatchable
Overrides:
dispatch in class HttpGet
Throws:
IOException

doPost

protected void doPost()
               throws IOException
Throws:
IOException

JXTA J2SE