jar

org.bitbucket.abuwandi : snoopy

Maven & Gradle

Jun 29, 2021
1 usages

Snoopy Network Client · Asynchronous network client that’s efficient by default and easy to use. Its request/response API is designed with fluent builders and immutability. It supports both synchronous blocking calls and async calls

Table Of Contents

Latest Version

Download org.bitbucket.abuwandi : snoopy JAR file - Latest Versions:

All Versions

Download org.bitbucket.abuwandi : snoopy JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9.x
0.8.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 snoopy-0.9.20.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.bitbucket.abuwandi.snoopy.client.authentication

├─ org.bitbucket.abuwandi.snoopy.client.authentication.AccessTokenCache.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.authentication.Authentication.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.authentication.AuthenticationException.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.authentication.Authenticator.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.authentication.TokenProvider.class - [JAR]

org.bitbucket.abuwandi.snoopy.util

├─ org.bitbucket.abuwandi.snoopy.util.BitUnit.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.BufferSupplier.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.ByteArrayBlackHole.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.ByteArrayFileCollector.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.ByteBufBlackHole.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.ByteBufFileCollector.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.ByteBufInputStream.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.ByteUnit.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.CharSequenceSerializable.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.Collector.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.Collectors.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.Disposal.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.EfficientByteArrayInputStream.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.EfficientByteArrayOutputStream.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.ExponentialDelay.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.IOUtils.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.JsonSerializable.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.MaxRetriesExceededException.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.Progress.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.RetryStrategy.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.Serializable.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.SerializationException.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.StopWatch.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.util.Utils.class - [JAR]

org.bitbucket.abuwandi.snoopy.exceptions

├─ org.bitbucket.abuwandi.snoopy.exceptions.SnoopyException.class - [JAR]

org.bitbucket.abuwandi.snoopy.client.handlers

├─ org.bitbucket.abuwandi.snoopy.client.handlers.SnoopyInboundMessageHandler.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.handlers.SnoopyInboundMessageTimeoutHandler.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.handlers.SnoopyInboundTrafficHandler.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.handlers.SnoopySslHandler.class - [JAR]

org.bitbucket.abuwandi.snoopy.client.http

├─ org.bitbucket.abuwandi.snoopy.client.http.ByteBufRequestBody.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.DefaultInputStreamRequestBody.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.DelegateChannelPromise.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.EmptyRequestBody.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.FileRequestBody.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.Http11ApplicationProtocol.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.HttpClient.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.HttpClientException.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.HttpClientImpl.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.HttpGetRequestBuilder.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.HttpMethod.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.HttpPostRequestBuilder.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.HttpRequestBodyBuilder.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.HttpRequestBuilder.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.HttpRequestException.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.HttpResponseException.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.InputStreamRequestBody.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.MultipartRequestBody.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.RequestBody.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.RequestBodyPart.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.SerializableRequestBody.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.SnoopyHttp11ChannelInitializer.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.SnoopyHttpRequest.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.SnoopyHttpResponse.class - [JAR]

org.bitbucket.abuwandi.snoopy.client.http.handlers

├─ org.bitbucket.abuwandi.snoopy.client.http.handlers.HttpResponseHandlers.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.handlers.SnoopyHttpRequestOutboundHandler.class - [JAR]

org.bitbucket.abuwandi.snoopy.model

├─ org.bitbucket.abuwandi.snoopy.model.Protocol.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.model.Scheme.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.model.Token.class - [JAR]

org.bitbucket.abuwandi.snoopy.client.bootstrap

├─ org.bitbucket.abuwandi.snoopy.client.bootstrap.AbstractConnectionPool.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.bootstrap.BootstrapProvider.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.bootstrap.CachedConnectionPool.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.bootstrap.Connection.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.bootstrap.ConnectionException.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.bootstrap.ConnectionPool.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.bootstrap.ConnectionPoolHandler.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.bootstrap.ConnectionPoolMode.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.bootstrap.ConnectionPoolProvider.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.bootstrap.ConnectionPoolStats.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.bootstrap.ConnectionPoolStatsListener.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.bootstrap.ConnectionProvider.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.bootstrap.FixedConnectionPool.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.bootstrap.SnoopyBootstrapProvider.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.bootstrap.SnoopyConnectionPool.class - [JAR]

org.bitbucket.abuwandi.snoopy.client.http.authentication

├─ org.bitbucket.abuwandi.snoopy.client.http.authentication.Authenticators.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.authentication.BearerTokenAuthenticator.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.authentication.HttpAuthenticationException.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.authentication.OAuth2.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.http.authentication.OAuth2AccessToken.class - [JAR]

org.bitbucket.abuwandi.snoopy.client

├─ org.bitbucket.abuwandi.snoopy.client.ApplicationProtocol.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.ChannelInitializer.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.ClientException.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.ErrorCallback.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.HandshakeCallback.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.Pausable.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.ProgressCallback.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.ReadTimeoutException.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.Registrar.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.RequestRegistrar.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.ResponseRegistrar.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.Snoopy.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.SnoopyConfig.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.SnoopyRequest.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.SnoopyResponse.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.SnoopySchedulers.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.SslSessionInfo.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.Status.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.StatusCallback.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.SuccessCallback.class - [JAR]

├─ org.bitbucket.abuwandi.snoopy.client.ThroughputCallback.class - [JAR]

org.bitbucket.abuwandi.snoopy.client.http.util

├─ org.bitbucket.abuwandi.snoopy.client.http.util.Extractors.class - [JAR]

Advertisement

Dependencies from Group

Discover Dependencies

Oct 19, 2022
1 usages
2 stars
Sep 26, 2021
1 usages
22 stars
Dec 11, 2022
1 usages
2 stars
Mar 01, 2022
1 usages
1 stars
Oct 20, 2022
1 usages
79 stars
May 10, 2023
1 usages
2 stars
Aug 29, 2022
1 usages
1 stars
May 22, 2023
1 usages
18 stars