All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download shcf4j-api JAR 1.0.5 with all dependencies


The Simple HTTP Client Facade for Java (SHCF4J) serves as a simple facade or abstraction for various HTTP client frameworks (e.g. java.net.HttpURLConnection, Apache HttpClient, etc.) allowing the end user to plug in the desired HTTP client framework at deployment time.

Files of the artifact shcf4j-api version 1.0.5 from the group com.imperva.shcf4j.

Artifact shcf4j-api
Group com.imperva.shcf4j
Version 1.0.5
Last update 20. February 2019
Tags: client frameworks simple httpurlconnection httpclient apache desired framework shcf4j time plug facade http allowing abstraction various java deployment serves user
Organization not specified
URL https://github.com/imperva/shcf4j
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of shcf4j-api Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of shcf4j-api version 1.0.5

META-INF
META-INF.META-INF.MANIFEST.MF
com.imperva.shcf4j
com.imperva.shcf4j.com.imperva.shcf4j.AsyncHttpClientBuilder
com.imperva.shcf4j.com.imperva.shcf4j.Header
com.imperva.shcf4j.com.imperva.shcf4j.HttpClientBuilderFactory
com.imperva.shcf4j.com.imperva.shcf4j.HttpClientCommonBuilder
com.imperva.shcf4j.com.imperva.shcf4j.HttpEntity
com.imperva.shcf4j.com.imperva.shcf4j.HttpHost
com.imperva.shcf4j.com.imperva.shcf4j.HttpMessage
com.imperva.shcf4j.com.imperva.shcf4j.HttpRequest
com.imperva.shcf4j.com.imperva.shcf4j.HttpRequestBuilder
com.imperva.shcf4j.com.imperva.shcf4j.HttpRequestImpl
com.imperva.shcf4j.com.imperva.shcf4j.HttpResponse
com.imperva.shcf4j.com.imperva.shcf4j.MutableHttpRequest
com.imperva.shcf4j.com.imperva.shcf4j.NotSupportedException
com.imperva.shcf4j.com.imperva.shcf4j.ProcessingException
com.imperva.shcf4j.com.imperva.shcf4j.ProtocolVersion
com.imperva.shcf4j.com.imperva.shcf4j.RequestLine
com.imperva.shcf4j.com.imperva.shcf4j.StatusLine
com.imperva.shcf4j.com.imperva.shcf4j.SyncHttpClientBuilder
com.imperva.shcf4j.auth
com.imperva.shcf4j.auth.com.imperva.shcf4j.auth.AuthScope
com.imperva.shcf4j.auth.com.imperva.shcf4j.auth.Credentials
com.imperva.shcf4j.auth.com.imperva.shcf4j.auth.NTCredentials
com.imperva.shcf4j.auth.com.imperva.shcf4j.auth.UsernamePasswordCredentials
com.imperva.shcf4j.client
com.imperva.shcf4j.client.com.imperva.shcf4j.client.AsyncHttpClient
com.imperva.shcf4j.client.com.imperva.shcf4j.client.CredentialsProvider
com.imperva.shcf4j.client.com.imperva.shcf4j.client.SyncHttpClient
com.imperva.shcf4j.client.config
com.imperva.shcf4j.client.config.com.imperva.shcf4j.client.config.ConnectionConfig
com.imperva.shcf4j.client.config.com.imperva.shcf4j.client.config.CookieSpecs
com.imperva.shcf4j.client.config.com.imperva.shcf4j.client.config.RequestConfig
com.imperva.shcf4j.client.protocol
com.imperva.shcf4j.client.protocol.com.imperva.shcf4j.client.protocol.ClientContext
com.imperva.shcf4j.config
com.imperva.shcf4j.config.com.imperva.shcf4j.config.SocketConfig
com.imperva.shcf4j.conn.ssl
com.imperva.shcf4j.conn.ssl.com.imperva.shcf4j.conn.ssl.AllowAllHostnameVerifier
com.imperva.shcf4j.conn.ssl.com.imperva.shcf4j.conn.ssl.DefaultSSLSessionStrategy
com.imperva.shcf4j.conn.ssl.com.imperva.shcf4j.conn.ssl.InsecureTrustManagerFactory
com.imperva.shcf4j.conn.ssl.com.imperva.shcf4j.conn.ssl.InsecureTrustManagerFactorySpi
com.imperva.shcf4j.conn.ssl.com.imperva.shcf4j.conn.ssl.SSLSessionStrategy
com.imperva.shcf4j.conn.ssl.com.imperva.shcf4j.conn.ssl.TrustAllCertsTrustManager
com.imperva.shcf4j.entity
com.imperva.shcf4j.entity.com.imperva.shcf4j.entity.ContentType
com.imperva.shcf4j.helpers
com.imperva.shcf4j.helpers.com.imperva.shcf4j.helpers.NOPAsyncHttpClient
com.imperva.shcf4j.helpers.com.imperva.shcf4j.helpers.NOPAsyncHttpClientBuilder
com.imperva.shcf4j.helpers.com.imperva.shcf4j.helpers.NOPHttpResponse
com.imperva.shcf4j.helpers.com.imperva.shcf4j.helpers.NOPServiceProvider
com.imperva.shcf4j.helpers.com.imperva.shcf4j.helpers.NOPSyncHttpClient
com.imperva.shcf4j.helpers.com.imperva.shcf4j.helpers.NOPSyncHttpClientBuilder
com.imperva.shcf4j.helpers.com.imperva.shcf4j.helpers.Util
com.imperva.shcf4j.nio.reactor
com.imperva.shcf4j.nio.reactor.com.imperva.shcf4j.nio.reactor.IOReactorConfig
com.imperva.shcf4j.request.body.multipart
com.imperva.shcf4j.request.body.multipart.com.imperva.shcf4j.request.body.multipart.ByteArrayPart
com.imperva.shcf4j.request.body.multipart.com.imperva.shcf4j.request.body.multipart.ByteArrayPartBuilder
com.imperva.shcf4j.request.body.multipart.com.imperva.shcf4j.request.body.multipart.FilePart
com.imperva.shcf4j.request.body.multipart.com.imperva.shcf4j.request.body.multipart.FilePartBuilder
com.imperva.shcf4j.request.body.multipart.com.imperva.shcf4j.request.body.multipart.InputStreamPart
com.imperva.shcf4j.request.body.multipart.com.imperva.shcf4j.request.body.multipart.InputStreamPartBuilder
com.imperva.shcf4j.request.body.multipart.com.imperva.shcf4j.request.body.multipart.MIME
com.imperva.shcf4j.request.body.multipart.com.imperva.shcf4j.request.body.multipart.Part
com.imperva.shcf4j.request.body.multipart.com.imperva.shcf4j.request.body.multipart.PartBase
com.imperva.shcf4j.request.body.multipart.com.imperva.shcf4j.request.body.multipart.PartBuilder
com.imperva.shcf4j.request.body.multipart.com.imperva.shcf4j.request.body.multipart.StringPart
com.imperva.shcf4j.request.body.multipart.com.imperva.shcf4j.request.body.multipart.StringPartBuilder
com.imperva.shcf4j.spi
com.imperva.shcf4j.spi.com.imperva.shcf4j.spi.SHC4JServiceProvider




© 2015 - 2024 Weber Informatics LLC | Privacy Policy