Uses of Class
org.eclipse.aether.transport.http.GlobalState.CompoundKey
-
Packages that use GlobalState.CompoundKey Package Description org.eclipse.aether.transport.http 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.CompoundKey Modifier and Type Field Description private GlobalState.CompoundKeyLocalState. expectContinueKeyprivate GlobalState.CompoundKeyLocalState. userTokenKeyFields in org.eclipse.aether.transport.http with type parameters of type GlobalState.CompoundKey Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<GlobalState.CompoundKey,java.lang.Boolean>GlobalState. expectContinuesprivate java.util.concurrent.ConcurrentMap<GlobalState.CompoundKey,java.lang.Object>GlobalState. userTokensMethods in org.eclipse.aether.transport.http with parameters of type GlobalState.CompoundKey Modifier and Type Method Description java.lang.BooleanGlobalState. getExpectContinue(GlobalState.CompoundKey key)java.lang.ObjectGlobalState. getUserToken(GlobalState.CompoundKey key)voidGlobalState. setExpectContinue(GlobalState.CompoundKey key, boolean enabled)voidGlobalState. setUserToken(GlobalState.CompoundKey key, java.lang.Object userToken)
-