public interface HttpConnection
HttpConnectionProvider.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes connection.
|
java.io.InputStream |
getInputStream()
Returns connection input stream.
|
java.io.OutputStream |
getOutputStream()
Returns connection output stream.
|
java.io.OutputStream getOutputStream()
throws java.io.IOException
java.io.IOExceptionjava.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOExceptionvoid close()
Copyright © 2003-2013 Jodd Team