Class SaslMessage
java.lang.Object
com.lucimber.dbus.connection.sasl.SaslMessage
A SASL message exchanged between a D-Bus instance (server) and a client application.
-
Constructor Summary
ConstructorsConstructorDescriptionSaslMessage
(SaslCommandName commandName, String commandArgs) Constructs a newSaslMessage
. -
Method Summary
Modifier and TypeMethodDescriptionReturns the argument(s) of the SASL command, if present.Returns the name of the SASL command.toString()
-
Constructor Details
-
SaslMessage
Constructs a newSaslMessage
.- Parameters:
commandName
- the name of the command (not null)commandArgs
- the optional args of the command (nullable)- Throws:
NullPointerException
- ifcommandName
is nullIllegalArgumentException
- ifcommandArgs
is blank or not allowed
-
-
Method Details