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