public interface InternalAbandonableRequest extends InternalRequest
Modifier and Type | Method and Description |
---|---|
void |
abandon()
Abandons this request.
|
void |
addAbandonListener(AbandonListener listener)
Adds listener to be notified if this request gets abandoned.
|
boolean |
isAbandoned()
Checks to see if this request has been abandoned.
|
hasResponse
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
void abandon()
boolean isAbandoned()
void addAbandonListener(AbandonListener listener)
listener
- to be notified if this request gets abandoned.Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.