public class SMPHttpResponseHandlerWriteOperations extends AbstractSMPResponseHandler<Object>
Note: this class is also licensed under Apache 2 license, as it was not part of the original implementation
| Constructor and Description |
|---|
SMPHttpResponseHandlerWriteOperations() |
| Modifier and Type | Method and Description |
|---|---|
Object |
handleEntity(org.apache.http.HttpEntity aEntity)
Handle the response entity and transform it into the actual response
object.
|
handleResponsepublic SMPHttpResponseHandlerWriteOperations()
@Nullable public Object handleEntity(@Nonnull org.apache.http.HttpEntity aEntity) throws IOException
AbstractSMPResponseHandlerhandleEntity in class AbstractSMPResponseHandler<Object>aEntity - The entity to handlenull.IOException - if something goes wrongCopyright © 2015–2017 Philip Helger. All rights reserved.