Uses of Class
org.apache.qpid.protonj2.types.transport.Begin
Packages that use Begin
Package
Description
-
Uses of Begin in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec with parameters of type BeginModifier and TypeMethodDescriptionvoidPerformativeEncoder.handleBegin(Begin begin, ProtonBuffer target, int channel, Encoder encoder) -
Uses of Begin in org.apache.qpid.protonj2.codec.decoders.transport
Methods in org.apache.qpid.protonj2.codec.decoders.transport that return BeginModifier and TypeMethodDescriptionBegin[]BeginTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) Begin[]BeginTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) BeginTypeDecoder.readValue(InputStream stream, StreamDecoderState state) BeginTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.transport that return types with arguments of type Begin -
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 BeginMethods in org.apache.qpid.protonj2.codec.encoders.transport with parameters of type BeginModifier and TypeMethodDescriptionintBeginTypeEncoder.getElementCount(Begin begin) byteBeginTypeEncoder.getListEncoding(Begin value) voidBeginTypeEncoder.writeElement(Begin begin, int index, ProtonBuffer buffer, Encoder encoder, EncoderState state) -
Uses of Begin in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl with parameters of type BeginModifier and TypeMethodDescriptionvoidProtonConnection.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 BeginModifier and TypeMethodDescriptionBegin.copy()Begin.setDesiredCapabilities(Symbol... desiredCapabilities) Begin.setHandleMax(int handleMax) Begin.setHandleMax(long handleMax) Begin.setIncomingWindow(int incomingWindow) Begin.setIncomingWindow(long incomingWindow) Begin.setNextOutgoingId(int nextOutgoingId) Begin.setNextOutgoingId(long nextOutgoingId) Begin.setOfferedCapabilities(Symbol... offeredCapabilities) Begin.setOutgoingWindow(int outgoingWindow) Begin.setOutgoingWindow(long outgoingWindow) Begin.setProperties(Map<Symbol, Object> properties) Begin.setRemoteChannel(int remoteChannel) Methods in org.apache.qpid.protonj2.types.transport with parameters of type BeginModifier and TypeMethodDescriptiondefault voidPerformative.PerformativeHandler.handleBegin(Begin begin, ProtonBuffer payload, int channel, E context)