Interface ClientMethodProcessor<T extends ClientChannelMethodProcessor>

    • Method Detail

      • receiveConnectionStart

        void receiveConnectionStart​(short versionMajor,
                                    short versionMinor,
                                    FieldTable serverProperties,
                                    byte[] mechanisms,
                                    byte[] locales)
      • receiveConnectionSecure

        void receiveConnectionSecure​(byte[] challenge)
      • receiveConnectionTune

        void receiveConnectionTune​(int channelMax,
                                   long frameMax,
                                   int heartbeat)
      • receiveConnectionOpenOk

        void receiveConnectionOpenOk​(AMQShortString knownHosts)