Package com.lucimber.dbus.netty
Class DBusHandlerNames
java.lang.Object
com.lucimber.dbus.netty.DBusHandlerNames
Utility class containing standardized names for D-Bus pipeline handlers. This ensures consistent
naming across the pipeline for handler management and reconnection scenarios.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
SASL_INITIATION_HANDLER
- See Also:
-
SASL_CODEC
- See Also:
-
SASL_AUTHENTICATION_HANDLER
- See Also:
-
NETTY_BYTE_LOGGER
- See Also:
-
FRAME_ENCODER
- See Also:
-
OUTBOUND_MESSAGE_ENCODER
- See Also:
-
FRAME_DECODER
- See Also:
-
INBOUND_MESSAGE_DECODER
- See Also:
-
DBUS_MANDATORY_NAME_HANDLER
- See Also:
-
CONNECTION_COMPLETION_HANDLER
- See Also:
-
SASL_MESSAGE_DECODER
- See Also:
-
SASL_MESSAGE_ENCODER
- See Also:
-