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.HttpException
IOException
InputStream getInputStream()
void sendResponse(org.apache.http.HttpResponse response) throws org.apache.http.HttpException, IOException
org.apache.http.HttpException
IOException
OutputStream getOutputStream()
void flush() throws IOException
IOException
void reset() throws IOException
IOException
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.