org.freedesktop.dbus
Class Transport.SASL.Command

java.lang.Object
  extended by org.freedesktop.dbus.Transport.SASL.Command
Enclosing class:
Transport.SASL

public static class Transport.SASL.Command
extends Object


Constructor Summary
Transport.SASL.Command()
           
Transport.SASL.Command(String s)
           
 
Method Summary
 int getCommand()
           
 String getData()
           
 int getMechs()
           
 String getResponse()
           
 void setResponse(String s)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Transport.SASL.Command

public Transport.SASL.Command()

Transport.SASL.Command

public Transport.SASL.Command(String s)
                       throws IOException
Throws:
IOException
Method Detail

getCommand

public int getCommand()

getMechs

public int getMechs()

getData

public String getData()

getResponse

public String getResponse()

setResponse

public void setResponse(String s)

toString

public String toString()
Overrides:
toString in class Object