|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hdfs.web.resources.HttpOpParam.TemporaryRedirectOp
public static class HttpOpParam.TemporaryRedirectOp
Expects HTTP response 307 "Temporary Redirect".
| Method Summary | |
|---|---|
boolean |
getDoOutput()
|
int |
getExpectedHttpResponseCode()
Override the original expected response with "Temporary Redirect". |
boolean |
getRedirect()
|
boolean |
getRequireAuth()
|
HttpOpParam.Type |
getType()
|
String |
toQueryString()
|
static HttpOpParam.TemporaryRedirectOp |
valueOf(HttpOpParam.Op op)
Get an object for the given op. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static HttpOpParam.TemporaryRedirectOp valueOf(HttpOpParam.Op op)
public HttpOpParam.Type getType()
getType in interface HttpOpParam.Oppublic boolean getRequireAuth()
getRequireAuth in interface HttpOpParam.Oppublic boolean getDoOutput()
getDoOutput in interface HttpOpParam.Oppublic boolean getRedirect()
getRedirect in interface HttpOpParam.Oppublic int getExpectedHttpResponseCode()
getExpectedHttpResponseCode in interface HttpOpParam.Oppublic String toQueryString()
toQueryString in interface HttpOpParam.Op
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||