Class SaslResponseFrame

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

public class SaslResponseFrame extends AMQPFrame implements SaslFrameIF

Send the SASL response 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

    • SaslResponseFrame

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

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