Uses of Class
com.yahoo.vespa.http.client.config.ConnectionParams
Packages that use ConnectionParams
Package
Description
Settings for creating clients/sessions.
-
Uses of ConnectionParams in com.yahoo.vespa.http.client.config
Methods in com.yahoo.vespa.http.client.config that return ConnectionParamsModifier and TypeMethodDescriptionConnectionParams.Builder.build()SessionParams.Builder.getConnectionParams()SessionParams.getConnectionParams()Methods in com.yahoo.vespa.http.client.config with parameters of type ConnectionParamsModifier and TypeMethodDescriptionSessionParams.Builder.setConnectionParams(ConnectionParams connectionParams) Transport parameters, like custom HTTP headers. -
Uses of ConnectionParams in com.yahoo.vespa.http.client.core.communication
Constructors in com.yahoo.vespa.http.client.core.communication with parameters of type ConnectionParamsModifierConstructorDescriptionApacheGatewayConnectionFactory(Endpoint endpoint, FeedParams feedParams, String clusterSpecificRoute, ConnectionParams connectionParams, com.yahoo.vespa.http.client.core.communication.ApacheGatewayConnection.HttpClientFactory httpClientFactory, String clientId, Clock clock) ClusterConnection(OperationProcessor operationProcessor, FeedParams feedParams, ConnectionParams connectionParams, Cluster cluster, int clusterId, int clientQueueSizePerCluster, ScheduledThreadPoolExecutor timeoutExecutor, Clock clock)