Package org.apache.hc.client5.http.impl
Class ExecSupport
- java.lang.Object
-
- org.apache.hc.client5.http.impl.ExecSupport
-
@Internal public final class ExecSupport extends java.lang.ObjectRequest execution support methods.- Since:
- 5.0
-
-
Field Summary
Fields Modifier and Type Field Description private static PrefixedIncrementingIdINCREMENTING_ID
-
Constructor Summary
Constructors Constructor Description ExecSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetNextExchangeId()static longgetNextExecNumber()
-
-
-
Field Detail
-
INCREMENTING_ID
private static final PrefixedIncrementingId INCREMENTING_ID
-
-