Uses of Class
org.apache.qpid.protonj2.types.transport.End
-
-
Uses of End in org.apache.qpid.protonj2.codec.decoders.transport
Methods in org.apache.qpid.protonj2.codec.decoders.transport that return End Modifier and Type Method Description End[]EndTypeDecoder. readArrayElements(java.io.InputStream stream, StreamDecoderState state, int count)End[]EndTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)EndEndTypeDecoder. readValue(java.io.InputStream stream, StreamDecoderState state)EndEndTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.transport that return types with arguments of type End Modifier and Type Method Description java.lang.Class<End>EndTypeDecoder. getTypeClass() -
Uses of End in org.apache.qpid.protonj2.codec.encoders.transport
Methods in org.apache.qpid.protonj2.codec.encoders.transport that return types with arguments of type End Modifier and Type Method Description java.lang.Class<End>EndTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.transport with parameters of type End Modifier and Type Method Description intEndTypeEncoder. getElementCount(End end)byteEndTypeEncoder. getListEncoding(End value)voidEndTypeEncoder. writeElement(End end, int index, ProtonBuffer buffer, EncoderState state) -
Uses of End in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl with parameters of type End Modifier and Type Method Description voidProtonConnection. handleEnd(End end, ProtonBuffer payload, int channel, ProtonEngine context)voidProtonPerformativeHandler. handleEnd(End end, ProtonBuffer payload, int channel, EngineHandlerContext context) -
Uses of End in org.apache.qpid.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport that return End Modifier and Type Method Description EndEnd. copy()EndEnd. setError(ErrorCondition error)Methods in org.apache.qpid.protonj2.types.transport with parameters of type End Modifier and Type Method Description default voidPerformative.PerformativeHandler. handleEnd(End end, ProtonBuffer payload, int channel, E context)
-