Apache CXF API

Uses of Interface
org.apache.cxf.jaxrs.client.ClientState

Packages that use ClientState
org.apache.cxf.jaxrs.client   
 

Uses of ClientState in org.apache.cxf.jaxrs.client
 

Classes in org.apache.cxf.jaxrs.client that implement ClientState
 class LocalClientState
          Keeps the client state such as the baseURI, currentURI, requestHeaders, current response
 class ThreadLocalClientState
          Keeps the client state such as the baseURI, currentURI, requestHeaders, current response in a thread local storage
 

Methods in org.apache.cxf.jaxrs.client that return ClientState
protected  ClientState ThreadLocalClientState.getState()
           
protected  ClientState AbstractClient.getState()
           
 ClientState LocalClientState.newState(URI newBaseURI, javax.ws.rs.core.MultivaluedMap<String,String> headers, javax.ws.rs.core.MultivaluedMap<String,String> templatesMap)
           
 ClientState ThreadLocalClientState.newState(URI baseURI, javax.ws.rs.core.MultivaluedMap<String,String> headers, javax.ws.rs.core.MultivaluedMap<String,String> templates)
           
 ClientState ClientState.newState(URI baseURI, javax.ws.rs.core.MultivaluedMap<String,String> headers, javax.ws.rs.core.MultivaluedMap<String,String> templates)
          The factory method for creating a new state.
 

Methods in org.apache.cxf.jaxrs.client with parameters of type ClientState
 void JAXRSClientFactoryBean.setInitialState(ClientState initialState)
          Sets the initial client state, can be a thread-safe state.
 

Constructors in org.apache.cxf.jaxrs.client with parameters of type ClientState
AbstractClient(ClientState initialState)
           
ClientProxyImpl(ClientState initialState, ClassResourceInfo cri, boolean isRoot, boolean inheritHeaders, Object... varValues)
           
WebClient(ClientState state)
           
 


Apache CXF API

Apache CXF