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
Fields in org.freedesktop.dbus.connections declared as SASL.SaslCommand Modifier and Type Field Description private SASL.SaslCommandSASL.Command. commandMethods in org.freedesktop.dbus.connections that return SASL.SaslCommand Modifier and Type Method Description SASL.SaslCommandSASL.Command. getCommand()static SASL.SaslCommandSASL.SaslCommand. valueOf(java.lang.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(java.nio.channels.SocketChannel _sock, SASL.SaslCommand _command, java.lang.String... _data)
-