io.honeycomb.libhoney.ResponseObserver
CautiousResponseObserver
public 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.ResponseObserver
public void onServerRejected(io.honeycomb.libhoney.responses.ServerRejected serverRejected)
onServerRejected
in interface io.honeycomb.libhoney.ResponseObserver
public void onClientRejected(io.honeycomb.libhoney.responses.ClientRejected clientRejected)
onClientRejected
in interface io.honeycomb.libhoney.ResponseObserver
public void onUnknown(io.honeycomb.libhoney.responses.Unknown unknown)
onUnknown
in interface io.honeycomb.libhoney.ResponseObserver
protected void handle401(io.honeycomb.libhoney.responses.ServerRejected serverRejected)
Copyright © 2019–2020 Honeycomb. All rights reserved.