Class Shell.LatchListener

  • All Implemented Interfaces:
    io.fabric8.kubernetes.client.dsl.ExecListener
    Enclosing class:
    Shell

    public static class Shell.LatchListener
    extends Object
    implements io.fabric8.kubernetes.client.dsl.ExecListener
    • Constructor Detail

      • LatchListener

        public LatchListener()
    • Method Detail

      • onOpen

        public void onOpen​(okhttp3.Response response)
        Specified by:
        onOpen in interface io.fabric8.kubernetes.client.dsl.ExecListener
      • onFailure

        public void onFailure​(Throwable t,
                              okhttp3.Response response)
        Specified by:
        onFailure in interface io.fabric8.kubernetes.client.dsl.ExecListener
      • onClose

        public void onClose​(int code,
                            String reason)
        Specified by:
        onClose in interface io.fabric8.kubernetes.client.dsl.ExecListener