| Package | Description |
|---|---|
| xyz.cofe.http | |
| xyz.cofe.http.download |
| Modifier and Type | Field and Description |
|---|---|
protected HttpDownloader.State |
HttpDownloader.StateChangedEvent.newState |
protected HttpDownloader.State |
HttpDownloader.StateChangedEvent.oldState |
protected HttpDownloader.State |
HttpDownloader.state |
| Modifier and Type | Method and Description |
|---|---|
HttpDownloader.State |
HttpDownloader.StateChangedEvent.getNewState() |
HttpDownloader.State |
HttpDownloader.StateChangedEvent.getOldState() |
HttpDownloader.State |
HttpDownloader.getState()
Получение состояния объекта
|
static HttpDownloader.State |
HttpDownloader.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpDownloader.State[] |
HttpDownloader.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpListenerAdapter.downloaderStateChanged(HttpDownloader.StateChangedEvent event,
HttpDownloader downloader,
HttpDownloader.State oldState,
HttpDownloader.State newState) |
protected void |
HttpDownloader.setState(HttpDownloader.State newState) |
protected HttpDownloader.StateChangedEvent |
HttpDownloader.setStateAndRetEvent(HttpDownloader.State newState) |
| Constructor and Description |
|---|
StateChangedEvent(HttpDownloader downloader,
HttpDownloader.State oldState,
HttpDownloader.State newState) |
| Modifier and Type | Field and Description |
|---|---|
protected HttpDownloader.State |
ProgressCounters.lastStateChangedValue |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProgressCounters.onStateChanged(HttpDownloader downloader,
HttpDownloader.StateChangedEvent event,
HttpDownloader.State oldState,
HttpDownloader.State newState) |
Copyright © 2017. All rights reserved.