org.hawk.http
Class DefaultHttpExecutor

java.lang.Object
  extended by org.hawk.http.AbstractHttpExecutor
      extended by org.hawk.http.DefaultHttpExecutor
All Implemented Interfaces:
IHttpExecutor

public class DefaultHttpExecutor
extends AbstractHttpExecutor

Default implementation of AbstractHttpExecutor


Field Summary
 
Fields inherited from class org.hawk.http.AbstractHttpExecutor
httpSessionLocal
 
Constructor Summary
DefaultHttpExecutor()
           
 
Method Summary
 
Methods inherited from class org.hawk.http.AbstractHttpExecutor
executeGetRequest, executeMultiPartPOST, executePost, loadSessionInfo, setHttpSessionInfo, setOtherData, uploadFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultHttpExecutor

public DefaultHttpExecutor()