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(IOException e)
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)
message - void onClose(int code,
String reason)
code - a valid http response codereason - a reason for termination, may be nullvoid onFailure(IOException e)
e - the exception which occurredCopyright © 2017 Red Hat, Inc. All Rights Reserved.