Uses of Enum Class
org.freedesktop.dbus.connections.SASL.SaslCommand
Packages that use SASL.SaslCommand
-
Uses of SASL.SaslCommand in org.freedesktop.dbus.connections
Subclasses with type arguments of type SASL.SaslCommand in org.freedesktop.dbus.connectionsMethods in org.freedesktop.dbus.connections that return SASL.SaslCommandModifier and TypeMethodDescriptionSASL.Command.getCommand()static SASL.SaslCommandReturns the enum constant of this class with the specified name.static SASL.SaslCommand[]SASL.SaslCommand.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.freedesktop.dbus.connections with parameters of type SASL.SaslCommandModifier and TypeMethodDescriptionvoidSASL.send(SocketChannel _sock, SASL.SaslCommand _command, String... _data)