Modifier and Type | Method and Description |
---|---|
ClientResponse |
ClientHttpEngine.invoke(ClientInvocation request) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.HttpEntity |
ApacheHttpClient4Engine.buildEntity(ClientInvocation request)
Build the HttpEntity to be sent to the Service as part of (POST) request.
|
protected void |
ApacheHttpClient4Engine.commitHeaders(ClientInvocation request,
org.apache.http.client.methods.HttpRequestBase httpMethod) |
protected void |
URLConnectionEngine.commitHeaders(ClientInvocation request,
HttpURLConnection connection)
Add headers to HttpURLConnection from ClientInvocation.
|
protected HttpURLConnection |
URLConnectionEngine.createConnection(ClientInvocation request)
Create HttpUrlConnection from ClientInvorcation and set request method
|
protected void |
URLConnectionEngine.executeRequest(ClientInvocation request,
HttpURLConnection connection)
Execute request using HttpURLConnection with body from invocation if needed.
|
ClientResponse |
URLConnectionEngine.invoke(ClientInvocation request) |
ClientResponse |
ApacheHttpClient4Engine.invoke(ClientInvocation request) |
protected boolean |
ApacheHttpClient4Engine.isRedirectRequired(ClientInvocation request,
org.apache.http.client.methods.HttpRequestBase httpMethod) |
protected void |
ApacheHttpClient4Engine.loadHttpMethod(ClientInvocation request,
org.apache.http.client.methods.HttpRequestBase httpMethod) |
protected void |
ApacheHttpClient4Engine.setRedirectNotRequired(ClientInvocation request,
org.apache.http.client.methods.HttpRequestBase httpMethod) |
protected void |
ApacheHttpClient43Engine.setRedirectNotRequired(ClientInvocation request,
org.apache.http.client.methods.HttpRequestBase httpMethod) |
protected void |
ApacheHttpClient4Engine.setRedirectRequired(ClientInvocation request,
org.apache.http.client.methods.HttpRequestBase httpMethod) |
protected void |
ApacheHttpClient43Engine.setRedirectRequired(ClientInvocation request,
org.apache.http.client.methods.HttpRequestBase httpMethod) |
Modifier and Type | Field and Description |
---|---|
protected ClientInvocation |
AsynchronousInvoke.invocation |
protected ClientInvocation |
ClientRequestContextImpl.invocation |
Constructor and Description |
---|
AsynchronousInvoke(ClientInvocation invocation) |
ClientRequestContextImpl(ClientInvocation invocation) |
Modifier and Type | Method and Description |
---|---|
protected ClientInvocation |
ClientInvoker.createRequest(Object[] args) |
Modifier and Type | Method and Description |
---|---|
ClientInvocation |
ClientContext.getInvocation() |
Constructor and Description |
---|
ClientContext(ClientInvocation invocation,
ClientResponse clientResponse,
EntityExtractorFactory extractorFactory) |
Modifier and Type | Method and Description |
---|---|
void |
FormProcessor.process(ClientInvocation invocation,
Object param) |
void |
InvocationProcessor.process(ClientInvocation invocation,
Object param) |
Modifier and Type | Method and Description |
---|---|
protected ClientInvocation |
HeaderParamProcessor.apply(ClientInvocation invocation,
Object object) |
protected ClientInvocation |
FormParamProcessor.apply(ClientInvocation invocation,
Object object) |
Modifier and Type | Method and Description |
---|---|
protected ClientInvocation |
HeaderParamProcessor.apply(ClientInvocation invocation,
Object object) |
protected ClientInvocation |
FormParamProcessor.apply(ClientInvocation invocation,
Object object) |
void |
MessageBodyParameterProcessor.process(ClientInvocation invocation,
Object param) |
void |
AbstractInvocationCollectionProcessor.process(ClientInvocation invocation,
Object param) |
void |
URIParamProcessor.process(ClientInvocation invocation,
Object param) |
void |
CookieParamProcessor.process(ClientInvocation invocation,
Object object) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.