All Downloads are FREE. Search and download functionalities are using the official Maven repository.

forbidden.http-signatures.txt Maven / Gradle / Ivy

Go to download

Gradle plugins for the developer kit for building and testing Elasticsearch and Elasticsearch plugins

The newest version!
@defaultMessage Explicitly specify the ContentType of HTTP entities when creating
org.apache.http.entity.StringEntity#(java.lang.String)
org.apache.http.entity.StringEntity#(java.lang.String,java.lang.String)
org.apache.http.entity.StringEntity#(java.lang.String,java.nio.charset.Charset)
org.apache.http.entity.ByteArrayEntity#(byte[])
org.apache.http.entity.ByteArrayEntity#(byte[],int,int)
org.apache.http.entity.FileEntity#(java.io.File)
org.apache.http.entity.InputStreamEntity#(java.io.InputStream)
org.apache.http.entity.InputStreamEntity#(java.io.InputStream,long)
org.apache.http.nio.entity.NByteArrayEntity#(byte[])
org.apache.http.nio.entity.NByteArrayEntity#(byte[],int,int)
org.apache.http.nio.entity.NFileEntity#(java.io.File)
org.apache.http.nio.entity.NStringEntity#(java.lang.String)
org.apache.http.nio.entity.NStringEntity#(java.lang.String,java.lang.String)

@defaultMessage Use non-deprecated constructors
org.apache.http.nio.entity.NFileEntity#(java.io.File,java.lang.String)
org.apache.http.nio.entity.NFileEntity#(java.io.File,java.lang.String,boolean)
org.apache.http.entity.FileEntity#(java.io.File,java.lang.String)
org.apache.http.entity.StringEntity#(java.lang.String,java.lang.String,java.lang.String)

@defaultMessage BasicEntity is easy to mess up and forget to set content type
org.apache.http.entity.BasicHttpEntity#()

@defaultMessage EntityTemplate is easy to mess up and forget to set content type
org.apache.http.entity.EntityTemplate#(org.apache.http.entity.ContentProducer)

@defaultMessage SerializableEntity uses java serialization and makes it easy to forget to set content type
org.apache.http.entity.SerializableEntity#(java.io.Serializable)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy