Uses of Class
org.eclipse.aether.transport.http.LocalState
-
Packages that use LocalState Package Description org.eclipse.aether.transport.http Support for downloads/uploads via the HTTP and HTTPS protocols. -
-
Uses of LocalState in org.eclipse.aether.transport.http
Fields in org.eclipse.aether.transport.http declared as LocalState Modifier and Type Field Description private LocalState
HttpTransporter. state
private LocalState
SharingAuthCache. state
private LocalState
SharingHttpContext. state
Methods in org.eclipse.aether.transport.http that return LocalState Modifier and Type Method Description (package private) LocalState
HttpTransporter. getState()
Constructors in org.eclipse.aether.transport.http with parameters of type LocalState Constructor Description SharingAuthCache(LocalState state)
SharingHttpContext(LocalState state)
-