Uses of Interface
org.asynchttpclient.netty.channel.ConnectionSemaphoreFactory
- 
Packages that use ConnectionSemaphoreFactory Package Description org.asynchttpclient org.asynchttpclient.netty.channel 
- 
- 
Uses of ConnectionSemaphoreFactory in org.asynchttpclientMethods in org.asynchttpclient that return ConnectionSemaphoreFactory Modifier and Type Method Description @Nullable ConnectionSemaphoreFactoryAsyncHttpClientConfig. getConnectionSemaphoreFactory()@Nullable ConnectionSemaphoreFactoryDefaultAsyncHttpClientConfig. getConnectionSemaphoreFactory()Methods in org.asynchttpclient with parameters of type ConnectionSemaphoreFactory Modifier and Type Method Description DefaultAsyncHttpClientConfig.BuilderDefaultAsyncHttpClientConfig.Builder. setConnectionSemaphoreFactory(ConnectionSemaphoreFactory connectionSemaphoreFactory)
- 
Uses of ConnectionSemaphoreFactory in org.asynchttpclient.netty.channelClasses in org.asynchttpclient.netty.channel that implement ConnectionSemaphoreFactory Modifier and Type Class Description classDefaultConnectionSemaphoreFactory
 
-