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 String
getHost(AxisHttpRequest request)
void
service(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:
service
in interfaceWorker
- Throws:
org.apache.http.HttpException
IOException
-
getHost
public String getHost(AxisHttpRequest request) throws SocketException
- Throws:
SocketException
-
-