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.CompoundKey
LocalState. expectContinueKey
private GlobalState.CompoundKey
LocalState. userTokenKey
Fields 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. expectContinues
private java.util.concurrent.ConcurrentMap<GlobalState.CompoundKey,java.lang.Object>
GlobalState. userTokens
Methods in org.eclipse.aether.transport.http with parameters of type GlobalState.CompoundKey Modifier and Type Method Description java.lang.Boolean
GlobalState. getExpectContinue(GlobalState.CompoundKey key)
java.lang.Object
GlobalState. getUserToken(GlobalState.CompoundKey key)
void
GlobalState. setExpectContinue(GlobalState.CompoundKey key, boolean enabled)
void
GlobalState. setUserToken(GlobalState.CompoundKey key, java.lang.Object userToken)
-