Uses of Class
org.eclipse.aether.transport.http.GlobalState.CompoundKey
Packages that use GlobalState.CompoundKey
Package
Description
Support for downloads/uploads via the HTTP and HTTPS protocols.
-
Uses of GlobalState.CompoundKey in org.eclipse.aether.transport.http
Fields in org.eclipse.aether.transport.http declared as GlobalState.CompoundKeyModifier and TypeFieldDescriptionprivate final GlobalState.CompoundKey
LocalState.expectContinueKey
private final GlobalState.CompoundKey
LocalState.userTokenKey
Fields in org.eclipse.aether.transport.http with type parameters of type GlobalState.CompoundKeyModifier and TypeFieldDescriptionprivate final ConcurrentMap
<GlobalState.CompoundKey, Boolean> GlobalState.expectContinues
private final ConcurrentMap
<GlobalState.CompoundKey, Object> GlobalState.userTokens
Methods in org.eclipse.aether.transport.http with parameters of type GlobalState.CompoundKeyModifier and TypeMethodDescriptionGlobalState.getExpectContinue
(GlobalState.CompoundKey key) GlobalState.getUserToken
(GlobalState.CompoundKey key) void
GlobalState.setExpectContinue
(GlobalState.CompoundKey key, boolean enabled) void
GlobalState.setUserToken
(GlobalState.CompoundKey key, Object userToken)