org.glassfish.jersey.grizzly.connector
Class GrizzlyConnector

java.lang.Object
  extended by org.glassfish.jersey.client.RequestWriter
      extended by org.glassfish.jersey.grizzly.connector.GrizzlyConnector
All Implemented Interfaces:
Inflector<ClientRequest,ClientResponse>

public class GrizzlyConnector
extends RequestWriter
implements Inflector<ClientRequest,ClientResponse>

The transport using the AsyncHttpClient.

Author:
Stepan Kopriva (stepan.kopriva at oracle.com)

Nested Class Summary
 
Nested classes/interfaces inherited from class org.glassfish.jersey.client.RequestWriter
RequestWriter.RequestEntityWriter, RequestWriter.RequestEntityWriterListener
 
Constructor Summary
GrizzlyConnector(Configuration configuration)
           
 
Method Summary
 ClientResponse apply(ClientRequest requestContext)
           
protected static void writeOutBoundHeaders(MultivaluedMap<java.lang.String,java.lang.Object> headers, com.ning.http.client.Request request)
           
 
Methods inherited from class org.glassfish.jersey.client.RequestWriter
getRequestEntityWriter, writeRequestEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrizzlyConnector

public GrizzlyConnector(Configuration configuration)
Method Detail

apply

public ClientResponse apply(ClientRequest requestContext)
Specified by:
apply in interface Inflector<ClientRequest,ClientResponse>

writeOutBoundHeaders

protected static void writeOutBoundHeaders(MultivaluedMap<java.lang.String,java.lang.Object> headers,
                                           com.ning.http.client.Request request)


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.