public abstract class HttpResponseListener extends Object implements java.util.function.Consumer<HttpResponseListener.State>
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpResponseListener.State |
| Constructor and Description |
|---|
HttpResponseListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
accept(HttpResponseListener.State state) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic abstract void accept(HttpResponseListener.State state)
accept in interface java.util.function.Consumer<HttpResponseListener.State>Copyright © 2019. All Rights Reserved.