Uses of Class
org.apache.qpid.protonj2.engine.impl.ProtonEngine
-
Packages that use ProtonEngine Package Description org.apache.qpid.protonj2.engine.impl -
-
Uses of ProtonEngine in org.apache.qpid.protonj2.engine.impl
Fields in org.apache.qpid.protonj2.engine.impl declared as ProtonEngine Modifier and Type Field Description protected ProtonEngine
ProtonEndpoint. engine
Methods in org.apache.qpid.protonj2.engine.impl that return ProtonEngine Modifier and Type Method Description ProtonEngine
ProtonEnginePipeline. engine()
ProtonEngine
ProtonEnginePipelineProxy. engine()
ProtonEngine
ProtonEngine. errorHandler(EventHandler<Engine> handler)
ProtonEngine
ProtonEndpoint. getEngine()
ProtonEngine
ProtonEngine. ingest(ProtonBuffer input)
ProtonEngine
ProtonEngine. outputHandler(BiConsumer<ProtonBuffer,Runnable> handler)
ProtonEngine
ProtonEngine. shutdown()
ProtonEngine
ProtonEngine. shutdownHandler(EventHandler<Engine> handler)
ProtonEngine
ProtonEngine. tickAuto(ScheduledExecutorService executor)
Methods in org.apache.qpid.protonj2.engine.impl with parameters of type ProtonEngine Modifier and Type Method Description void
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 ProtonEngine Constructor Description ProtonEndpoint(ProtonEngine engine)
Create a newProtonEndpoint
instance with the given Engine as the owner.
-