org.jboss.resteasy.client.core.executors
Class URLConnectionClientExecutor

java.lang.Object
  extended by org.jboss.resteasy.client.core.executors.URLConnectionClientExecutor
All Implemented Interfaces:
ClientExecutor

public class URLConnectionClientExecutor
extends java.lang.Object
implements ClientExecutor


Constructor Summary
URLConnectionClientExecutor()
           
 
Method Summary
 ClientResponse execute(ClientRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLConnectionClientExecutor

public URLConnectionClientExecutor()
Method Detail

execute

public ClientResponse execute(ClientRequest request)
                       throws java.lang.Exception
Specified by:
execute in interface ClientExecutor
Throws:
java.lang.Exception


Copyright © 2009. All Rights Reserved.