public abstract class EndpointResponseFailureCallback
extends java.lang.Object
implements com.github.ljtfreitas.restify.http.client.call.async.EndpointCallFailureCallback
| Constructor and Description |
|---|
EndpointResponseFailureCallback() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onBadGateway(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
protected void |
onBadRequest(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
protected void |
onConflict(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
protected void |
onException(java.lang.Throwable throwable) |
protected void |
onExpectationFailed(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
protected void |
onFailure(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
void |
onFailure(java.lang.Throwable throwable) |
protected void |
onForbidden(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
protected void |
onGatewayTimeout(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
protected void |
onGone(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
protected void |
onHttpVersionNotSupported(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
protected void |
onInternalServerError(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
protected void |
onLengthRequired(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
protected void |
onMethodNotAllowed(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
protected void |
onNotAcceptable(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
protected void |
onNotFound(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
protected void |
onNotImplemented(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
protected void |
onPreconditionFailed(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
protected void |
onProxyAuthenticationRequired(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
protected void |
onRequestedRangeNotSatisfiable(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
protected void |
onRequestEntityTooLarge(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
protected void |
onRequestTimeout(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
protected void |
onRequestUriTooLong(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
protected void |
onServiceUnavailable(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
protected void |
onUnauthorized(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
protected void |
onUnsupportedMediaType(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response) |
public final void onFailure(java.lang.Throwable throwable)
onFailure in interface com.github.ljtfreitas.restify.http.client.call.async.EndpointCallFailureCallbackprotected void onException(java.lang.Throwable throwable)
protected void onBadRequest(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onUnauthorized(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onForbidden(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onNotFound(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onMethodNotAllowed(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onNotAcceptable(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onProxyAuthenticationRequired(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onRequestTimeout(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onConflict(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onGone(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onLengthRequired(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onPreconditionFailed(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onRequestEntityTooLarge(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onRequestUriTooLong(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onUnsupportedMediaType(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onRequestedRangeNotSatisfiable(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onExpectationFailed(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onInternalServerError(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onNotImplemented(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onBadGateway(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onServiceUnavailable(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onGatewayTimeout(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onHttpVersionNotSupported(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
protected void onFailure(com.github.ljtfreitas.restify.http.client.response.EndpointResponse<java.lang.String> response)
Copyright © 2019. All Rights Reserved.