org.mobicents.client.slee.resource.http
Class HttpClientActivityImpl
java.lang.Object
org.mobicents.client.slee.resource.http.HttpClientActivityImpl
- All Implemented Interfaces:
- HttpClientActivity
public class HttpClientActivityImpl
- extends java.lang.Object
- implements HttpClientActivity
- Author:
- amit bhayani, martins
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
HttpClientActivityImpl
public HttpClientActivityImpl(HttpClientResourceAdaptor ra,
boolean endOnReceivingResponse,
org.apache.http.protocol.HttpContext context)
endActivity
public void endActivity()
- Specified by:
endActivity in interface HttpClientActivity
execute
public void execute(org.apache.http.client.methods.HttpUriRequest httpMethod,
java.lang.Object requestApplicationData)
- Specified by:
execute in interface HttpClientActivity
execute
public void execute(org.apache.http.HttpHost target,
org.apache.http.HttpRequest request,
java.lang.Object requestApplicationData)
- Specified by:
execute in interface HttpClientActivity
getEndOnReceivingResponse
public boolean getEndOnReceivingResponse()
- Specified by:
getEndOnReceivingResponse in interface HttpClientActivity
getHttpContext
public org.apache.http.protocol.HttpContext getHttpContext()
- Specified by:
getHttpContext in interface HttpClientActivity
getSessionId
public java.lang.String getSessionId()
- Specified by:
getSessionId in interface HttpClientActivity
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2011. All Rights Reserved.