Package io.servicetalk.http.api
Class HttpEventKey<T>
- java.lang.Object
-
- io.servicetalk.http.api.HttpEventKey<T>
-
- Type Parameters:
T- Type of the value of this setting.
public final class HttpEventKey<T> extends java.lang.ObjectA key which identifies a configuration setting for a connection. Setting values may change over time.
-
-
Field Summary
Fields Modifier and Type Field Description static HttpEventKey<ConsumableEvent<java.lang.Integer>>MAX_CONCURRENCYOption to define max concurrent requests allowed on a connection.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
MAX_CONCURRENCY
public static final HttpEventKey<ConsumableEvent<java.lang.Integer>> MAX_CONCURRENCY
Option to define max concurrent requests allowed on a connection.
-
-