Package akka.stream

Class IOSettings$


  • public class IOSettings$
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      IOSettings$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      IOSettings apply​(int tcpWriteBufferSize)
      Deprecated.
      Use setting 'akka.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead.
      IOSettings apply​(ActorSystem system)
      Deprecated.
      Use setting 'akka.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead.
      IOSettings apply​(com.typesafe.config.Config config)
      Deprecated.
      Use setting 'akka.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead.
      IOSettings create​(int tcpWriteBufferSize)
      Deprecated.
      Use setting 'akka.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead.
      IOSettings create​(ActorSystem system)
      Deprecated.
      Use setting 'akka.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead.
      IOSettings create​(com.typesafe.config.Config config)
      Deprecated.
      Use setting 'akka.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead.
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • IOSettings$

        public IOSettings$()
    • Method Detail

      • apply

        public IOSettings apply​(ActorSystem system)
        Deprecated.
        Use setting 'akka.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since 2.6.0.
      • apply

        public IOSettings apply​(com.typesafe.config.Config config)
        Deprecated.
        Use setting 'akka.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since 2.6.0.
      • apply

        public IOSettings apply​(int tcpWriteBufferSize)
        Deprecated.
        Use setting 'akka.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since 2.6.0.
      • create

        public IOSettings create​(com.typesafe.config.Config config)
        Deprecated.
        Use setting 'akka.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since 2.6.0.
      • create

        public IOSettings create​(ActorSystem system)
        Deprecated.
        Use setting 'akka.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since 2.6.0.
      • create

        public IOSettings create​(int tcpWriteBufferSize)
        Deprecated.
        Use setting 'akka.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since 2.6.0.