| Package | Description |
|---|---|
| xyz.cofe.http |
| Modifier and Type | Field and Description |
|---|---|
protected HttpResponse.State |
HttpResponse.StateChangedEvent.newState |
protected HttpResponse.State |
HttpResponse.StateChangedEvent.oldState |
protected HttpResponse.State |
HttpResponse.state |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse.State |
HttpResponse.StateChangedEvent.getNewState() |
HttpResponse.State |
HttpResponse.StateChangedEvent.getOldState() |
HttpResponse.State |
HttpResponse.getState()
Возвращает текущее состояние объекта
|
static HttpResponse.State |
HttpResponse.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpResponse.State[] |
HttpResponse.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.responseStateChanged(HttpResponse.StateChangedEvent event,
HttpResponse response,
HttpResponse.State oldState,
HttpResponse.State newState) |
protected void |
HttpResponse.setState(HttpResponse.State newState)
Устанавливает текущее состояние
|
| Constructor and Description |
|---|
StateChangedEvent(HttpResponse downloader,
HttpResponse.State oldState,
HttpResponse.State newState) |
Copyright © 2017. All rights reserved.