Uses of Class
org.apache.synapse.transport.passthru.TargetRequest
-
Packages that use TargetRequest Package Description org.apache.synapse.transport.passthru org.apache.synapse.transport.passthru.util -
-
Uses of TargetRequest in org.apache.synapse.transport.passthru
Methods in org.apache.synapse.transport.passthru that return TargetRequest Modifier and Type Method Description TargetRequest
TargetContext. getRequest()
static TargetRequest
TargetContext. getRequest(org.apache.http.nio.NHttpConnection conn)
Methods in org.apache.synapse.transport.passthru with parameters of type TargetRequest Modifier and Type Method Description static void
TargetContext. setRequest(org.apache.http.nio.NHttpConnection conn, TargetRequest request)
void
TargetContext. setRequest(TargetRequest request)
-
Uses of TargetRequest in org.apache.synapse.transport.passthru.util
Methods in org.apache.synapse.transport.passthru.util that return TargetRequest Modifier and Type Method Description static TargetRequest
TargetRequestFactory. create(org.apache.axis2.context.MessageContext msgContext, org.apache.http.conn.routing.HttpRoute route, TargetConfiguration configuration)
Methods in org.apache.synapse.transport.passthru.util with parameters of type TargetRequest Modifier and Type Method Description static boolean
RelayUtils. shouldOverwriteContentType(org.apache.axis2.context.MessageContext msgContext, TargetRequest request)
Check whether the we should overwrite the content type for the outgoing request.
-