Package | Description |
---|---|
org.eclipse.aether.transport.http |
Support for downloads/uploads via the HTTP and HTTPS protocols.
|
Modifier and Type | Field and Description |
---|---|
private GlobalState.CompoundKey |
LocalState.expectContinueKey |
private GlobalState.CompoundKey |
LocalState.userTokenKey |
Modifier and Type | Field and 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 |
Modifier and Type | Method and 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) |