Uses of Class
org.apache.qpid.protonj2.types.transport.Begin
-
-
Uses of Begin in org.apache.qpid.protonj2.codec.decoders.transport
Methods in org.apache.qpid.protonj2.codec.decoders.transport that return Begin Modifier and Type Method Description Begin[]BeginTypeDecoder. readArrayElements(java.io.InputStream stream, StreamDecoderState state, int count)Begin[]BeginTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)BeginBeginTypeDecoder. readValue(java.io.InputStream stream, StreamDecoderState state)BeginBeginTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.transport that return types with arguments of type Begin Modifier and Type Method Description java.lang.Class<Begin>BeginTypeDecoder. getTypeClass() -
Uses of Begin in org.apache.qpid.protonj2.codec.encoders.transport
Methods in org.apache.qpid.protonj2.codec.encoders.transport that return types with arguments of type Begin Modifier and Type Method Description java.lang.Class<Begin>BeginTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.transport with parameters of type Begin Modifier and Type Method Description intBeginTypeEncoder. getElementCount(Begin begin)byteBeginTypeEncoder. getListEncoding(Begin value)voidBeginTypeEncoder. writeElement(Begin begin, int index, ProtonBuffer buffer, EncoderState state) -
Uses of Begin in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl with parameters of type Begin Modifier and Type Method Description voidProtonConnection. handleBegin(Begin begin, ProtonBuffer payload, int channel, ProtonEngine context)voidProtonPerformativeHandler. handleBegin(Begin begin, ProtonBuffer payload, int channel, EngineHandlerContext context) -
Uses of Begin in org.apache.qpid.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport that return Begin Modifier and Type Method Description BeginBegin. copy()BeginBegin. setDesiredCapabilities(Symbol... desiredCapabilities)BeginBegin. setHandleMax(int handleMax)BeginBegin. setHandleMax(long handleMax)BeginBegin. setIncomingWindow(int incomingWindow)BeginBegin. setIncomingWindow(long incomingWindow)BeginBegin. setNextOutgoingId(int nextOutgoingId)BeginBegin. setNextOutgoingId(long nextOutgoingId)BeginBegin. setOfferedCapabilities(Symbol... offeredCapabilities)BeginBegin. setOutgoingWindow(int outgoingWindow)BeginBegin. setOutgoingWindow(long outgoingWindow)BeginBegin. setProperties(java.util.Map<Symbol,java.lang.Object> properties)BeginBegin. setRemoteChannel(int remoteChannel)Methods in org.apache.qpid.protonj2.types.transport with parameters of type Begin Modifier and Type Method Description default voidPerformative.PerformativeHandler. handleBegin(Begin begin, ProtonBuffer payload, int channel, E context)
-