Class SslConnection.DecryptedEndPoint.IncompleteWriteCallback

    • Constructor Detail

      • IncompleteWriteCallback

        private IncompleteWriteCallback()
    • Method Detail

      • failed

        public void failed​(java.lang.Throwable x)
        Description copied from interface: Callback

        Callback invoked when the operation fails.

        Specified by:
        failed in interface Callback
        Parameters:
        x - the reason for the operation failure
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object