org.glassfish.jersey.grizzly.connector
Class GrizzlyConnectorProvider
java.lang.Object
org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider
- All Implemented Interfaces:
- ConnectorProvider
public class GrizzlyConnectorProvider
- extends Object
- implements ConnectorProvider
Connector provider for Grizzly asynchronous HTTP client-based connectors.
Connectors created by this provider use chunked encoding as a default setting. This can be overridden by setting the
ClientProperties.REQUEST_ENTITY_PROCESSING property.
- Since:
- 2.5
- Author:
- Marek Potociar (marek.potociar at oracle.com)
|
Method Summary |
Connector |
getConnector(javax.ws.rs.client.Client client,
javax.ws.rs.core.Configuration config)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GrizzlyConnectorProvider
public GrizzlyConnectorProvider()
getConnector
public Connector getConnector(javax.ws.rs.client.Client client,
javax.ws.rs.core.Configuration config)
- Specified by:
getConnector in interface ConnectorProvider
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.