|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpConnectionExtended
Interface extension of the HttpConnection for retry handling. Implemented by the HttpConnectionImpl class and used by the HttpConnectionFactoryImpl as handle for a managed connection.
| Method Summary | |
|---|---|
int |
getRequiredDelayForRetries()
Gets the amount of mili seconds to wait before retry. |
boolean |
isRetryRequired()
Gets flag indicating that a retry is required. |
| Methods inherited from interface org.jcoderz.commons.connector.http.HttpConnection |
|---|
close, sendAndReceive, setEventListener, setRequestResponseHeader |
| Method Detail |
|---|
boolean isRetryRequired()
int getRequiredDelayForRetries()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||