public class RequestInterceptorContext extends Object
| Constructor and Description |
|---|
RequestInterceptorContext() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAuthNames() |
com.squareup.okhttp.Call |
getCall() |
Map<String,String> |
getHeaderParams() |
String |
getHost() |
String |
getMethod() |
String |
getPath() |
ProgressRequestBody.ProgressRequestListener |
getProgressRequestListener() |
List<Pair> |
getQueryParams() |
com.squareup.okhttp.RequestBody |
getRequestBody() |
String |
getSchema() |
ServiceInfo |
getServiceInfo() |
boolean |
isCommon() |
void |
setAuthNames(String[] authNames) |
void |
setCall(com.squareup.okhttp.Call call) |
void |
setCommon(boolean common) |
void |
setHeaderParams(Map<String,String> headerParams) |
void |
setHost(String host) |
void |
setMethod(String method) |
void |
setPath(String path) |
void |
setProgressRequestListener(ProgressRequestBody.ProgressRequestListener progressRequestListener) |
void |
setQueryParams(List<Pair> queryParams) |
void |
setRequestBody(com.squareup.okhttp.RequestBody requestBody) |
void |
setSchema(String schema) |
void |
setServiceInfo(ServiceInfo serviceInfo) |
public String getSchema()
public void setSchema(String schema)
public String getHost()
public void setHost(String host)
public String getPath()
public void setPath(String path)
public String getMethod()
public void setMethod(String method)
public com.squareup.okhttp.RequestBody getRequestBody()
public void setRequestBody(com.squareup.okhttp.RequestBody requestBody)
public String[] getAuthNames()
public void setAuthNames(String[] authNames)
public ProgressRequestBody.ProgressRequestListener getProgressRequestListener()
public void setProgressRequestListener(ProgressRequestBody.ProgressRequestListener progressRequestListener)
public boolean isCommon()
public void setCommon(boolean common)
public com.squareup.okhttp.Call getCall()
public void setCall(com.squareup.okhttp.Call call)
public ServiceInfo getServiceInfo()
public void setServiceInfo(ServiceInfo serviceInfo)
Copyright © 2025. All rights reserved.