Package akka.io

Class Inet$


  • public class Inet$
    extends java.lang.Object
    SocketOption is a package of data (from the user) and associated behavior (how to apply that to a channel).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Inet$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Inet$()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final Inet$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Inet$

        public Inet$()