io.honeycomb.libhoney.ResponseObserverCautiousResponseObserverpublic class DebugResponseObserver extends Object implements io.honeycomb.libhoney.ResponseObserver
| Modifier and Type | Field | Description |
|---|---|---|
protected static String |
ERROR_TEMPLATE_401 |
| Constructor | Description |
|---|---|
DebugResponseObserver() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
handle401(io.honeycomb.libhoney.responses.ServerRejected serverRejected) |
|
void |
onClientRejected(io.honeycomb.libhoney.responses.ClientRejected clientRejected) |
|
void |
onServerAccepted(io.honeycomb.libhoney.responses.ServerAccepted serverAccepted) |
|
void |
onServerRejected(io.honeycomb.libhoney.responses.ServerRejected serverRejected) |
|
void |
onUnknown(io.honeycomb.libhoney.responses.Unknown unknown) |
protected static final String ERROR_TEMPLATE_401
public void onServerAccepted(io.honeycomb.libhoney.responses.ServerAccepted serverAccepted)
onServerAccepted in interface io.honeycomb.libhoney.ResponseObserverpublic void onServerRejected(io.honeycomb.libhoney.responses.ServerRejected serverRejected)
onServerRejected in interface io.honeycomb.libhoney.ResponseObserverpublic void onClientRejected(io.honeycomb.libhoney.responses.ClientRejected clientRejected)
onClientRejected in interface io.honeycomb.libhoney.ResponseObserverpublic void onUnknown(io.honeycomb.libhoney.responses.Unknown unknown)
onUnknown in interface io.honeycomb.libhoney.ResponseObserverprotected void handle401(io.honeycomb.libhoney.responses.ServerRejected serverRejected)
Copyright © 2019–2020 Honeycomb. All rights reserved.