org.apache.axis2.transport.http.server
Interface AxisHttpConnection

All Superinterfaces:
org.apache.http.HttpConnection, org.apache.http.HttpInetConnection
All Known Implementing Classes:
AxisHttpConnectionImpl

public interface AxisHttpConnection
extends org.apache.http.HttpConnection, org.apache.http.HttpInetConnection


Method Summary
 void flush()
           
 java.io.InputStream getInputStream()
           
 java.io.OutputStream getOutputStream()
           
 org.apache.http.HttpRequest receiveRequest()
           
 void reset()
           
 void sendResponse(org.apache.http.HttpResponse response)
           
 
Methods inherited from interface org.apache.http.HttpInetConnection
getLocalAddress, getLocalPort, getRemoteAddress, getRemotePort
 

Method Detail

receiveRequest

org.apache.http.HttpRequest receiveRequest()
                                           throws org.apache.http.HttpException,
                                                  java.io.IOException
Throws:
org.apache.http.HttpException
java.io.IOException

getInputStream

java.io.InputStream getInputStream()

sendResponse

void sendResponse(org.apache.http.HttpResponse response)
                  throws org.apache.http.HttpException,
                         java.io.IOException
Throws:
org.apache.http.HttpException
java.io.IOException

getOutputStream

java.io.OutputStream getOutputStream()

flush

void flush()
           throws java.io.IOException
Throws:
java.io.IOException

reset

void reset()
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2007 Apache Web Services Project. All Rights Reserved.