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 classA thread-safe pipeline ofOutboundHandlerinstances associated with aConnection.Methods in com.lucimber.dbus.connection that return PipelineModifier and TypeMethodDescriptionAppends a newHandlerto the end of the pipeline.Connection.getPipeline()Retrieves the associatedPipelinefor this connection.ConnectionContext.getPipeline()Gets the pipeline for this connection context.Context.getPipeline()Returns the pipeline instance bound to this context.DummyConnection.getPipeline()Removes theHandlerwith the specified name from the pipeline. -
Uses of Pipeline in com.lucimber.dbus.netty
Methods in com.lucimber.dbus.netty that return Pipeline