public interface AxisHttpConnection
extends org.apache.http.HttpConnection, org.apache.http.HttpInetConnection
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
org.apache.http.HttpRequest |
receiveRequest() |
void |
reset() |
void |
sendResponse(org.apache.http.HttpResponse response) |
org.apache.http.HttpRequest receiveRequest()
throws org.apache.http.HttpException,
IOException
org.apache.http.HttpExceptionIOExceptionInputStream getInputStream()
void sendResponse(org.apache.http.HttpResponse response)
throws org.apache.http.HttpException,
IOException
org.apache.http.HttpExceptionIOExceptionOutputStream getOutputStream()
void flush()
throws IOException
IOExceptionvoid reset()
throws IOException
IOExceptionCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.