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(org.apache.http.params.HttpParams params)
           
 void reset()
           
 void sendResponse(org.apache.http.HttpResponse response)
           
 
Methods inherited from interface org.apache.http.HttpConnection
close, getSocketTimeout, isOpen, isStale, setSocketTimeout, shutdown
 
Methods inherited from interface org.apache.http.HttpInetConnection
getLocalAddress, getLocalPort, getRemoteAddress, getRemotePort
 

Method Detail

receiveRequest

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

getInputStream

public java.io.InputStream getInputStream()

sendResponse

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

getOutputStream

public java.io.OutputStream getOutputStream()

flush

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

reset

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


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.