Class Shell.LatchListener
- java.lang.Object
-
- org.infinispan.cli.commands.kubernetes.Shell.LatchListener
-
-
Constructor Summary
Constructors Constructor Description LatchListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonClose(int code, String reason)voidonFailure(Throwable t, okhttp3.Response response)voidonOpen(okhttp3.Response response)
-
-
-
Method Detail
-
onOpen
public void onOpen(okhttp3.Response response)
- Specified by:
onOpenin interfaceio.fabric8.kubernetes.client.dsl.ExecListener
-
onFailure
public void onFailure(Throwable t, okhttp3.Response response)
- Specified by:
onFailurein interfaceio.fabric8.kubernetes.client.dsl.ExecListener
-
onClose
public void onClose(int code, String reason)- Specified by:
onClosein interfaceio.fabric8.kubernetes.client.dsl.ExecListener
-
-