Uses of Class
org.apache.synapse.transport.passthru.RouteRequestMapping
Packages that use RouteRequestMapping
Package
Description
-
Uses of RouteRequestMapping in org.apache.synapse.transport.http.conn
Methods in org.apache.synapse.transport.http.conn with parameters of type RouteRequestMappingModifier and TypeMethodDescriptionvoidClientConnFactory.upgrade(UpgradableNHttpConnection conn, RouteRequestMapping routeRequestMapping) Constructors in org.apache.synapse.transport.http.conn with parameters of type RouteRequestMappingModifierConstructorDescriptionProxyTunnelHandler(RouteRequestMapping routeRequestMapping, ClientConnFactory connFactory) -
Uses of RouteRequestMapping in org.apache.synapse.transport.passthru
Methods in org.apache.synapse.transport.passthru with parameters of type RouteRequestMappingModifier and TypeMethodDescriptionvoidDeliveryAgent.connected(RouteRequestMapping routeRequestMapping, org.apache.http.nio.NHttpClientConnection conn) Notification for a connection availability. -
Uses of RouteRequestMapping in org.apache.synapse.transport.passthru.connections
Methods in org.apache.synapse.transport.passthru.connections that return RouteRequestMappingMethods in org.apache.synapse.transport.passthru.connections with parameters of type RouteRequestMappingModifier and TypeMethodDescriptionorg.apache.http.nio.NHttpClientConnectionTargetConnections.getConnection(RouteRequestMapping routeRequestMapping, org.apache.axis2.context.MessageContext msgContext, TargetErrorHandler targetErrorHandler, Queue<org.apache.axis2.context.MessageContext> queue) Return a connection to the host:port pair.org.apache.http.nio.NHttpClientConnectionTargetConnections.getExistingConnection(RouteRequestMapping routeRequestMapping) Constructors in org.apache.synapse.transport.passthru.connections with parameters of type RouteRequestMappingModifierConstructorDescriptionHostConnections(RouteRequestMapping route, int maxSize) HostConnections(RouteRequestMapping route, int maxSize, ConnectionTimeoutConfiguration connectionTimeoutConfiguration)