Class BaseIoSessionConfig

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BaseIoSessionConfig()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()
      Returns a deep clone of this configuration.
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaseIoSessionConfig

        protected BaseIoSessionConfig()
    • Method Detail

      • clone

        public java.lang.Object clone()
        Description copied from interface: IoSessionConfig
        Returns a deep clone of this configuration.
        Specified by:
        clone in interface IoSessionConfig
        Overrides:
        clone in class java.lang.Object