forbidden.http-signatures.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of build-tools Show documentation
Show all versions of build-tools Show documentation
OpenSearch subproject :build-tools
# Licensed to Elasticsearch under one or more contributor
# license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright
# ownership. Elasticsearch licenses this file to you under
# the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on
# an 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
# either express or implied. See the License for the specific
# language governing permissions and limitations under the License.
@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 - 2024 Weber Informatics LLC | Privacy Policy