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.Object
Request execution support methods.- Since:
- 5.0
-
-
Field Summary
Fields Modifier and Type Field Description private static PrefixedIncrementingId
INCREMENTING_ID
-
Constructor Summary
Constructors Constructor Description ExecSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getNextExchangeId()
static long
getNextExecNumber()
-
-
-
Field Detail
-
INCREMENTING_ID
private static final PrefixedIncrementingId INCREMENTING_ID
-
-