Uses of Class
org.apache.qpid.protonj2.engine.impl.ProtonEngine
Packages that use ProtonEngine
-
Uses of ProtonEngine in org.apache.qpid.protonj2.engine.impl
Fields in org.apache.qpid.protonj2.engine.impl declared as ProtonEngineMethods in org.apache.qpid.protonj2.engine.impl that return ProtonEngineModifier and TypeMethodDescriptionProtonEnginePipeline.engine()
ProtonEnginePipelineProxy.engine()
ProtonEngine.errorHandler
(EventHandler<Engine> handler) ProtonEndpoint.getEngine()
ProtonEngine.ingest
(ProtonBuffer input) ProtonEngine.outputHandler
(BiConsumer<ProtonBuffer, Runnable> handler) ProtonEngine.shutdown()
ProtonEngine.shutdownHandler
(EventHandler<Engine> handler) ProtonEngine.tickAuto
(ScheduledExecutorService executor) Methods in org.apache.qpid.protonj2.engine.impl with parameters of type ProtonEngineModifier and TypeMethodDescriptionvoid
ProtonConnection.handleAMQPHeader
(AMQPHeader header, ProtonEngine context) void
ProtonConnection.handleAttach
(Attach attach, ProtonBuffer payload, int channel, ProtonEngine context) void
ProtonConnection.handleBegin
(Begin begin, ProtonBuffer payload, int channel, ProtonEngine context) void
ProtonConnection.handleClose
(Close close, ProtonBuffer payload, int channel, ProtonEngine context) void
ProtonConnection.handleDetach
(Detach detach, ProtonBuffer payload, int channel, ProtonEngine context) void
ProtonConnection.handleDisposition
(Disposition disposition, ProtonBuffer payload, int channel, ProtonEngine context) void
ProtonConnection.handleEnd
(End end, ProtonBuffer payload, int channel, ProtonEngine context) void
ProtonConnection.handleFlow
(Flow flow, ProtonBuffer payload, int channel, ProtonEngine context) void
ProtonConnection.handleOpen
(Open open, ProtonBuffer payload, int channel, ProtonEngine context) void
ProtonConnection.handleSASLHeader
(AMQPHeader header, ProtonEngine context) void
ProtonConnection.handleTransfer
(Transfer transfer, ProtonBuffer payload, int channel, ProtonEngine context) Constructors in org.apache.qpid.protonj2.engine.impl with parameters of type ProtonEngineModifierConstructorDescriptionProtonEndpoint
(ProtonEngine engine) Create a newProtonEndpoint
instance with the given Engine as the owner.