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.asynchttpclient
Methods in org.asynchttpclient that return ConnectionSemaphoreFactory Modifier and Type Method Description @Nullable ConnectionSemaphoreFactory
AsyncHttpClientConfig. getConnectionSemaphoreFactory()
@Nullable ConnectionSemaphoreFactory
DefaultAsyncHttpClientConfig. getConnectionSemaphoreFactory()
Methods in org.asynchttpclient with parameters of type ConnectionSemaphoreFactory Modifier and Type Method Description DefaultAsyncHttpClientConfig.Builder
DefaultAsyncHttpClientConfig.Builder. setConnectionSemaphoreFactory(ConnectionSemaphoreFactory connectionSemaphoreFactory)
-
Uses of ConnectionSemaphoreFactory in org.asynchttpclient.netty.channel
Classes in org.asynchttpclient.netty.channel that implement ConnectionSemaphoreFactory Modifier and Type Class Description class
DefaultConnectionSemaphoreFactory
-