| |
|
| edu.indiana.lib.twinpeaks.search.HttpTransactionQueryInterface
All known Subclasses: edu.indiana.lib.twinpeaks.search.HttpTransactionQueryBase,
HttpTransactionQueryInterface | public interface HttpTransactionQueryInterface (Code) | | |
Method Summary | |
public void | setQueryMethod(String method) Parameters: method - HTTP submission type. | public void | setRedirectBehavior(int behavior) Set desired redirect behavior for the HTTP transaction code
Parameters: behavior - Desired redirect handling. |
REDIRECT_AUTOMATIC | final static int REDIRECT_AUTOMATIC(Code) | | URLConnection handles all redirects
|
REDIRECT_MANAGED | final static int REDIRECT_MANAGED(Code) | | The QueryBase submit code handles redirects
|
REDIRECT_MANAGED_SINGLESTEP | final static int REDIRECT_MANAGED_SINGLESTEP(Code) | | The caller will get control at each individual step in the redirect chain
|
setQueryMethod | public void setQueryMethod(String method)(Code) | | Parameters: method - HTTP submission type. (one of the METHOD constants) |
setRedirectBehavior | public void setRedirectBehavior(int behavior)(Code) | | Set desired redirect behavior for the HTTP transaction code
Parameters: behavior - Desired redirect handling. (one of the REDIRECT constants) |
|
|
|