Uses of Class
org.apache.qpid.protonj2.types.transport.Open
-
-
Uses of Open in org.apache.qpid.protonj2.codec.decoders.transport
Methods in org.apache.qpid.protonj2.codec.decoders.transport that return Open Modifier and Type Method Description Open[]OpenTypeDecoder. readArrayElements(java.io.InputStream stream, StreamDecoderState state, int count)Open[]OpenTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)OpenOpenTypeDecoder. readValue(java.io.InputStream stream, StreamDecoderState state)OpenOpenTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.transport that return types with arguments of type Open Modifier and Type Method Description java.lang.Class<Open>OpenTypeDecoder. getTypeClass() -
Uses of Open in org.apache.qpid.protonj2.codec.encoders.transport
Methods in org.apache.qpid.protonj2.codec.encoders.transport that return types with arguments of type Open Modifier and Type Method Description java.lang.Class<Open>OpenTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.transport with parameters of type Open Modifier and Type Method Description intOpenTypeEncoder. getElementCount(Open open)byteOpenTypeEncoder. getListEncoding(Open value)voidOpenTypeEncoder. writeElement(Open open, int index, ProtonBuffer buffer, EncoderState state) -
Uses of Open in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl with parameters of type Open Modifier and Type Method Description voidProtonConnection. handleOpen(Open open, ProtonBuffer payload, int channel, ProtonEngine context)voidProtonPerformativeHandler. handleOpen(Open open, ProtonBuffer payload, int channel, EngineHandlerContext context) -
Uses of Open in org.apache.qpid.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport that return Open Modifier and Type Method Description OpenOpen. copy()OpenOpen. setChannelMax(int channelMax)OpenOpen. setChannelMax(short channelMax)OpenOpen. setContainerId(java.lang.String containerId)OpenOpen. setDesiredCapabilities(Symbol... desiredCapabilities)OpenOpen. setHostname(java.lang.String hostname)OpenOpen. setIdleTimeout(int idleTimeout)OpenOpen. setIdleTimeout(long idleTimeout)OpenOpen. setIncomingLocales(Symbol... incomingLocales)OpenOpen. setMaxFrameSize(int maxFrameSize)OpenOpen. setMaxFrameSize(long maxFrameSize)OpenOpen. setOfferedCapabilities(Symbol... offeredCapabilities)OpenOpen. setOutgoingLocales(Symbol... outgoingLocales)OpenOpen. setProperties(java.util.Map<Symbol,java.lang.Object> properties)Methods in org.apache.qpid.protonj2.types.transport with parameters of type Open Modifier and Type Method Description default voidPerformative.PerformativeHandler. handleOpen(Open open, ProtonBuffer payload, int channel, E context)
-