Class Open
java.lang.Object
org.apache.qpid.protonj2.types.transport.Open
- 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()intSymbol[]intlongSymbol[]longSymbol[]Symbol[]booleanbooleanbooleanbooleanhasElement(int index) booleanbooleanbooleanbooleanbooleanbooleanboolean<E> voidinvoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context) booleanisEmpty()setChannelMax(int channelMax) setChannelMax(short channelMax) setContainerId(String containerId) setDesiredCapabilities(Symbol... desiredCapabilities) setHostname(String hostname) setIdleTimeout(int idleTimeout) setIdleTimeout(long idleTimeout) setIncomingLocales(Symbol... incomingLocales) setMaxFrameSize(int maxFrameSize) setMaxFrameSize(long maxFrameSize) setOfferedCapabilities(Symbol... offeredCapabilities) setOutgoingLocales(Symbol... outgoingLocales) setProperties(Map<Symbol, Object> properties) toString()
-
Field Details
-
DESCRIPTOR_CODE
-
DESCRIPTOR_SYMBOL
-
-
Constructor Details
-
Open
public Open()
-
-
Method Details
-
copy
- Specified by:
copyin interfacePerformative
-
isEmpty
public boolean isEmpty() -
getElementCount
public int getElementCount() -
hasElement
public boolean hasElement(int index) -
hasContainerId
public boolean hasContainerId() -
hasHostname
public boolean hasHostname() -
hasMaxFrameSize
public boolean hasMaxFrameSize() -
hasChannelMax
public boolean hasChannelMax() -
hasIdleTimeout
public boolean hasIdleTimeout() -
hasOutgoingLocales
public boolean hasOutgoingLocales() -
hasIncomingLocales
public boolean hasIncomingLocales() -
hasOfferedCapabilities
public boolean hasOfferedCapabilities() -
hasDesiredCapabilities
public boolean hasDesiredCapabilities() -
hasProperties
public boolean hasProperties() -
getContainerId
-
setContainerId
-
getHostname
-
setHostname
-
getMaxFrameSize
public long getMaxFrameSize() -
setMaxFrameSize
-
setMaxFrameSize
-
getChannelMax
public int getChannelMax() -
setChannelMax
-
setChannelMax
-
getIdleTimeout
public long getIdleTimeout() -
setIdleTimeout
-
setIdleTimeout
-
getOutgoingLocales
-
setOutgoingLocales
-
getIncomingLocales
-
setIncomingLocales
-
getOfferedCapabilities
-
setOfferedCapabilities
-
getDesiredCapabilities
-
setDesiredCapabilities
-
getProperties
-
setProperties
-
getPerformativeType
- Specified by:
getPerformativeTypein interfacePerformative
-
invoke
public <E> void invoke(Performative.PerformativeHandler<E> handler, ProtonBuffer payload, int channel, E context) - Specified by:
invokein interfacePerformative
-
toString
-