SYMBOL INDEX (859 symbols across 95 files) FILE: app/src/androidTest/java/com/example/httpsender/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 21) | @RunWith(AndroidJUnit4.class) method useAppContext (line 23) | @Test FILE: app/src/main/java/com/example/httpsender/AppHolder.java class AppHolder (line 14) | public class AppHolder extends Application { method getInstance (line 18) | public static AppHolder getInstance() { method onCreate (line 22) | @Override method attachBaseContext (line 29) | protected void attachBaseContext(Context base) { FILE: app/src/main/java/com/example/httpsender/DownloadMultiAdapter.java class DownloadMultiAdapter (line 27) | public class DownloadMultiAdapter extends RecyclerView.Adapter downloadTasks) { method onCreateViewHolder (line 37) | @NonNull method onBindViewHolder (line 44) | @SuppressLint("DefaultLocale") method getSpeed (line 86) | private String getSpeed(long speed) { method getRemainingTime (line 95) | private String getRemainingTime(long time) { method getItemCount (line 105) | @Override method getItemId (line 110) | @Override class MyViewHolder (line 115) | static class MyViewHolder extends RecyclerView.ViewHolder { method MyViewHolder (line 124) | MyViewHolder(@NonNull View itemView) { method setOnItemClickListener (line 135) | public void setOnItemClickListener(OnItemClickListener o... type OnItemClickListener (line 139) | public interface OnItemClickListener { method onItemClick (line 140) | void onItemClick(View view, T data, int position); FILE: app/src/main/java/com/example/httpsender/ExceptionHelper.java class ExceptionHelper (line 14) | public class ExceptionHelper { method isNetworkConnected (line 16) | @SuppressWarnings("deprecation") FILE: app/src/main/java/com/example/httpsender/MainActivity.java class MainActivity (line 42) | public class MainActivity extends AppCompatActivity { method onCreate (line 48) | @Override method initMagicIndicator (line 79) | public void initMagicIndicator() { method dp2px (line 118) | private int dp2px(double dpValue) { FILE: app/src/main/java/com/example/httpsender/OnError.java type OnError (line 15) | public interface OnError extends Consumer { method accept (line 17) | @Override method onError (line 22) | void onError(ErrorInfo error) throws Exception; FILE: app/src/main/java/com/example/httpsender/RxHttpManager.java class RxHttpManager (line 27) | public class RxHttpManager { method init (line 38) | public static void init(Application context) { FILE: app/src/main/java/com/example/httpsender/Tip.java class Tip (line 14) | public class Tip { method show (line 19) | public static void show(int msgResId) { method show (line 23) | public static void show(int msgResId, boolean timeLong) { method show (line 27) | public static void show(CharSequence msg) { method show (line 31) | public static void show(final CharSequence msg, final boolean timeLong) { method runOnUiThread (line 42) | private static void runOnUiThread(Runnable runnable) { FILE: app/src/main/java/com/example/httpsender/ToolBarActivity.java class ToolBarActivity (line 18) | public abstract class ToolBarActivity extends AppCompatActivity { method bindingInflate (line 24) | public T bindingInflate(@LayoutRes int lay... method setContentView (line 29) | @Override method initView (line 35) | private void initView() { method onOptionsItemSelected (line 46) | @Override method setToolbarColor (line 57) | public void setToolbarColor(int color) { method setTitle (line 64) | @Override method setTitle (line 71) | @Override method dp2px (line 78) | protected int dp2px(float dpValue) { FILE: app/src/main/java/com/example/httpsender/adapter/FragmentPageAdapter.java class FragmentPageAdapter (line 18) | public class FragmentPageAdapter extends FragmentPagerAdapter { method FragmentPageAdapter (line 24) | public FragmentPageAdapter(FragmentManager fm, List { method getCurPage (line 19) | public int getCurPage() { method getPageCount (line 23) | public int getPageCount() { method getTotal (line 27) | public int getTotal() { method getDatas (line 31) | public List getDatas() { method setCurPage (line 35) | public void setCurPage(int curPage) { method setPageCount (line 39) | public void setPageCount(int pageCount) { method setTotal (line 43) | public void setTotal(int total) { method setDatas (line 47) | public void setDatas(ArrayList datas) { FILE: app/src/main/java/com/example/httpsender/entity/Response.java class Response (line 9) | public class Response { method getCode (line 15) | public int getCode() { method getMsg (line 19) | public String getMsg() { method getData (line 23) | public T getData() { method setErrorCode (line 27) | public void setErrorCode(int errorCode) { method setErrorMsg (line 31) | public void setErrorMsg(String errorMsg) { method setData (line 35) | public void setData(T data) { FILE: app/src/main/java/com/example/httpsender/entity/User.java class User (line 8) | public class User { method get (line 14) | public static User get() { method getToken (line 24) | public String getToken() { method setToken (line 28) | public void setToken(String token) { FILE: app/src/main/java/com/example/httpsender/fragment/MultiDownloadFragment.java class MultiDownloadFragment (line 28) | public class MultiDownloadFragment extends BaseFragment extends TypeParser> { method DoubleTypeParser (line 26) | protected DoubleTypeParser() { method DoubleTypeParser (line 30) | public DoubleTypeParser(Type fType, Type sType) { method onParse (line 34) | @Override FILE: app/src/main/java/com/example/httpsender/parser/java/ResponseParser.java class ResponseParser (line 21) | public class ResponseParser extends TypeParser { method ResponseParser (line 33) | protected ResponseParser() { method ResponseParser (line 49) | public ResponseParser(Type type) { method onParse (line 53) | @SuppressWarnings("unchecked") FILE: app/src/main/java/com/example/httpsender/utils/Preferences.java class Preferences (line 14) | public class Preferences { method Preferences (line 19) | private Preferences() { method getInstance (line 22) | private static SharedPreferences getInstance() { method getEditor (line 33) | public static SharedPreferences.Editor getEditor() { method getValue (line 40) | public static String getValue(String key, String defaultValue) { method setValue (line 44) | public static void setValue(String key, String value) { method getValue (line 48) | public static int getValue(String key, int defaultValue) { method setValue (line 52) | public static void setValue(String key, int value) { method setFloat (line 56) | public static void setFloat(String key, float value) { method getFloat (line 60) | public static float getFloat(String key, float defaultValue) { method getValue (line 64) | public static boolean getValue(String key, boolean defaultValue) { method setValue (line 68) | public static void setValue(String key, boolean value) { method getValue (line 72) | public static long getValue(String key, long defaultValue) { method setValue (line 76) | public static void setValue(String key, long value) { FILE: app/src/main/java/com/example/httpsender/view/ScaleTransitionPagerTitleView.java class ScaleTransitionPagerTitleView (line 12) | public class ScaleTransitionPagerTitleView extends ColorTransitionPagerT... method ScaleTransitionPagerTitleView (line 15) | public ScaleTransitionPagerTitleView(Context context) { method onEnter (line 19) | @Override method onLeave (line 26) | @Override method getMinScale (line 33) | public float getMinScale() { method setMinScale (line 37) | public void setMinScale(float minScale) { FILE: app/src/test/java/com.example.httpsender/AsyncTest.java class AsyncTest (line 35) | public class AsyncTest { method setUp (line 41) | @Before method success (line 49) | @Test method successList (line 68) | @Test method successOKResponse (line 83) | @Test method failure (line 100) | @Test FILE: rxhttp-converter/converter-fastjson/src/main/java/rxhttp/wrapper/converter/FastJsonConverter.java class FastJsonConverter (line 23) | public class FastJsonConverter implements JsonConverter { method FastJsonConverter (line 29) | private FastJsonConverter(ParserConfig parserConfig, SerializeConfig s... method create (line 35) | public static FastJsonConverter create() { method create (line 39) | public static FastJsonConverter create(ParserConfig parserConfig) { method create (line 43) | public static FastJsonConverter create(SerializeConfig serializeConfig) { method create (line 47) | public static FastJsonConverter create(ParserConfig parserConfig, Seri... method create (line 51) | public static FastJsonConverter create(ParserConfig parserConfig, Seri... method convert (line 57) | @NotNull method convert (line 79) | @SuppressWarnings("deprecation") FILE: rxhttp-converter/converter-jackson/src/main/java/rxhttp/wrapper/converter/JacksonConverter.java class JacksonConverter (line 24) | public class JacksonConverter implements JsonConverter { method JacksonConverter (line 29) | private JacksonConverter(ObjectMapper mapper, MediaType contentType) { method create (line 34) | public static JacksonConverter create() { method create (line 38) | public static JacksonConverter create(ObjectMapper mapper) { method create (line 42) | public static JacksonConverter create(ObjectMapper mapper, MediaType c... method convert (line 47) | @NotNull method convert (line 71) | @SuppressWarnings("deprecation") FILE: rxhttp-converter/converter-moshi/src/main/java/rxhttp/wrapper/converter/MoshiConverter.java class MoshiConverter (line 30) | public class MoshiConverter implements JsonConverter { method MoshiConverter (line 40) | private MoshiConverter(Moshi moshi, boolean lenient, boolean failOnUnk... method create (line 53) | public static MoshiConverter create() { method create (line 63) | public static MoshiConverter create(Moshi moshi) { method create (line 73) | public static MoshiConverter create(Moshi moshi, MediaType contentType) { method asLenient (line 83) | public MoshiConverter asLenient() { method failOnUnknown (line 92) | public MoshiConverter failOnUnknown() { method withNullSerialization (line 101) | public MoshiConverter withNullSerialization() { method convert (line 105) | @NotNull method convert (line 152) | @SuppressWarnings({"unchecked", "deprecation"}) FILE: rxhttp-converter/converter-protobuf/src/main/java/rxhttp/wrapper/converter/ProtoConverter.java class ProtoConverter (line 26) | public class ProtoConverter implements IConverter { method ProtoConverter (line 31) | public ProtoConverter() { method ProtoConverter (line 35) | public ProtoConverter(ExtensionRegistryLite registry) { method ProtoConverter (line 39) | public ProtoConverter(ExtensionRegistryLite registry, MediaType conten... method convert (line 44) | @NotNull method convert (line 70) | @SuppressWarnings("deprecation") method getParser (line 79) | private static Parser getParser(Class c) { FILE: rxhttp-converter/converter-simplexml/src/main/java/rxhttp/wrapper/converter/XmlConverter.java class XmlConverter (line 23) | public class XmlConverter implements IConverter { method XmlConverter (line 31) | private XmlConverter(Serializer serializer, boolean strict, MediaType ... method create (line 37) | public static XmlConverter create() { method create (line 41) | public static XmlConverter create(Serializer serializer) { method create (line 45) | public static XmlConverter create(Serializer serializer, MediaType con... method createNonStrict (line 49) | public static XmlConverter createNonStrict() { method createNonStrict (line 53) | public static XmlConverter createNonStrict(Serializer serializer) { method createNonStrict (line 58) | public static XmlConverter createNonStrict(Serializer serializer, Medi... method convert (line 63) | @NotNull method convert (line 98) | @SuppressWarnings("deprecation") FILE: rxhttp/src/main/java/rxhttp/Platform.java class Platform (line 16) | public class Platform { method get (line 19) | public static Platform get() { method Platform (line 23) | private Platform() { method findPlatform (line 26) | private static Platform findPlatform() { method isAndroid (line 38) | public boolean isAndroid() { method sdkLessThan (line 42) | public boolean sdkLessThan(int api) { method logi (line 46) | public void logi(String tag, String message) { method logd (line 50) | public void logd(String tag, String message) { method loge (line 54) | public void loge(String tag, String message) { method loge (line 58) | public void loge(String tag, String message, Throwable e) { method loge (line 63) | public void loge(String tag, Throwable e) { class Android (line 67) | static final class Android extends Platform { method Android (line 68) | Android() { method isAndroid (line 72) | @Override method sdkLessThan (line 77) | @Override method logi (line 82) | @Override method logd (line 87) | @Override method loge (line 92) | @Override method loge (line 97) | @Override method loge (line 103) | @Override method log (line 108) | private void log(int priority, String tag, String content) { method printThrowable (line 124) | private void printThrowable(Throwable ex, String tag) { FILE: rxhttp/src/main/java/rxhttp/RxHttpPlugins.java class RxHttpPlugins (line 31) | public class RxHttpPlugins { method RxHttpPlugins (line 46) | private RxHttpPlugins() { method init (line 49) | public static RxHttpPlugins init(OkHttpClient okHttpClient) { method isInit (line 54) | public static boolean isInit() { method getOkHttpClient (line 58) | public static OkHttpClient getOkHttpClient() { method newOkClientBuilder (line 64) | public static OkHttpClient.Builder newOkClientBuilder() { method setDebug (line 68) | public RxHttpPlugins setDebug(boolean debug) { method setDebug (line 72) | public RxHttpPlugins setDebug(boolean debug, boolean segmentPrint) { method setDebug (line 76) | public RxHttpPlugins setDebug(boolean debug, boolean segmentPrint, int... method setOnParamAssembly (line 85) | public RxHttpPlugins setOnParamAssembly(Consumer> onP... method setResultDecoder (line 95) | public RxHttpPlugins setResultDecoder(Function decoder) { method setConverter (line 100) | public RxHttpPlugins setConverter(IConverter converter) { method getConverter (line 107) | public static IConverter getConverter() { method onParamAssembly (line 111) | public static void onParamAssembly(@NotNull Param source) { method onResultDecoder (line 120) | public static String onResultDecoder(String source) throws IOException { method setCache (line 125) | public RxHttpPlugins setCache(File directory, long maxSize) { method setCache (line 129) | public RxHttpPlugins setCache(File directory, long maxSize, long cache... method setCache (line 133) | public RxHttpPlugins setCache(File directory, long maxSize, CacheMode ... method setCache (line 137) | public RxHttpPlugins setCache(File directory, long maxSize, CacheMode ... method getCacheStrategy (line 147) | public static CacheStrategy getCacheStrategy() { method getCache (line 151) | public static InternalCache getCache() { method getCacheOrThrow (line 158) | public static InternalCache getCacheOrThrow() { method setExcludeCacheKeys (line 166) | public RxHttpPlugins setExcludeCacheKeys(String... keys) { method getExcludeCacheKeys (line 171) | public static List getExcludeCacheKeys() { method cancelAll (line 176) | public static void cancelAll() { method cancelAll (line 181) | public static void cancelAll(Object tag) { method cancelAll (line 185) | public static void cancelAll(@Nullable OkHttpClient okClient) { method cancelAll (line 190) | public static void cancelAll(@Nullable OkHttpClient okClient, @Nullabl... method getDefaultOkHttpClient (line 208) | private static OkHttpClient getDefaultOkHttpClient() { FILE: rxhttp/src/main/java/rxhttp/wrapper/OkHttpCompat.java class OkHttpCompat (line 42) | public class OkHttpCompat { method needDecodeResult (line 46) | public static boolean needDecodeResult(Response response) { method closeQuietly (line 50) | public static void closeQuietly(Closeable... closeables) { method buffer (line 58) | public static ResponseBody buffer(final ResponseBody body) throws IOEx... method create (line 64) | public static RequestBody create(@Nullable MediaType contentType, Stri... method create (line 68) | public static RequestBody create(final @Nullable MediaType contentType... method create (line 72) | public static RequestBody create(final @Nullable MediaType contentType... method part (line 77) | public static MultipartBody.Part part(RequestBody body) { method part (line 81) | public static MultipartBody.Part part(@Nullable Headers headers, Reque... method part (line 85) | public static MultipartBody.Part part(String name, @Nullable String fi... method request (line 89) | public static Request request(Response response) { method pathSegments (line 93) | public static List pathSegments(Response response) { method url (line 97) | public static HttpUrl url(Request request) { method cookieJar (line 101) | public static CookieJar cookieJar(OkHttpClient okHttpClient) { method header (line 105) | public static String header(Response response, String name) { method isPartialContent (line 109) | public static boolean isPartialContent(Response response) { method receivedResponseAtMillis (line 113) | public static long receivedResponseAtMillis(Response response) { method throwIfFail (line 117) | @NotNull method getContentLength (line 133) | public static long getContentLength(Response response) { method parse (line 159) | public static StatusLine parse(String statusLine) throws IOException { method newDiskLruCache (line 173) | public static DiskLruCache newDiskLruCache(File directory, int appVers... method okHttpVersionCompare (line 212) | public static int okHttpVersionCompare(String version2) { method getOkHttpUserAgent (line 219) | public static String getOkHttpUserAgent() { method versionCompare (line 250) | private static int versionCompare(String version1, String version2) { FILE: rxhttp/src/main/java/rxhttp/wrapper/cache/CacheManager.java class CacheManager (line 54) | public class CacheManager implements Closeable, Flushable { method get (line 62) | @Nullable method put (line 68) | @Override method remove (line 73) | @Override method removeAll (line 78) | @Override method size (line 83) | @Override method CacheManager (line 97) | public CacheManager(File directory, long maxSize) { method md5 (line 102) | public static String md5(String key) { method get (line 106) | @Nullable method put (line 131) | private Response put(Response networkResponse, String key) throws IOEx... method putResponse (line 136) | @Nullable method cacheWritingResponse (line 154) | private okhttp3.Response cacheWritingResponse(final CacheRequest cache... method remove (line 219) | private void remove(String key) throws IOException { method abortQuietly (line 223) | private void abortQuietly(@Nullable DiskLruCache.Editor editor) { method initialize (line 246) | public void initialize() throws IOException { method delete (line 254) | private void delete() throws IOException { method evictAll (line 262) | private void evictAll() throws IOException { method urls (line 267) | public Iterator urls() throws IOException { method size (line 311) | public long size() throws IOException { method maxSize (line 318) | public long maxSize() { method flush (line 322) | @Override method close (line 327) | @Override method directory (line 332) | public File directory() { method isClosed (line 336) | public boolean isClosed() { class CacheRequestImpl (line 340) | private final class CacheRequestImpl implements CacheRequest { method CacheRequestImpl (line 346) | CacheRequestImpl(final DiskLruCache.Editor editor) { method abort (line 364) | @Override method body (line 379) | @NotNull class Entry (line 386) | private static final class Entry { method Entry (line 456) | Entry(Source in) throws IOException { method addUnsafeNonAscii (line 514) | void addUnsafeNonAscii(Headers.Builder builder, String line) { method Entry (line 525) | Entry(Response response) { method writeTo (line 538) | public void writeTo(DiskLruCache.Editor editor) throws IOException { method isHttps (line 583) | private boolean isHttps() { method readCertificateList (line 587) | private List readCertificateList(BufferedSource source)... method writeCertList (line 607) | private void writeCertList(BufferedSink sink, List cert... method matches (line 623) | public boolean matches(Request request, Response response) { method response (line 629) | public Response response(Request request, DiskLruCache.Snapshot snap... method readInt (line 647) | private static int readInt(BufferedSource source) throws IOException { class CacheResponseBody (line 660) | private static class CacheResponseBody extends ResponseBody { method CacheResponseBody (line 666) | CacheResponseBody(final DiskLruCache.Snapshot snapshot, method contentType (line 682) | @Override method contentLength (line 687) | @Override method source (line 696) | @NotNull FILE: rxhttp/src/main/java/rxhttp/wrapper/cache/CacheMode.java type CacheMode (line 8) | public enum CacheMode { FILE: rxhttp/src/main/java/rxhttp/wrapper/cache/CacheStrategy.java class CacheStrategy (line 9) | public class CacheStrategy { method CacheStrategy (line 15) | public CacheStrategy(CacheStrategy cacheStrategy) { method CacheStrategy (line 21) | public CacheStrategy(CacheMode cacheMode) { method CacheStrategy (line 25) | public CacheStrategy(CacheMode cacheMode, long cacheValidTime) { method getCacheKey (line 30) | public String getCacheKey() { method setCacheKey (line 34) | public void setCacheKey(String key) { method getCacheValidTime (line 38) | public long getCacheValidTime() { method setCacheValidTime (line 42) | public void setCacheValidTime(long validTime) { method getCacheMode (line 49) | public CacheMode getCacheMode() { method setCacheMode (line 53) | public void setCacheMode(CacheMode cacheMode) { FILE: rxhttp/src/main/java/rxhttp/wrapper/cache/HeadersVary.java class HeadersVary (line 18) | class HeadersVary { method varyMatches (line 24) | static boolean varyMatches( method varyHeaders (line 36) | static Headers varyHeaders(Response response) { method varyHeaders (line 49) | private static Headers varyHeaders(Headers requestHeaders, Headers res... method varyFields (line 63) | private static Set varyFields(Response response) { method varyFields (line 70) | private static Set varyFields(Headers responseHeaders) { method equal (line 89) | private static boolean equal(Object a, Object b) { FILE: rxhttp/src/main/java/rxhttp/wrapper/cache/InternalCache.java type InternalCache (line 13) | public interface InternalCache { method get (line 14) | @Nullable method put (line 17) | Response put(Response response, String key) throws IOException; method remove (line 19) | void remove(String key) throws IOException; method removeAll (line 21) | void removeAll() throws IOException; method size (line 23) | long size() throws IOException; FILE: rxhttp/src/main/java/rxhttp/wrapper/callback/Consumer.java type Consumer (line 3) | public interface Consumer { method accept (line 5) | void accept(T t); FILE: rxhttp/src/main/java/rxhttp/wrapper/callback/Function.java type Function (line 5) | public interface Function { method apply (line 7) | R apply(T t) throws IOException; FILE: rxhttp/src/main/java/rxhttp/wrapper/callback/IConverter.java type IConverter (line 17) | public interface IConverter { method convert (line 20) | @NotNull method convert (line 24) | default RequestBody convert(T value) throws IOException { FILE: rxhttp/src/main/java/rxhttp/wrapper/callback/JsonConverter.java type JsonConverter (line 11) | public interface JsonConverter extends IConverter { FILE: rxhttp/src/main/java/rxhttp/wrapper/callback/ProgressCallback.java type ProgressCallback (line 9) | public interface ProgressCallback { method onProgress (line 11) | void onProgress(long currentSize, long totalSize, long speed); FILE: rxhttp/src/main/java/rxhttp/wrapper/converter/GsonConverter.java class GsonConverter (line 31) | public class GsonConverter implements JsonConverter { method GsonConverter (line 36) | private GsonConverter(Gson gson, MediaType contentType) { method create (line 41) | public static GsonConverter create() { method create (line 45) | public static GsonConverter create(Gson gson) { method create (line 49) | public static GsonConverter create(Gson gson, MediaType contentType) { method convert (line 54) | @NotNull method convert (line 81) | @SuppressWarnings("unchecked") FILE: rxhttp/src/main/java/rxhttp/wrapper/cookie/CookieStore.java class CookieStore (line 31) | public class CookieStore implements ICookieJar { method CookieStore (line 40) | public CookieStore() { method CookieStore (line 44) | public CookieStore(@Nullable File directory) { method CookieStore (line 48) | public CookieStore(@Nullable File directory, boolean enabledMemory) { method CookieStore (line 59) | public CookieStore(@Nullable File directory, long maxSize, boolean ena... method getDiskLruCache (line 70) | private DiskLruCache getDiskLruCache() { method saveCookie (line 83) | @Override method saveCookie (line 96) | @Override method loadCookie (line 136) | @Override method matchCookies (line 168) | private List matchCookies(HttpUrl url, Map coo... method getToken (line 180) | private String getToken(Cookie cookie) { method removeCookie (line 189) | @Override method removeAllCookie (line 208) | @Override method readCookie (line 223) | private List readCookie(HttpUrl url, Source in) throws IOExcep... method writeCookie (line 239) | private void writeCookie(DiskLruCache.Editor editor, Map cookies); method saveCookie (line 40) | void saveCookie(HttpUrl url, Cookie cookie); method loadCookie (line 47) | List loadCookie(HttpUrl url); method removeCookie (line 53) | void removeCookie(HttpUrl url); method removeAllCookie (line 58) | void removeAllCookie(); FILE: rxhttp/src/main/java/rxhttp/wrapper/entity/DownloadOffSize.java class DownloadOffSize (line 8) | public class DownloadOffSize { method DownloadOffSize (line 12) | public DownloadOffSize(long offSize) { FILE: rxhttp/src/main/java/rxhttp/wrapper/entity/EmptyResponseBody.java class EmptyResponseBody (line 14) | public final class EmptyResponseBody extends ResponseBody { method EmptyResponseBody (line 18) | public EmptyResponseBody(@Nullable MediaType contentType, long content... method contentType (line 23) | @Override method contentLength (line 28) | @Override method source (line 33) | @Override FILE: rxhttp/src/main/java/rxhttp/wrapper/entity/ExpandOutputStream.java class ExpandOutputStream (line 19) | public final class ExpandOutputStream extends OutputStream { method ExpandOutputStream (line 24) | public ExpandOutputStream(T expand, OutputStream os) { method open (line 29) | public static ExpandOutputStream open(File file, boolean appen... method open (line 33) | public static ExpandOutputStream open(Context context, Uri uri, b... method getExpand (line 38) | public T getExpand() { method write (line 42) | @Override method write (line 47) | @Override method write (line 52) | @Override method close (line 57) | @Override method flush (line 62) | @Override FILE: rxhttp/src/main/java/rxhttp/wrapper/entity/FileRequestBody.java class FileRequestBody (line 24) | public class FileRequestBody extends RequestBody { method FileRequestBody (line 30) | public FileRequestBody(File file, long skipSize, @Nullable MediaType m... method contentType (line 43) | @Override method contentLength (line 48) | @Override method writeTo (line 53) | @Override FILE: rxhttp/src/main/java/rxhttp/wrapper/entity/KeyValuePair.java class KeyValuePair (line 11) | public class KeyValuePair { method KeyValuePair (line 17) | public KeyValuePair(String key, @Nullable Object object) { method KeyValuePair (line 21) | public KeyValuePair(String key, @Nullable Object value, boolean isEnco... method getKey (line 27) | public String getKey() { method getValue (line 31) | public Object getValue() { method isEncoded (line 35) | public boolean isEncoded() { method equals (line 39) | @Override method hashCode (line 47) | @Override FILE: rxhttp/src/main/java/rxhttp/wrapper/entity/OkResponse.java class OkResponse (line 15) | public final class OkResponse { method OkResponse (line 21) | private OkResponse( method success (line 32) | public static OkResponse success(@Nullable T body, okhttp3.Resp... method error (line 43) | public static OkResponse error(ResponseBody body, okhttp3.Respo... method raw (line 55) | public okhttp3.Response raw() { method code (line 62) | public int code() { method message (line 69) | public String message() { method headers (line 76) | public Headers headers() { method isSuccessful (line 83) | public boolean isSuccessful() { method body (line 90) | @Nullable method errorBody (line 98) | @Nullable method toString (line 103) | @Override FILE: rxhttp/src/main/java/rxhttp/wrapper/entity/ParameterizedTypeImpl.java class ParameterizedTypeImpl (line 17) | public class ParameterizedTypeImpl implements ParameterizedType { method ParameterizedTypeImpl (line 23) | public ParameterizedTypeImpl(Type rawType, Type actualType) { method ParameterizedTypeImpl (line 27) | public ParameterizedTypeImpl(@Nullable Type ownerType, Type rawType, T... method get (line 34) | public static ParameterizedType get(@NotNull Type rawType, @NotNull Ty... method getParameterized (line 45) | public static ParameterizedType getParameterized(@NotNull Type rawType... method getActualTypeArguments (line 54) | @Override method getOwnerType (line 59) | @Override method getRawType (line 64) | @Override FILE: rxhttp/src/main/java/rxhttp/wrapper/entity/Progress.java class Progress (line 10) | public class Progress { method Progress (line 19) | public Progress(@Nullable T result) { method Progress (line 24) | public Progress(long currentSize, long totalSize, long speed) { method getResult (line 30) | @Nullable method getSpeed (line 36) | public long getSpeed() { method calculateRemainingTime (line 41) | public long calculateRemainingTime() { method getProgress (line 52) | public int getProgress() { method getFraction (line 57) | public float getFraction() { method getCurrentSize (line 68) | public long getCurrentSize() { method getTotalSize (line 72) | public long getTotalSize() { method toString (line 76) | @Override FILE: rxhttp/src/main/java/rxhttp/wrapper/entity/UpFile.java class UpFile (line 13) | public class UpFile { method UpFile (line 20) | public UpFile(String key, String path) { method UpFile (line 24) | public UpFile(String key, File file) { method UpFile (line 28) | public UpFile(String key, File file, String filename) { method UpFile (line 32) | public UpFile(@NotNull String key, @NotNull File file, @Nullable Strin... method getKey (line 39) | public String getKey() { method getFile (line 43) | public File getFile() { method getFilename (line 47) | public String getFilename() { method getSkipSize (line 51) | public long getSkipSize() { FILE: rxhttp/src/main/java/rxhttp/wrapper/entity/UriRequestBody.java class UriRequestBody (line 27) | public class UriRequestBody extends RequestBody { method UriRequestBody (line 34) | public UriRequestBody(Context context, Uri uri, long skipSize, @Nullab... method contentType (line 44) | @Override method contentLength (line 49) | @Override method writeTo (line 59) | @Override FILE: rxhttp/src/main/java/rxhttp/wrapper/exception/CacheReadFailedException.java class CacheReadFailedException (line 13) | public class CacheReadFailedException extends IOException { method CacheReadFailedException (line 15) | public CacheReadFailedException(String message) { FILE: rxhttp/src/main/java/rxhttp/wrapper/exception/HttpStatusCodeException.java class HttpStatusCodeException (line 20) | public final class HttpStatusCodeException extends IOException { method HttpStatusCodeException (line 30) | public HttpStatusCodeException(Response response) { method getLocalizedMessage (line 41) | @Override method getStatusCode (line 46) | public int getStatusCode() { method getRequestMethod (line 50) | public String getRequestMethod() { method getRequestUrl (line 54) | public String getRequestUrl() { method getHttpUrl (line 58) | public HttpUrl getHttpUrl() { method getResponseHeaders (line 62) | public Headers getResponseHeaders() { method getResponseBody (line 66) | public ResponseBody getResponseBody() { method getResult (line 70) | public String getResult() throws IOException { method toString (line 77) | @Override FILE: rxhttp/src/main/java/rxhttp/wrapper/exception/ParseException.java class ParseException (line 19) | public class ParseException extends IOException { method ParseException (line 27) | public ParseException(@NotNull String code, String message, Response r... method getErrorCode (line 37) | public String getErrorCode() { method getRequestMethod (line 41) | public String getRequestMethod() { method getRequestUrl (line 45) | public String getRequestUrl() { method getHttpUrl (line 49) | public HttpUrl getHttpUrl() { method getResponseHeaders (line 53) | public Headers getResponseHeaders() { method getLocalizedMessage (line 57) | @Nullable method toString (line 63) | @Override FILE: rxhttp/src/main/java/rxhttp/wrapper/exception/ProxyException.java class ProxyException (line 14) | public class ProxyException extends IOException { method ProxyException (line 18) | public ProxyException(Request request, Throwable throwable) { method ProxyException (line 22) | public ProxyException(String message, Throwable throwable) { method toString (line 28) | @Override FILE: rxhttp/src/main/java/rxhttp/wrapper/intercept/RangeInterceptor.java class RangeInterceptor (line 18) | public class RangeInterceptor implements Interceptor { method intercept (line 19) | @NotNull FILE: rxhttp/src/main/java/rxhttp/wrapper/param/AbstractBodyParam.java class AbstractBodyParam (line 13) | public abstract class AbstractBodyParam

> ... method AbstractBodyParam (line 22) | public AbstractBodyParam(String url, Method method) { method buildRequestBody (line 26) | @Override method setProgressCallback (line 33) | public final P setProgressCallback(int minPeriod, ProgressCallback cal... FILE: rxhttp/src/main/java/rxhttp/wrapper/param/AbstractParam.java class AbstractParam (line 32) | public abstract class AbstractParam

> extends Param

{ method AbstractParam (line 48) | public AbstractParam(@NotNull String url, Method method) { method setUrl (line 54) | public P setUrl(@NotNull String url) { method addPath (line 59) | @Override method addEncodedPath (line 64) | @Override method addPath (line 69) | private P addPath(KeyValuePair keyValuePair) { method addQuery (line 75) | @Override method addEncodedQuery (line 80) | @Override method addQuery (line 85) | private P addQuery(KeyValuePair keyValuePair) { method getQueryParam (line 91) | @Nullable method getPaths (line 96) | public List getPaths() { method getUrl (line 100) | @Override method getSimpleUrl (line 105) | @Override method getHttpUrl (line 110) | @Override method getMethod (line 115) | @Override method getHeaders (line 120) | @Nullable method getHeadersBuilder (line 126) | @Override method setHeadersBuilder (line 133) | @Override method cacheControl (line 139) | @Override method tag (line 145) | @Override method setAssemblyEnabled (line 151) | @Override method isAssemblyEnabled (line 157) | @Override method getRequestBuilder (line 162) | public Request.Builder getRequestBuilder() { method getCacheStrategy (line 166) | @Override method getCacheKey (line 174) | @Override method setCacheKey (line 179) | @Override method buildCacheKey (line 185) | public String buildCacheKey() { method getCacheValidTime (line 190) | @Override method setCacheValidTime (line 195) | @Override method getCacheMode (line 201) | @Override method setCacheMode (line 206) | @Override method buildRequest (line 212) | @Override method getConverter (line 218) | protected IConverter getConverter() { method convert (line 224) | protected final RequestBody convert(Object object) { method removeAllQuery (line 232) | @Override method remove (line 238) | void remove(List list, String key) { method self (line 248) | @SuppressWarnings("unchecked") FILE: rxhttp/src/main/java/rxhttp/wrapper/param/FormParam.java class FormParam (line 31) | public class FormParam extends AbstractBodyParam implements I... method FormParam (line 42) | public FormParam(String url, Method method) { method add (line 46) | @Override method addEncoded (line 51) | public FormParam addEncoded(String key, @Nullable Object value) { method addAllEncoded (line 55) | public FormParam addAllEncoded(Map map) { method removeAllBody (line 62) | public FormParam removeAllBody(String key) { method removeAllBody (line 67) | public FormParam removeAllBody() { method set (line 74) | public FormParam set(String key, @Nullable Object value) { method setEncoded (line 79) | public FormParam setEncoded(String key, @Nullable Object value) { method add (line 84) | private FormParam add(KeyValuePair keyValuePair) { method addPart (line 93) | @Override method setMultiType (line 104) | public FormParam setMultiType(MediaType multiType) { method isMultipart (line 109) | public boolean isMultipart() { method getMultiType (line 113) | @Nullable method getRequestBody (line 118) | @Override method getPartList (line 124) | public List getPartList() { method getBodyParam (line 128) | public List getBodyParam() { method buildCacheKey (line 132) | @Override method toString (line 145) | @Override FILE: rxhttp/src/main/java/rxhttp/wrapper/param/ICache.java type ICache (line 11) | public interface ICache

> { method setCacheKey (line 13) | P setCacheKey(String cacheKey); method setCacheValidTime (line 15) | P setCacheValidTime(long cacheTime); method setCacheMode (line 17) | P setCacheMode(CacheMode cacheMode); method getCacheStrategy (line 19) | CacheStrategy getCacheStrategy(); method getCacheKey (line 21) | String getCacheKey(); method getCacheValidTime (line 23) | long getCacheValidTime(); method getCacheMode (line 25) | CacheMode getCacheMode(); FILE: rxhttp/src/main/java/rxhttp/wrapper/param/IHeaders.java type IHeaders (line 16) | @SuppressWarnings("unchecked") method getHeaders (line 19) | Headers getHeaders(); method getHeadersBuilder (line 21) | Headers.Builder getHeadersBuilder(); method setHeadersBuilder (line 23) | P setHeadersBuilder(Headers.Builder builder); method getHeader (line 25) | default String getHeader(String key) { method addHeader (line 29) | default P addHeader(String key, String value) { method addNonAsciiHeader (line 34) | default P addNonAsciiHeader(String key, String value) { method setNonAsciiHeader (line 39) | default P setNonAsciiHeader(String key, String value) { method addHeader (line 46) | default P addHeader(String line) { method addAllHeader (line 51) | default P addAllHeader(@NotNull Map headers) { method addAllHeader (line 58) | default P addAllHeader(Headers headers) { method setHeader (line 63) | default P setHeader(String key, String value) { method setAllHeader (line 68) | default P setAllHeader(@NotNull Map headers) { method removeAllHeader (line 75) | default P removeAllHeader(String key) { method setRangeHeader (line 86) | default P setRangeHeader(long startIndex) { method setRangeHeader (line 100) | default P setRangeHeader(long startIndex, long endIndex) { FILE: rxhttp/src/main/java/rxhttp/wrapper/param/IParam.java type IParam (line 17) | @SuppressWarnings("unchecked") method setUrl (line 20) | P setUrl(@NotNull String url); method add (line 22) | P add(String key, Object value); method addPath (line 24) | P addPath(String name, Object value); method addEncodedPath (line 26) | P addEncodedPath(String name, Object value); method addAll (line 28) | default P addAll(@NotNull Map map) { method addQuery (line 35) | P addQuery(String key, @Nullable Object value); method addEncodedQuery (line 37) | P addEncodedQuery(String key, @Nullable Object value); method removeAllQuery (line 39) | P removeAllQuery(String key); method setQuery (line 41) | default P setQuery(String key, @Nullable Object value) { method setEncodedQuery (line 46) | default P setEncodedQuery(String key, @Nullable Object value) { method addAllQuery (line 51) | default P addAllQuery(String key, @Nullable List values) { method addAllEncodedQuery (line 59) | default P addAllEncodedQuery(String key, @Nullable List values) { method addAllQuery (line 67) | default P addAllQuery(@NotNull Map map) { method addAllEncodedQuery (line 74) | default P addAllEncodedQuery(@NotNull Map map) { method isAssemblyEnabled (line 84) | boolean isAssemblyEnabled(); method setAssemblyEnabled (line 92) | P setAssemblyEnabled(boolean enabled); method tag (line 94) | default P tag(@Nullable Object tag) { method tag (line 98) | P tag(Class type, @Nullable T tag); method cacheControl (line 100) | P cacheControl(CacheControl cacheControl); FILE: rxhttp/src/main/java/rxhttp/wrapper/param/IPart.java type IPart (line 10) | public interface IPart

> { method addPart (line 12) | P addPart(Part part); FILE: rxhttp/src/main/java/rxhttp/wrapper/param/IRequest.java type IRequest (line 15) | public interface IRequest { method getUrl (line 20) | String getUrl(); method getSimpleUrl (line 25) | String getSimpleUrl(); method getHttpUrl (line 30) | HttpUrl getHttpUrl(); method getMethod (line 35) | Method getMethod(); method buildRequestBody (line 43) | default RequestBody buildRequestBody() { method getRequestBody (line 47) | RequestBody getRequestBody(); method getHeaders (line 52) | Headers getHeaders(); method buildRequest (line 57) | Request buildRequest(); FILE: rxhttp/src/main/java/rxhttp/wrapper/param/JsonArrayParam.java class JsonArrayParam (line 35) | public class JsonArrayParam extends AbstractBodyParam { method JsonArrayParam (line 43) | public JsonArrayParam(String url, Method method) { method getRequestBody (line 47) | @Override method add (line 61) | public JsonArrayParam add(@Nullable Object object) { method add (line 67) | @Override method addAll (line 74) | public JsonArrayParam addAll(String jsonElement) { method addAll (line 84) | public JsonArrayParam addAll(JsonObject jsonObject) { method addAll (line 88) | @Override method addAll (line 94) | public JsonArrayParam addAll(JsonArray jsonArray) { method addAll (line 98) | public JsonArrayParam addAll(List list) { method addJsonElement (line 106) | public JsonArrayParam addJsonElement(String jsonElement) { method addJsonElement (line 111) | public JsonArrayParam addJsonElement(String key, String jsonElement) { method getBodyParam (line 116) | @Nullable method buildCacheKey (line 121) | @Override method initList (line 131) | private void initList() { method getConverter (line 135) | @Override method toString (line 144) | @Override FILE: rxhttp/src/main/java/rxhttp/wrapper/param/JsonParam.java class JsonParam (line 35) | public class JsonParam extends AbstractBodyParam { method JsonParam (line 43) | public JsonParam(String url, Method method) { method getRequestBody (line 47) | @Override method add (line 55) | @Override method addAll (line 62) | public JsonParam addAll(String jsonObject) { method addAll (line 66) | public JsonParam addAll(JsonObject jsonObject) { method addAll (line 70) | @Override method addJsonElement (line 76) | public JsonParam addJsonElement(String key, String jsonElement) { method getBodyParam (line 81) | public Map getBodyParam() { method buildCacheKey (line 85) | @Override method initMap (line 95) | private void initMap() { method getConverter (line 99) | @Override method toString (line 108) | @Override FILE: rxhttp/src/main/java/rxhttp/wrapper/param/Method.java type Method (line 9) | public enum Method { method isGet (line 19) | public boolean isGet() { method isPost (line 23) | public boolean isPost() { method isHead (line 27) | public boolean isHead() { method isPut (line 31) | public boolean isPut() { method isPatch (line 35) | public boolean isPatch() { method isDelete (line 39) | public boolean isDelete() { FILE: rxhttp/src/main/java/rxhttp/wrapper/param/NoBodyParam.java class NoBodyParam (line 16) | public class NoBodyParam extends AbstractParam { method NoBodyParam (line 22) | public NoBodyParam(String url, Method method) { method add (line 26) | @Override method addEncoded (line 31) | public NoBodyParam addEncoded(String key, @Nullable Object value) { method addAllEncoded (line 35) | public NoBodyParam addAllEncoded(@NotNull Map map) { method getRequestBody (line 39) | @Override method toString (line 44) | @Override FILE: rxhttp/src/main/java/rxhttp/wrapper/param/Param.java class Param (line 12) | public abstract class Param

> implements IParam

, IH... method get (line 16) | public static NoBodyParam get(@NotNull String url) { method head (line 20) | public static NoBodyParam head(@NotNull String url) { method postBody (line 25) | public static BodyParam postBody(@NotNull String url) { method putBody (line 29) | public static BodyParam putBody(@NotNull String url) { method patchBody (line 33) | public static BodyParam patchBody(@NotNull String url) { method deleteBody (line 37) | public static BodyParam deleteBody(@NotNull String url) { method postForm (line 49) | public static FormParam postForm(@NotNull String url) { method putForm (line 53) | public static FormParam putForm(@NotNull String url) { method patchForm (line 57) | public static FormParam patchForm(@NotNull String url) { method deleteForm (line 61) | public static FormParam deleteForm(@NotNull String url) { method postJson (line 66) | public static JsonParam postJson(@NotNull String url) { method putJson (line 70) | public static JsonParam putJson(@NotNull String url) { method patchJson (line 74) | public static JsonParam patchJson(@NotNull String url) { method deleteJson (line 78) | public static JsonParam deleteJson(@NotNull String url) { method postJsonArray (line 83) | public static JsonArrayParam postJsonArray(@NotNull String url) { method putJsonArray (line 87) | public static JsonArrayParam putJsonArray(@NotNull String url) { method patchJsonArray (line 91) | public static JsonArrayParam patchJsonArray(@NotNull String url) { method deleteJsonArray (line 95) | public static JsonArrayParam deleteJsonArray(@NotNull String url) { FILE: rxhttp/src/main/java/rxhttp/wrapper/parse/OkResponseParser.java class OkResponseParser (line 18) | public class OkResponseParser implements Parser> { method OkResponseParser (line 22) | public OkResponseParser(Parser parser) { method onParse (line 26) | @Override FILE: rxhttp/src/main/java/rxhttp/wrapper/parse/Parser.java type Parser (line 13) | public interface Parser { method onParse (line 15) | T onParse(Response response) throws IOException; FILE: rxhttp/src/main/java/rxhttp/wrapper/parse/SmartParser.java class SmartParser (line 16) | public class SmartParser extends TypeParser { method SmartParser (line 18) | protected SmartParser() { method SmartParser (line 21) | public SmartParser(Type type) { method onParse (line 25) | @Override method wrap (line 30) | @SuppressWarnings({"unchecked", "rawtypes"}) FILE: rxhttp/src/main/java/rxhttp/wrapper/parse/TypeParser.java class TypeParser (line 13) | public abstract class TypeParser implements Parser { method TypeParser (line 17) | public TypeParser() { method TypeParser (line 21) | protected TypeParser(Type... types) { FILE: rxhttp/src/main/java/rxhttp/wrapper/progress/ProgressRequestBody.java class ProgressRequestBody (line 17) | public class ProgressRequestBody extends RequestBody { method ProgressRequestBody (line 24) | public ProgressRequestBody(@NotNull RequestBody requestBody, @NotNull ... method getRequestBody (line 29) | @NotNull method contentType (line 34) | @Override method contentLength (line 39) | @Override method writeTo (line 44) | @Override method sink (line 57) | private Sink sink(Sink sink) { FILE: rxhttp/src/main/java/rxhttp/wrapper/ssl/HttpsUtils.java class HttpsUtils (line 30) | public class HttpsUtils { class SSLParams (line 31) | public static class SSLParams { method getSslSocketFactory (line 36) | public static SSLParams getSslSocketFactory() { method getSslSocketFactory (line 40) | public static SSLParams getSslSocketFactory(InputStream[] certificates... class UnSafeTrustManager (line 61) | private static class UnSafeTrustManager implements X509TrustManager { method checkClientTrusted (line 62) | @Override method checkServerTrusted (line 67) | @Override method getAcceptedIssuers (line 72) | @Override method prepareTrustManager (line 78) | private static TrustManager[] prepareTrustManager(InputStream... certi... method prepareKeyManager (line 111) | private static KeyManager[] prepareKeyManager(InputStream bksFile, Str... method chooseTrustManager (line 129) | private static X509TrustManager chooseTrustManager(TrustManager[] trus... class MyTrustManager (line 139) | private static class MyTrustManager implements X509TrustManager { method MyTrustManager (line 143) | public MyTrustManager(X509TrustManager localTrustManager) throws NoS... method checkClientTrusted (line 151) | @Override method checkServerTrusted (line 156) | @Override method getAcceptedIssuers (line 166) | @Override FILE: rxhttp/src/main/java/rxhttp/wrapper/utils/BuildUtil.java class BuildUtil (line 30) | public class BuildUtil { method buildRequest (line 35) | public static Request buildRequest(@NotNull IRequest r, @NotNull Reque... method buildFormBody (line 46) | public static RequestBody buildFormBody(List pairs) { method buildMultipartBody (line 64) | public static RequestBody buildMultipartBody(MediaType multiType, List... method getHttpUrl (line 84) | public static HttpUrl getHttpUrl(@NotNull String url, @Nullable List excludeCacheKey(Map param) { method excludeCacheKey (line 59) | private static JsonObject excludeCacheKey(JsonObject jsonObject) { FILE: rxhttp/src/main/java/rxhttp/wrapper/utils/Converter.java class Converter (line 21) | public class Converter { method convertTo (line 23) | public static T convertTo(Response response, Type rawType, Type...... method convertToParameterized (line 27) | public static T convertToParameterized(Response response, Type raw... method convert (line 31) | @SuppressWarnings("unchecked") FILE: rxhttp/src/main/java/rxhttp/wrapper/utils/GsonUtil.java class GsonUtil (line 21) | public class GsonUtil { method getObject (line 44) | @Nullable method fromJson (line 54) | @NotNull method toJson (line 64) | public static String toJson(Object object) { method buildGson (line 69) | public static Gson buildGson() { method newGson (line 73) | private static Gson newGson() { method isEmpty (line 88) | private static boolean isEmpty(JsonElement jsonElement) { class GsonHolder (line 97) | private static final class GsonHolder { FILE: rxhttp/src/main/java/rxhttp/wrapper/utils/JSONStringer.java class JSONStringer (line 15) | public class JSONStringer { method JSONStringer (line 36) | public JSONStringer() { method JSONStringer (line 40) | JSONStringer(int indentSpaces) { method setSerializeCallback (line 46) | public JSONStringer setSerializeCallback(SerializeCallback serializeCa... method write (line 51) | public JSONStringer write(Collection list) throws JSONException { method write (line 60) | public JSONStringer write(Map map) throws JSONException { method write (line 69) | public JSONStringer write(JSONArray jsonArray) throws JSONException { method write (line 79) | public JSONStringer write(JSONObject jsonObject) throws JSONException { method array (line 96) | public JSONStringer array() throws JSONException { method endArray (line 105) | public JSONStringer endArray() throws JSONException { method object (line 115) | public JSONStringer object() throws JSONException { method endObject (line 124) | public JSONStringer endObject() throws JSONException { method open (line 133) | JSONStringer open(Scope empty, String openBracket) throws JSONException { method close (line 148) | JSONStringer close(Scope empty, Scope nonempty, String closeBracket) t... method peek (line 166) | private Scope peek() throws JSONException { method replaceTop (line 177) | private void replaceTop(Scope topOfStack) { method value (line 189) | public JSONStringer value(Object value) throws JSONException { method value (line 237) | public JSONStringer value(boolean value) throws JSONException { method value (line 253) | public JSONStringer value(double value) throws JSONException { method value (line 267) | public JSONStringer value(long value) throws JSONException { method string (line 276) | private void string(String value) { method newline (line 327) | private void newline() { method key (line 344) | public JSONStringer key(String name) throws JSONException { method beforeKey (line 358) | private void beforeKey() throws JSONException { method beforeValue (line 375) | private void beforeValue() throws JSONException { method toString (line 405) | @Override type Scope (line 415) | enum Scope { type SerializeCallback (line 454) | public interface SerializeCallback { method serialize (line 455) | String serialize(Object object); FILE: rxhttp/src/main/java/rxhttp/wrapper/utils/LogTime.java class LogTime (line 10) | public class LogTime { method LogTime (line 14) | public LogTime() { method tookMs (line 18) | public long tookMs() { FILE: rxhttp/src/main/java/rxhttp/wrapper/utils/LogUtil.java class LogUtil (line 44) | public class LogUtil { method setDebug (line 59) | public static void setDebug(boolean debug, boolean segmentPrint, int i... method isDebug (line 65) | public static boolean isDebug() { method isSegmentPrint (line 69) | public static boolean isSegmentPrint() { method logRxJavaError (line 74) | public static void logRxJavaError(Throwable throwable) { method log (line 85) | public static void log(String message, Throwable throwable) { method logCall (line 90) | public static void logCall(@Nullable Call call, Throwable e) { method log (line 96) | public static void log(Throwable throwable) { method log (line 102) | public static void log(String msg) { method log (line 108) | public static void log(@NotNull Request userRequest, CookieJar cookieJ... method log (line 173) | public static void log(@NotNull Response response, @NotNull LogTime lo... method requestBody2Str (line 208) | private static String requestBody2Str(@NotNull RequestBody body) throw... method multipartBody2Str (line 240) | private static String multipartBody2Str(MultipartBody multipartBody) { method versionGte3140 (line 304) | private static boolean versionGte3140() { method versionGte400 (line 308) | private static boolean versionGte400() { method response2Str (line 312) | @SuppressWarnings("deprecation") method formattingJson (line 333) | private static String formattingJson(String json, int indentSpaces) { method isProbablyUtf8 (line 359) | private static boolean isProbablyUtf8(Buffer buffer) { method getCharset (line 379) | private static Charset getCharset(RequestBody requestBody) { method getCharset (line 384) | private static Charset getCharset(ResponseBody responseBody) { method hostHeader (line 390) | private static String hostHeader(HttpUrl url) { method cookieHeader (line 400) | private static String cookieHeader(List cookies) { method bodyHasUnknownEncoding (line 412) | private static boolean bodyHasUnknownEncoding(Headers headers) { method printBody (line 419) | private static boolean printBody(@NotNull ResponseBody responseBody) { method readHeaders (line 444) | private static String readHeaders(Headers headers) { method promisesBody (line 456) | @SuppressWarnings("deprecation") FILE: rxhttp/src/main/java/rxhttp/wrapper/utils/TypeUtil.java class TypeUtil (line 15) | public class TypeUtil { method getActualTypeParameters (line 17) | public static Type[] getActualTypeParameters(Class clazz) { method getActualType (line 26) | @Nullable FILE: rxhttp/src/test/java/rxhttp/wrapper/entity/ParameterizedTypeImplTest.java class ParameterizedTypeImplTest (line 17) | public class ParameterizedTypeImplTest { method testGet (line 19) | @Test method getParameterized (line 69) | @Test