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 TargetRequestTargetContext. getRequest()static TargetRequestTargetContext. 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 voidTargetContext. setRequest(org.apache.http.nio.NHttpConnection conn, TargetRequest request)voidTargetContext. 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 TargetRequestTargetRequestFactory. 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 booleanRelayUtils. shouldOverwriteContentType(org.apache.axis2.context.MessageContext msgContext, TargetRequest request)Check whether the we should overwrite the content type for the outgoing request.
-