Package org.apache.hc.client5.http.impl
Interface StateHolder<T>
-
- Type Parameters:
T- The type of object to store and restore.
- All Known Implementing Classes:
BasicScheme,BearerScheme
@Internal public interface StateHolder<T>- Since:
- 5.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrestore(T state)Tstore()
-