org.glassfish.jersey.client
Class HttpUrlConnector
java.lang.Object
org.glassfish.jersey.client.RequestWriter
org.glassfish.jersey.client.HttpUrlConnector
- All Implemented Interfaces:
- Inflector<ClientRequest,ClientResponse>
public class HttpUrlConnector
- extends RequestWriter
- implements Inflector<ClientRequest,ClientResponse>
Default client transport connector using HttpURLConnection.
- Author:
- Marek Potociar (marek.potociar at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpUrlConnector
public HttpUrlConnector()
apply
public ClientResponse apply(ClientRequest request)
- Specified by:
apply in interface Inflector<ClientRequest,ClientResponse>
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.