Uses of Class
org.apache.synapse.transport.http.conn.RequestDescriptor
Packages that use RequestDescriptor
Package
Description
-
Uses of RequestDescriptor in org.apache.synapse.transport.http.conn
Methods in org.apache.synapse.transport.http.conn that return types with arguments of type RequestDescriptorModifier and TypeMethodDescriptionClientConnFactory.getHostList()Returns Set of Host:Port String entriesConstructor parameters in org.apache.synapse.transport.http.conn with type arguments of type RequestDescriptorModifierConstructorDescriptionClientConnFactory(org.apache.http.HttpResponseFactory responseFactory, org.apache.http.nio.util.ByteBufferAllocator allocator, SSLContextDetails ssl, Map<RequestDescriptor, SSLContext> sslByHostMap, org.apache.http.params.HttpParams params) ClientConnFactory(SSLContextDetails ssl, Map<RequestDescriptor, SSLContext> sslByHostMap, org.apache.http.params.HttpParams params) -
Uses of RequestDescriptor in org.apache.synapse.transport.nhttp
Method parameters in org.apache.synapse.transport.nhttp with type arguments of type RequestDescriptorModifier and TypeMethodDescriptionList<org.apache.http.nio.NHttpClientConnection> ConnectionPool.getSslConnectionsList(Set<RequestDescriptor> hostList) Returns SSL Connections List for the given list host:port combinationsvoidClientHandler.resetConnectionPool(Set<RequestDescriptor> hostList) Shutdown the connections of the given host:port list. -
Uses of RequestDescriptor in org.apache.synapse.transport.nhttp.config
Methods in org.apache.synapse.transport.nhttp.config that return types with arguments of type RequestDescriptor -
Uses of RequestDescriptor in org.apache.synapse.transport.passthru.connections
Method parameters in org.apache.synapse.transport.passthru.connections with type arguments of type RequestDescriptorModifier and TypeMethodDescriptionvoidTargetConnections.resetConnectionPool(Set<RequestDescriptor> hostList) Shutdown the connections of the given host:port list.