Interface SocketConfigurator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void configure​(Socket socket)
      Provides a hook to insert custom configuration of the sockets used to connect to an AMQP server before they connect.
    • Method Detail

      • configure

        void configure​(Socket socket)
                throws IOException
        Provides a hook to insert custom configuration of the sockets used to connect to an AMQP server before they connect.
        Throws:
        IOException