org.xmlBlaster.client.protocol.http.common
Interface I_Connection
- All Known Implementing Classes:
- UrlConnection
public interface I_Connection
I_Connection
- Author:
- Michele Laghi
getInputStream
java.io.InputStream getInputStream()
throws java.io.IOException
- Throws:
java.io.IOException
getOutputStream
java.io.OutputStream getOutputStream()
throws java.io.IOException
- Throws:
java.io.IOException
getHeaderField
java.lang.String getHeaderField(java.lang.String key)
setRequestProperty
void setRequestProperty(java.lang.String key,
java.lang.String val)
setPostMethod
void setPostMethod()
setDoInput
void setDoInput(boolean doInput)
setDoOutput
void setDoOutput(boolean doInput)
setUseCaches
void setUseCaches(boolean useCaches)
connect
void connect()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 1999-2014 The xmlBlaster.org contributers.