Uses of Class
org.apache.synapse.transport.passthru.TargetRequest
Packages that use TargetRequest
Package
Description
-
Uses of TargetRequest in org.apache.synapse.transport.passthru
Methods in org.apache.synapse.transport.passthru that return TargetRequestModifier and TypeMethodDescriptionTargetContext.getRequest()static TargetRequestTargetContext.getRequest(org.apache.http.nio.NHttpConnection conn) Methods in org.apache.synapse.transport.passthru with parameters of type TargetRequestModifier and TypeMethodDescriptionstatic 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 TargetRequestModifier and TypeMethodDescriptionstatic 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 TargetRequestModifier and TypeMethodDescriptionstatic booleanRelayUtils.shouldOverwriteContentType(org.apache.axis2.context.MessageContext msgContext, TargetRequest request) Check whether the we should overwrite the content type for the outgoing request.