Uses of Class
org.apache.synapse.transport.passthru.RouteRequestMapping
-
Packages that use RouteRequestMapping Package Description org.apache.synapse.transport.http.conn org.apache.synapse.transport.passthru org.apache.synapse.transport.passthru.connections -
-
Uses of RouteRequestMapping in org.apache.synapse.transport.http.conn
Methods in org.apache.synapse.transport.http.conn with parameters of type RouteRequestMapping Modifier and Type Method Description voidClientConnFactory. upgrade(UpgradableNHttpConnection conn, RouteRequestMapping routeRequestMapping)Constructors in org.apache.synapse.transport.http.conn with parameters of type RouteRequestMapping Constructor Description ProxyTunnelHandler(RouteRequestMapping routeRequestMapping, ClientConnFactory connFactory) -
Uses of RouteRequestMapping in org.apache.synapse.transport.passthru
Methods in org.apache.synapse.transport.passthru with parameters of type RouteRequestMapping Modifier and Type Method Description voidDeliveryAgent. 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 RouteRequestMapping Modifier and Type Method Description RouteRequestMappingHostConnections. getRouteRequestMapping()Methods in org.apache.synapse.transport.passthru.connections with parameters of type RouteRequestMapping Modifier and Type Method Description org.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 RouteRequestMapping Constructor Description HostConnections(RouteRequestMapping route, int maxSize)HostConnections(RouteRequestMapping route, int maxSize, ConnectionTimeoutConfiguration connectionTimeoutConfiguration)
-