|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface Options
| Optional Element Summary | |
|---|---|
Class<? extends Dispatcher> |
dispatcher
|
int[] |
expect
sets the expected response status code. |
long |
timeout
Sets the number of milliseconds to wait for a request to complete. |
public abstract Class<? extends Dispatcher> dispatcher
public abstract int[] expect
public abstract long timeout
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||