jar

com.yhyzgn.http : pigeon

Maven & Gradle

Oct 17, 2022
3 usages
3 stars

pigeon · Java http client with OkHttp3.

Table Of Contents

Latest Version

Download com.yhyzgn.http : pigeon JAR file - Latest Versions:

All Versions

Download com.yhyzgn.http : pigeon JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window pigeon-1.5.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.yhy.http.pigeon.utils

├─ com.yhy.http.pigeon.utils.Utils.class - [JAR]

com.yhy.http.pigeon.internal.adapter

├─ com.yhy.http.pigeon.internal.adapter.GuavaCallAdapter.class - [JAR]

com.yhy.http.pigeon.internal.delegate

├─ com.yhy.http.pigeon.internal.delegate.ConstructorHeaderDelegate.class - [JAR]

├─ com.yhy.http.pigeon.internal.delegate.ConstructorInterceptorDelegate.class - [JAR]

com.yhy.http.pigeon.common

├─ com.yhy.http.pigeon.common.Call.class - [JAR]

├─ com.yhy.http.pigeon.common.Callback.class - [JAR]

├─ com.yhy.http.pigeon.common.Invocation.class - [JAR]

├─ com.yhy.http.pigeon.common.OkCall.class - [JAR]

├─ com.yhy.http.pigeon.common.Response.class - [JAR]

├─ com.yhy.http.pigeon.common.SystemClock.class - [JAR]

com.yhy.http.pigeon.internal.ssl

├─ com.yhy.http.pigeon.internal.ssl.VoidSSLHostnameVerifier.class - [JAR]

├─ com.yhy.http.pigeon.internal.ssl.VoidSSLSocketFactory.class - [JAR]

├─ com.yhy.http.pigeon.internal.ssl.VoidSSLX509TrustManager.class - [JAR]

com.yhy.http.pigeon.annotation.method

├─ com.yhy.http.pigeon.annotation.method.DELETE.class - [JAR]

├─ com.yhy.http.pigeon.annotation.method.GET.class - [JAR]

├─ com.yhy.http.pigeon.annotation.method.HEAD.class - [JAR]

├─ com.yhy.http.pigeon.annotation.method.OPTIONS.class - [JAR]

├─ com.yhy.http.pigeon.annotation.method.PATCH.class - [JAR]

├─ com.yhy.http.pigeon.annotation.method.POST.class - [JAR]

├─ com.yhy.http.pigeon.annotation.method.PUT.class - [JAR]

├─ com.yhy.http.pigeon.annotation.method.TRACE.class - [JAR]

com.yhy.http.pigeon

├─ com.yhy.http.pigeon.Pigeon.class - [JAR]

com.yhy.http.pigeon.converter

├─ com.yhy.http.pigeon.converter.Converter.class - [JAR]

com.yhy.http.pigeon.internal.logging

├─ com.yhy.http.pigeon.internal.logging.HttpLoggerInterceptor.class - [JAR]

com.yhy.http.pigeon.internal.converter

├─ com.yhy.http.pigeon.internal.converter.GsonConverter.class - [JAR]

├─ com.yhy.http.pigeon.internal.converter.JacksonConverter.class - [JAR]

├─ com.yhy.http.pigeon.internal.converter.StringResponseConverter.class - [JAR]

com.yhy.http.pigeon.http.request.param

├─ com.yhy.http.pigeon.http.request.param.ParameterHandler.class - [JAR]

com.yhy.http.pigeon.delegate

├─ com.yhy.http.pigeon.delegate.HeaderDelegate.class - [JAR]

├─ com.yhy.http.pigeon.delegate.InterceptorDelegate.class - [JAR]

com.yhy.http.pigeon.adapter

├─ com.yhy.http.pigeon.adapter.CallAdapter.class - [JAR]

com.yhy.http.pigeon.http

├─ com.yhy.http.pigeon.http.HttpException.class - [JAR]

├─ com.yhy.http.pigeon.http.HttpHandler.class - [JAR]

├─ com.yhy.http.pigeon.http.HttpMethod.class - [JAR]

com.yhy.http.pigeon.common.https

├─ com.yhy.http.pigeon.common.https.SSLConnFactory.class - [JAR]

├─ com.yhy.http.pigeon.common.https.TrustAllCerts.class - [JAR]

├─ com.yhy.http.pigeon.common.https.TrustAllHost.class - [JAR]

com.yhy.http.pigeon.http.request

├─ com.yhy.http.pigeon.http.request.RequestBuilder.class - [JAR]

├─ com.yhy.http.pigeon.http.request.RequestFactory.class - [JAR]

com.yhy.http.pigeon.annotation.param

├─ com.yhy.http.pigeon.annotation.param.Body.class - [JAR]

├─ com.yhy.http.pigeon.annotation.param.Field.class - [JAR]

├─ com.yhy.http.pigeon.annotation.param.Part.class - [JAR]

├─ com.yhy.http.pigeon.annotation.param.Path.class - [JAR]

├─ com.yhy.http.pigeon.annotation.param.Query.class - [JAR]

├─ com.yhy.http.pigeon.annotation.param.Tag.class - [JAR]

├─ com.yhy.http.pigeon.annotation.param.Url.class - [JAR]

com.yhy.http.pigeon.annotation

├─ com.yhy.http.pigeon.annotation.Form.class - [JAR]

├─ com.yhy.http.pigeon.annotation.Header.class - [JAR]

├─ com.yhy.http.pigeon.annotation.Headers.class - [JAR]

├─ com.yhy.http.pigeon.annotation.Host.class - [JAR]

├─ com.yhy.http.pigeon.annotation.Interceptor.class - [JAR]

├─ com.yhy.http.pigeon.annotation.Interceptors.class - [JAR]

├─ com.yhy.http.pigeon.annotation.Multipart.class - [JAR]

├─ com.yhy.http.pigeon.annotation.Stream.class - [JAR]

Advertisement