com.jmobilecore.comm
Class HttpSimpleConnection
java.lang.Object
com.jmobilecore.comm.HttpSimpleConnection
public class HttpSimpleConnection
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
http
public javax.microedition.io.HttpConnection http
httpProperties
public java.util.Hashtable httpProperties
iStrm
public java.io.DataInputStream iStrm
responseCode
public int responseCode
HttpSimpleConnection
public HttpSimpleConnection()
HttpSimpleConnection
public HttpSimpleConnection(java.lang.String connString)
close
public void close()
closeHTTP
protected void closeHTTP()
closeInputStream
protected void closeInputStream()
init
protected void init()
open
public boolean open(java.lang.String connString)
openHTTP
protected boolean openHTTP(java.lang.String url)
openInputStream
protected boolean openInputStream()
readBytes
public int readBytes(byte[] data,
int len)
throws java.io.IOException
- Throws:
java.io.IOException