Uses of Interface
com.lucimber.dbus.connection.Pipeline
Packages that use Pipeline
Package
Description
Connection management, lifecycle, and handler pipeline for D-Bus communication.
Netty-based transport implementation for high-performance D-Bus communication.
-
Uses of Pipeline in com.lucimber.dbus.connection
Classes in com.lucimber.dbus.connection that implement PipelineModifier and TypeClassDescriptionfinal class
A thread-safe pipeline ofOutboundHandler
instances associated with aConnection
.Methods in com.lucimber.dbus.connection that return PipelineModifier and TypeMethodDescriptionAppends a newHandler
to the end of the pipeline.Connection.getPipeline()
Retrieves the associatedPipeline
for this connection.ConnectionContext.getPipeline()
Gets the pipeline for this connection context.Context.getPipeline()
Returns the pipeline instance bound to this context.DummyConnection.getPipeline()
Removes theHandler
with the specified name from the pipeline. -
Uses of Pipeline in com.lucimber.dbus.netty
Methods in com.lucimber.dbus.netty that return Pipeline