Class SessionParams
java.lang.Object
com.yahoo.vespa.http.client.config.SessionParams
Parameters given to a
FeedClientFactory
when creating FeedClients. This class is immutable
and has no public constructor - to instantiate one, use a SessionParams.Builder.- Author:
- Einar M R Rosenvinge
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classMutable class used to instantiate aSessionParams.static interfaceInterface for handling serious errors with connection. -
Method Summary
Modifier and TypeMethodDescriptionintint
-
Method Details
-
getClusters
-
getFeedParams
-
getConnectionParams
-
getClientQueueSize
public int getClientQueueSize() -
getThrottlerMinSize
public int getThrottlerMinSize() -
getErrorReport
-
toBuilder
-