com.versioneye.utils
Class HttpUtils

java.lang.Object
  extended by com.versioneye.utils.HttpUtils

public class HttpUtils
extends Object

Methods to deal with the HTTP protocol.


Constructor Summary
HttpUtils()
           
 
Method Summary
static Reader post(String url, byte[] data, String dataName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpUtils

public HttpUtils()
Method Detail

post

public static Reader post(String url,
                          byte[] data,
                          String dataName)
                   throws Exception
Throws:
Exception


Copyright © 2014. All rights reserved.