Class Begin
java.lang.Object
org.apache.qpid.protonj2.types.transport.Begin
- All Implemented Interfaces:
Performative
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.qpid.protonj2.types.transport.Performative
Performative.PerformativeHandler<E>, Performative.PerformativeType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()Symbol[]intlonglonglongSymbol[]longintbooleanbooleanhasElement(int index) booleanbooleanbooleanbooleanbooleanbooleanboolean<E> voidinvoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context) booleanisEmpty()setDesiredCapabilities(Symbol... desiredCapabilities) setHandleMax(int handleMax) setHandleMax(long handleMax) setIncomingWindow(int incomingWindow) setIncomingWindow(long incomingWindow) setNextOutgoingId(int nextOutgoingId) setNextOutgoingId(long nextOutgoingId) setOfferedCapabilities(Symbol... offeredCapabilities) setOutgoingWindow(int outgoingWindow) setOutgoingWindow(long outgoingWindow) setProperties(Map<Symbol, Object> properties) setRemoteChannel(int remoteChannel) toString()
-
Field Details
-
DESCRIPTOR_CODE
-
DESCRIPTOR_SYMBOL
-
-
Constructor Details
-
Begin
public Begin()
-
-
Method Details
-
getPerformativeType
- Specified by:
getPerformativeTypein interfacePerformative
-
copy
- Specified by:
copyin interfacePerformative
-
isEmpty
public boolean isEmpty() -
getElementCount
public int getElementCount() -
hasElement
public boolean hasElement(int index) -
hasRemoteChannel
public boolean hasRemoteChannel() -
hasNextOutgoingId
public boolean hasNextOutgoingId() -
hasIncomingWindow
public boolean hasIncomingWindow() -
hasOutgoingWindow
public boolean hasOutgoingWindow() -
hasHandleMax
public boolean hasHandleMax() -
hasOfferedCapabilities
public boolean hasOfferedCapabilities() -
hasDesiredCapabilities
public boolean hasDesiredCapabilities() -
hasProperties
public boolean hasProperties() -
getRemoteChannel
public int getRemoteChannel() -
setRemoteChannel
-
getNextOutgoingId
public long getNextOutgoingId() -
setNextOutgoingId
-
setNextOutgoingId
-
getIncomingWindow
public long getIncomingWindow() -
setIncomingWindow
-
setIncomingWindow
-
getOutgoingWindow
public long getOutgoingWindow() -
setOutgoingWindow
-
setOutgoingWindow
-
getHandleMax
public long getHandleMax() -
setHandleMax
-
setHandleMax
-
getOfferedCapabilities
-
setOfferedCapabilities
-
getDesiredCapabilities
-
setDesiredCapabilities
-
getProperties
-
setProperties
-
invoke
public <E> void invoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context) - Specified by:
invokein interfacePerformative
-
toString
-