Package akka.io

Interface Inet.SocketOption

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void afterConnect​(java.net.Socket s)
      Action to be taken for this option after connect returned.
      void beforeConnect​(java.net.Socket s)
      Action to be taken for this option before calling connect()
      void beforeDatagramBind​(java.net.DatagramSocket ds)
      Action to be taken for this option before bind() is called
      void beforeServerSocketBind​(java.net.ServerSocket ss)
      Action to be taken for this option before bind() is called
    • Method Detail

      • afterConnect

        void afterConnect​(java.net.Socket s)
        Action to be taken for this option after connect returned.
      • beforeConnect

        void beforeConnect​(java.net.Socket s)
        Action to be taken for this option before calling connect()
      • beforeDatagramBind

        void beforeDatagramBind​(java.net.DatagramSocket ds)
        Action to be taken for this option before bind() is called
      • beforeServerSocketBind

        void beforeServerSocketBind​(java.net.ServerSocket ss)
        Action to be taken for this option before bind() is called