Class SslConnection.RunnableTask

  • All Implemented Interfaces:
    java.lang.Runnable, Invocable
    Enclosing class:
    SslConnection

    private abstract class SslConnection.RunnableTask
    extends java.lang.Object
    implements java.lang.Runnable, Invocable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String _operation  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RunnableTask​(java.lang.String op)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Runnable

        run
    • Field Detail

      • _operation

        private final java.lang.String _operation
    • Constructor Detail

      • RunnableTask

        protected RunnableTask​(java.lang.String op)
    • Method Detail

      • toString

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