| Package | Description |
|---|---|
| com.jsunsoft.http |
| Modifier and Type | Method and Description |
|---|---|
OtherwiseSupport<T> |
FilterSupport.ifNotPassed(Consumer<ResponseHandler<T>> consumer) |
OtherwiseSupport<T> |
FilterSupport.ifPassed(Consumer<ResponseHandler<T>> consumer) |
OtherwiseSupport<T> |
ResponseHandler.ifSuccess(Consumer<ResponseHandler<T>> consumer)
If status code is success , invoke the specified consumer with the responseHandler and returns
OtherwiseSupport with ignore else OtherwiseSupport with not ignore. |
Copyright © 2021. All rights reserved.