Class SaslChallengeFrame

java.lang.Object
com.swiftmq.amqp.v100.transport.AMQPFrame
com.swiftmq.amqp.v100.generated.security.sasl.SaslChallengeFrame
All Implemented Interfaces:
SaslFrameIF, FrameIF, Writable

public class SaslChallengeFrame extends AMQPFrame implements SaslFrameIF

Send the SASL challenge data as defined by the SASL specification.

Version:
AMQP Version v100. Generation Date: Wed Apr 18 14:09:32 CEST 2012
Author:
IIT Software GmbH, Bremen/Germany, (c) 2012, All Rights Reserved
  • Field Details

  • Constructor Details

    • SaslChallengeFrame

      public SaslChallengeFrame(int channel, AMQPList body) throws Exception
      Constructs a SaslChallengeFrame.
      Parameters:
      channel - the channel id
      body - the frame body
      Throws:
      Exception
    • SaslChallengeFrame

      public SaslChallengeFrame(int channel)
      Constructs a SaslChallengeFrame.
      Parameters:
      channel - the channel id
  • Method Details