org.glassfish.jersey.client
Class Client.Builder
java.lang.Object
org.glassfish.jersey.client.Client.Builder
- All Implemented Interfaces:
- javax.ws.rs.client.Client.Builder<Client>
- Enclosing class:
- Client
public static class Client.Builder
- extends Object
- implements javax.ws.rs.client.Client.Builder<Client>
Jersey Client instance builder.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Client.Builder
public Client.Builder()
build
public Client build()
- Specified by:
build in interface javax.ws.rs.client.Client.Builder<Client>
transport
public Client.Builder transport(Inflector<javax.ws.rs.core.Request,javax.ws.rs.core.Response> transport)
modules
public Client.Builder modules(org.glassfish.hk2.Module... modules)
build
public Client build(javax.ws.rs.client.Configuration configuration)
- Specified by:
build in interface javax.ws.rs.client.Client.Builder<Client>
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.