public class GrizzlyConnector extends Object implements Connector
| Constructor and Description |
|---|
GrizzlyConnector(javax.ws.rs.core.Configuration config)
Create the new Grizzly async client connector.
|
| Modifier and Type | Method and Description |
|---|---|
ClientResponse |
apply(ClientRequest request) |
Future<?> |
apply(ClientRequest request,
AsyncConnectorCallback callback) |
void |
close() |
String |
getName() |
public GrizzlyConnector(javax.ws.rs.core.Configuration config)
config - client configuration.public ClientResponse apply(ClientRequest request)
apply in interface Connectorapply in interface Inflector<ClientRequest,ClientResponse>public Future<?> apply(ClientRequest request, AsyncConnectorCallback callback)
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.