Searched defs:tunnelPool (Results 1 – 1 of 1) sorted by relevance
/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/ |
D | Http1TunnelConnectionPoolTest.java | 117 …Http1TunnelConnectionPool tunnelPool = new Http1TunnelConnectionPool(GROUP.next(), delegatePool, n… in tunnelAlreadyEstablished_doesNotAddInitHandler() local 129 …Http1TunnelConnectionPool tunnelPool = new Http1TunnelConnectionPool(GROUP.next(), delegatePool, n… in tunnelNotEstablished_addsInitHandler() local 151 …Http1TunnelConnectionPool tunnelPool = new Http1TunnelConnectionPool(GROUP.next(), delegatePool, n… in tunnelInitFails_acquireFutureFails() local 166 …Http1TunnelConnectionPool tunnelPool = new Http1TunnelConnectionPool(GROUP.next(), delegatePool, n… in tunnelInitSucceeds_acquireFutureSucceeds() local 176 …Http1TunnelConnectionPool tunnelPool = new Http1TunnelConnectionPool(GROUP.next(), delegatePool, n… in acquireFromDelegatePoolFails_failsFuture() local 199 …Http1TunnelConnectionPool tunnelPool = new Http1TunnelConnectionPool(GROUP.next(), delegatePool, m… in sslContextProvided_andProxyUsingHttps_addsSslHandler() local 220 …Http1TunnelConnectionPool tunnelPool = new Http1TunnelConnectionPool(GROUP.next(), delegatePool, m… in sslContextProvided_andProxyNotUsingHttps_doesNotAddSslHandler() local 233 …Http1TunnelConnectionPool tunnelPool = new Http1TunnelConnectionPool(GROUP.next(), delegatePool, n… in release_releasedToDelegatePool() local 241 …Http1TunnelConnectionPool tunnelPool = new Http1TunnelConnectionPool(GROUP.next(), delegatePool, n… in release_withGivenPromise_releasedToDelegatePool() local 250 …Http1TunnelConnectionPool tunnelPool = new Http1TunnelConnectionPool(GROUP.next(), delegatePool, n… in close_closesDelegatePool() local [all …]
|