Uses of Class
com.lucimber.dbus.netty.RealityCheckpoint
Packages that use RealityCheckpoint
Package
Description
Netty-based transport implementation for high-performance D-Bus communication.
-
Uses of RealityCheckpoint in com.lucimber.dbus.netty
Methods in com.lucimber.dbus.netty with parameters of type RealityCheckpointModifier and TypeMethodDescriptionstatic void
DBusHandlerConfiguration.initializePipeline
(io.netty.channel.ChannelPipeline pipeline, io.netty.util.concurrent.Promise<Void> connectPromise, RealityCheckpoint appLogicHandler) Initializes the complete pipeline in the correct order.Constructors in com.lucimber.dbus.netty with parameters of type RealityCheckpointModifierConstructorDescriptionNettyConnectionHandle
(io.netty.channel.Channel channel, io.netty.channel.EventLoopGroup eventLoopGroup, ConnectionConfig config, RealityCheckpoint realityCheckpoint)