public static interface IPodExec.IPodExecOutputListener
| 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 |
onExecErr(String message)
Exec (channel 3) error message
|
void |
onFailure(Throwable t)
Called by lower level errors
|
void |
onOpen()
Callback received on initial connection
|
void |
onStdErr(String message)
Exec received stderr message
|
void |
onStdOut(String message)
Exec received stdout message
|
void onOpen()
void onStdOut(String message)
void onStdErr(String message)
void onExecErr(String message)
void onFailure(Throwable t)
t - Exception causing failurevoid onClose(int code,
String reason)
code - a valid http response codereason - a reason for termination, may be nullCopyright © 2020 Red Hat, Inc. All Rights Reserved.