Interface SocketConfigurator

All Known Implementing Classes:
DefaultSocketConfigurator

public interface SocketConfigurator
  • Method Summary

    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 Details

    • 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