public static interface IPodLogRetrievalAsync.IPodLogListener
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(int code,
String reason)
Callback received when the connection to the pod is terminated from the
server-side
|
void |
onFailure(Throwable t)
Callback received when the web socket connection fails
|
void |
onMessage(String message)
A log message
|
void |
onOpen()
Callback received on initial connection
|
void onOpen()
void onMessage(String message)
void onClose(int code,
String reason)
code - a valid http response codereason - a reason for termination, may be nullvoid onFailure(Throwable t)
t - the exception which occurredCopyright © 2020 Red Hat, Inc. All Rights Reserved.