File
Doc
Category
Size
Date
Package
ConnectionConfig.java
API Doc
Android 1.5 API
1011
Wed May 06 22:42:46 BST 2009
com.android.im.engine
ConnectionConfig
java.lang.Object
public abstract class ConnectionConfig extends Object
Represents the configuration of a connection. Default procotols will extends this class to provide their own configuration.
Fields Summary
Constructors Summary
Methods Summary
public abstract
java.lang.String
getProtocolName
()
Gets the name of the protocol.
return
the name protocol.
Java Code Source