Uses of Class
org.freedesktop.dbus.connections.SASL.SaslCommand
-
Packages that use SASL.SaslCommand Package Description org.freedesktop.dbus.connections -
-
Uses of SASL.SaslCommand in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections that return SASL.SaslCommand Modifier and Type Method Description SASL.SaslCommandSASL.Command. getCommand()static SASL.SaslCommandSASL.SaslCommand. valueOf(String name)Returns the enum constant of this type with the specified name.static SASL.SaslCommand[]SASL.SaslCommand. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.freedesktop.dbus.connections with parameters of type SASL.SaslCommand Modifier and Type Method Description voidSASL. send(OutputStream out, SASL.SaslCommand command, String... data)
-