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.CompoundKeyLocalState.expectContinueKeyprivate final GlobalState.CompoundKeyLocalState.userTokenKeyFields in org.eclipse.aether.transport.http with type parameters of type GlobalState.CompoundKeyModifier and TypeFieldDescriptionprivate final ConcurrentMap<GlobalState.CompoundKey, Boolean> GlobalState.expectContinuesprivate final ConcurrentMap<GlobalState.CompoundKey, Object> GlobalState.userTokensMethods in org.eclipse.aether.transport.http with parameters of type GlobalState.CompoundKeyModifier and TypeMethodDescriptionGlobalState.getExpectContinue(GlobalState.CompoundKey key) GlobalState.getUserToken(GlobalState.CompoundKey key) voidGlobalState.setExpectContinue(GlobalState.CompoundKey key, boolean enabled) voidGlobalState.setUserToken(GlobalState.CompoundKey key, Object userToken)