Class ClientWorker
java.lang.Object
org.apache.synapse.transport.nhttp.ClientWorker
- All Implemented Interfaces:
Runnable
Performs processing of the HTTP response received for our outgoing request. An instance of this
class is created to process each unique response.
-
Constructor Summary
ConstructorsConstructorDescriptionClientWorker(org.apache.axis2.context.ConfigurationContext cfgCtx, InputStream in, org.apache.http.HttpResponse response, org.apache.axis2.context.MessageContext outMsgCtx, String endpointURLPrefix) Create the thread that would process the response message received for the outgoing message context sent -
Method Summary
-
Constructor Details
-
ClientWorker
public ClientWorker(org.apache.axis2.context.ConfigurationContext cfgCtx, InputStream in, org.apache.http.HttpResponse response, org.apache.axis2.context.MessageContext outMsgCtx, String endpointURLPrefix) Create the thread that would process the response message received for the outgoing message context sent- Parameters:
cfgCtx- the Axis2 configuration contextin- the InputStream to read the body of the response message receivedresponse- HTTP response received from the serveroutMsgCtx- the original outgoing message context (i.e. corresponding request)endpointURLPrefix- The endpoint URL prefix
-
-
Method Details