Package org.apache.axis2.transport.http
Class HTTPWorker
- java.lang.Object
-
- org.apache.axis2.transport.http.HTTPWorker
-
-
Constructor Summary
Constructors Constructor Description HTTPWorker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHost(AxisHttpRequest request)voidservice(AxisHttpRequest request, AxisHttpResponse response, MessageContext msgContext)
-
-
-
Method Detail
-
service
public void service(AxisHttpRequest request, AxisHttpResponse response, MessageContext msgContext) throws org.apache.http.HttpException, IOException
- Specified by:
servicein interfaceWorker- Throws:
org.apache.http.HttpExceptionIOException
-
getHost
public String getHost(AxisHttpRequest request) throws SocketException
- Throws:
SocketException
-
-