org.freedesktop.dbus

Class Transport.SASL.Command

public static class Transport.SASL.Command extends Object

Constructor Summary
Command()
Command(String s)
Method Summary
intgetCommand()
StringgetData()
intgetMechs()
StringgetResponse()
voidsetResponse(String s)
StringtoString()

Constructor Detail

Command

public Command()

Command

public Command(String s)

Method Detail

getCommand

public int getCommand()

getData

public String getData()

getMechs

public int getMechs()

getResponse

public String getResponse()

setResponse

public void setResponse(String s)

toString

public String toString()