| Package | Description |
|---|---|
| org.apache.synapse.transport.passthru | |
| org.apache.synapse.transport.passthru.connections | |
| org.apache.synapse.transport.passthru.util |
| Modifier and Type | Method and Description |
|---|---|
TargetConfiguration |
TargetHandler.getTargetConfiguration()
Get the associated configuration of the
TargetHandler |
| Modifier and Type | Method and Description |
|---|---|
static void |
TargetContext.create(org.apache.http.nio.NHttpConnection conn,
ProtocolState state,
TargetConfiguration configuration) |
| Constructor and Description |
|---|
ClientWorker(TargetConfiguration targetConfiguration,
org.apache.axis2.context.MessageContext outMsgCtx,
TargetResponse response) |
DeliveryAgent(TargetConfiguration targetConfiguration,
TargetConnections targetConnections)
Create a delivery agent with the target configuration and connection management.
|
TargetContext(TargetConfiguration targetConfiguration) |
TargetErrorHandler(TargetConfiguration targetConfiguration) |
TargetHandler(DeliveryAgent deliveryAgent,
TargetConfiguration configuration) |
TargetRequest(TargetConfiguration targetConfiguration,
String method,
URL url,
boolean hasEntityBody) |
TargetRequest(TargetConfiguration targetConfiguration,
URL url,
String method,
boolean hasEntityBody)
Create a target request.
|
TargetResponse(TargetConfiguration targetConfiguration,
org.apache.http.HttpResponse response,
org.apache.http.nio.NHttpClientConnection conn,
boolean expectResponseBody) |
| Constructor and Description |
|---|
TargetConnections(org.apache.http.nio.reactor.ConnectingIOReactor ioReactor,
TargetConfiguration targetConfiguration,
ConnectCallback callback)
Create a TargetConnections with the given IO-Reactor
|
| Modifier and Type | Method and Description |
|---|---|
static TargetRequest |
TargetRequestFactory.create(org.apache.axis2.context.MessageContext msgContext,
TargetConfiguration configuration) |
static void |
PassThroughTransportUtils.removeUnwantedHeaders(org.apache.axis2.context.MessageContext msgContext,
TargetConfiguration targetConfiguration)
Remove unwanted headers from the http response of outgoing request.
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.