sound.chat
Class ConnectionSettings

java.lang.Object
  extended by sound.chat.ConnectionSettings

public class ConnectionSettings
extends java.lang.Object


Constructor Summary
ConnectionSettings()
           
 
Method Summary
 int getConnectionType()
           
 int getFormatCode()
           
 void setConnectionType(int connectionType)
           
 void setFormatCode(int formatCode)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionSettings

public ConnectionSettings()
Method Detail

setConnectionType

public void setConnectionType(int connectionType)

getConnectionType

public int getConnectionType()

setFormatCode

public void setFormatCode(int formatCode)

getFormatCode

public int getFormatCode()