org.xmlBlaster.client.protocol.http.j2me
Class UrlConnectionMicro
java.lang.Object
org.xmlBlaster.client.protocol.http.j2me.UrlConnectionMicro
- All Implemented Interfaces:
- I_Connection
- public class UrlConnectionMicro
- extends java.lang.Object
- implements I_Connection
UrlConnectionMicro
- Author:
- Michele Laghi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UrlConnectionMicro
public UrlConnectionMicro(java.lang.String url)
throws java.io.IOException
getInputStream
public java.io.InputStream getInputStream()
throws java.io.IOException
- Specified by:
getInputStream in interface I_Connection
- Throws:
java.io.IOException
getOutputStream
public java.io.OutputStream getOutputStream()
throws java.io.IOException
- Specified by:
getOutputStream in interface I_Connection
- Throws:
java.io.IOException
getHeaderField
public java.lang.String getHeaderField(java.lang.String key)
- Specified by:
getHeaderField in interface I_Connection
setRequestProperty
public void setRequestProperty(java.lang.String key,
java.lang.String val)
- Specified by:
setRequestProperty in interface I_Connection
setPostMethod
public void setPostMethod()
- Specified by:
setPostMethod in interface I_Connection
setDoInput
public void setDoInput(boolean doInput)
- Specified by:
setDoInput in interface I_Connection
setDoOutput
public void setDoOutput(boolean doOutput)
- Specified by:
setDoOutput in interface I_Connection
setUseCaches
public void setUseCaches(boolean useCaches)
- Specified by:
setUseCaches in interface I_Connection
connect
public void connect()
throws java.io.IOException
- Specified by:
connect in interface I_Connection
- Throws:
java.io.IOException
Copyright © 1999-2007 The xmlBlaster.org contributers.