public static interface HttpOpParam.Op
Modifier and Type | Method and Description |
---|---|
boolean |
getDoOutput() |
int |
getExpectedHttpResponseCode() |
boolean |
getRedirect() |
boolean |
getRequireAuth() |
HttpOpParam.Type |
getType() |
String |
toQueryString() |
HttpOpParam.Type getType()
boolean getRequireAuth()
boolean getDoOutput()
boolean getRedirect()
int getExpectedHttpResponseCode()
String toQueryString()
Copyright © 2018 Apache Software Foundation. All Rights Reserved.