public class InitInterceptorContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InitInterceptorContext.Builder |
| Constructor and Description |
|---|
InitInterceptorContext() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAuthNames() |
Object |
getBody() |
List<Pair> |
getCollectionQueryParams() |
Map<String,Object> |
getFormParams() |
Map<String,String> |
getHeaderParams() |
String |
getMethod() |
String |
getPath() |
ProgressRequestBody.ProgressRequestListener |
getProgressRequestListener() |
List<Pair> |
getQueryParams() |
boolean |
isCommon() |
void |
setAuthNames(String[] authNames) |
void |
setBody(Object body) |
void |
setCollectionQueryParams(List<Pair> collectionQueryParams) |
void |
setCommon(boolean common) |
void |
setFormParams(Map<String,Object> formParams) |
void |
setHeaderParams(Map<String,String> headerParams) |
void |
setMethod(String method) |
void |
setPath(String path) |
void |
setProgressRequestListener(ProgressRequestBody.ProgressRequestListener progressRequestListener) |
void |
setQueryParams(List<Pair> queryParams) |
public String getPath()
public String getMethod()
public Object getBody()
public String[] getAuthNames()
public ProgressRequestBody.ProgressRequestListener getProgressRequestListener()
public boolean isCommon()
public void setPath(String path)
public void setMethod(String method)
public void setBody(Object body)
public void setAuthNames(String[] authNames)
public void setProgressRequestListener(ProgressRequestBody.ProgressRequestListener progressRequestListener)
public void setCommon(boolean common)
Copyright © 2025. All rights reserved.