Uses of Class
org.apache.synapse.transport.passthru.connections.TargetConnections
-
Packages that use TargetConnections Package Description org.apache.synapse.transport.passthru org.apache.synapse.transport.passthru.config -
-
Uses of TargetConnections in org.apache.synapse.transport.passthru
Constructors in org.apache.synapse.transport.passthru with parameters of type TargetConnections Constructor Description DeliveryAgent(TargetConfiguration targetConfiguration, TargetConnections targetConnections, ProxyConfig proxyConfig)
Create a delivery agent with the target configuration and connection management. -
Uses of TargetConnections in org.apache.synapse.transport.passthru.config
Methods in org.apache.synapse.transport.passthru.config that return TargetConnections Modifier and Type Method Description TargetConnections
TargetConfiguration. getConnections()
Methods in org.apache.synapse.transport.passthru.config with parameters of type TargetConnections Modifier and Type Method Description void
TargetConfiguration. setConnections(TargetConnections connections)
-