com.dctl.j2me.io
Class BaseConnection
java.lang.Object
|
+--com.dctl.j2me.io.BaseConnection
- All Implemented Interfaces:
- Connection
- Direct Known Subclasses:
- BaseHttpConnection, Connection, Connection, Connection, Connection, Connection
- public abstract class BaseConnection
- extends Object
- implements Connection
All connections must extend base connections
|
Method Summary |
abstract void |
setParameters(java.lang.String url,
int mode,
boolean timeouts)
Set the URL, mode and timeouts |
protocol
protected ProtocolString protocol
- The protocol string
BaseConnection
public BaseConnection()
setParameters
public abstract void setParameters(java.lang.String url,
int mode,
boolean timeouts)
throws IOException
- Set the URL, mode and timeouts
- Parameters:
url - The URL passed to connector.openmode - The mode passed to connector.open or DEFAULTtimeouts - true if timeout exceptions should occur
- Throws:
IOException - if there is an error
DCT Lightfoot v3 API specification