java.lang.Object
org.apache.qpid.proton.amqp.transport.Begin
All Implemented Interfaces:
FrameBody

public final class Begin extends Object implements FrameBody
  • Constructor Details

    • Begin

      public Begin()
    • Begin

      public Begin(Begin other)
  • Method Details

    • getRemoteChannel

      public UnsignedShort getRemoteChannel()
    • setRemoteChannel

      public void setRemoteChannel(UnsignedShort remoteChannel)
    • getNextOutgoingId

      public UnsignedInteger getNextOutgoingId()
    • setNextOutgoingId

      public void setNextOutgoingId(UnsignedInteger nextOutgoingId)
    • getIncomingWindow

      public UnsignedInteger getIncomingWindow()
    • setIncomingWindow

      public void setIncomingWindow(UnsignedInteger incomingWindow)
    • getOutgoingWindow

      public UnsignedInteger getOutgoingWindow()
    • setOutgoingWindow

      public void setOutgoingWindow(UnsignedInteger outgoingWindow)
    • getHandleMax

      public UnsignedInteger getHandleMax()
    • setHandleMax

      public void setHandleMax(UnsignedInteger handleMax)
    • getOfferedCapabilities

      public Symbol[] getOfferedCapabilities()
    • setOfferedCapabilities

      public void setOfferedCapabilities(Symbol... offeredCapabilities)
    • getDesiredCapabilities

      public Symbol[] getDesiredCapabilities()
    • setDesiredCapabilities

      public void setDesiredCapabilities(Symbol... desiredCapabilities)
    • getProperties

      public Map getProperties()
    • setProperties

      public void setProperties(Map properties)
    • invoke

      public <E> void invoke(FrameBody.FrameBodyHandler<E> handler, Binary payload, E context)
      Specified by:
      invoke in interface FrameBody
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • copy

      public Begin copy()
      Specified by:
      copy in interface FrameBody
      Returns:
      a deep copy of this FrameBody.