|
|||||||||
| Home >> All >> org >> apache >> http >> [ entity overview ] | PREV NEXT | ||||||||
A
- AbstractHttpEntity - class org.apache.http.entity.AbstractHttpEntity.
- Abstract base class for entities.
- AbstractHttpEntity() - Constructor for class org.apache.http.entity.AbstractHttpEntity
- Protected default constructor.
B
- BUFFER_SIZE - Static variable in class org.apache.http.entity.InputStreamEntity
- BasicHttpEntity - class org.apache.http.entity.BasicHttpEntity.
- A generic streamed entity being received on a connection.
- BasicHttpEntity() - Constructor for class org.apache.http.entity.BasicHttpEntity
- Creates a new basic entity.
- BufferedHttpEntity - class org.apache.http.entity.BufferedHttpEntity.
- A wrapping entity that buffers it content if necessary.
- BufferedHttpEntity(HttpEntity) - Constructor for class org.apache.http.entity.BufferedHttpEntity
- ByteArrayEntity - class org.apache.http.entity.ByteArrayEntity.
- A self-contained entity obtaining content from a byte array.
- ByteArrayEntity(byte[]) - Constructor for class org.apache.http.entity.ByteArrayEntity
- buffer - Variable in class org.apache.http.entity.BufferedHttpEntity
C
- ContentProducer - interface org.apache.http.entity.ContentProducer.
- An abstract entity content producer.
- chunked - Variable in class org.apache.http.entity.AbstractHttpEntity
- The 'chunked' flag.
- consumeContent() - Method in class org.apache.http.entity.AbstractHttpEntity
- Does not consume anything.
- consumeContent() - Method in class org.apache.http.entity.BasicHttpEntity
- consumeContent() - Method in class org.apache.http.entity.EntityTemplate
- consumeContent() - Method in class org.apache.http.entity.HttpEntityWrapper
- consumeContent() - Method in class org.apache.http.entity.InputStreamEntity
- consumed - Variable in class org.apache.http.entity.InputStreamEntity
- content - Variable in class org.apache.http.entity.BasicHttpEntity
- content - Variable in class org.apache.http.entity.ByteArrayEntity
- content - Variable in class org.apache.http.entity.InputStreamEntity
- content - Variable in class org.apache.http.entity.StringEntity
- contentEncoding - Variable in class org.apache.http.entity.AbstractHttpEntity
- The Content-Encoding header.
- contentObtained - Variable in class org.apache.http.entity.BasicHttpEntity
- contentType - Variable in class org.apache.http.entity.AbstractHttpEntity
- The Content-Type header.
- contentproducer - Variable in class org.apache.http.entity.EntityTemplate
D
- deserialize(HttpDataReceiver, HttpMessage) - Method in interface org.apache.http.entity.EntityDeserializer
E
- EntityDeserializer - interface org.apache.http.entity.EntityDeserializer.
- Generates entities when HTTP messages are received.
- EntitySerializer - interface org.apache.http.entity.EntitySerializer.
- Writes an entity when HTTP messages are sent.
- EntityTemplate - class org.apache.http.entity.EntityTemplate.
- Entity that delegates the process of content generation to an abstract content producer.
- EntityTemplate(ContentProducer) - Constructor for class org.apache.http.entity.EntityTemplate
F
- FileEntity - class org.apache.http.entity.FileEntity.
- A self-contained entity obtaining content from a file.
- FileEntity(File, String) - Constructor for class org.apache.http.entity.FileEntity
- file - Variable in class org.apache.http.entity.FileEntity
G
- getContent() - Method in class org.apache.http.entity.BasicHttpEntity
- Obtains the content, once only.
- getContent() - Method in class org.apache.http.entity.BufferedHttpEntity
- getContent() - Method in class org.apache.http.entity.ByteArrayEntity
- getContent() - Method in class org.apache.http.entity.EntityTemplate
- getContent() - Method in class org.apache.http.entity.FileEntity
- getContent() - Method in class org.apache.http.entity.HttpEntityWrapper
- getContent() - Method in class org.apache.http.entity.InputStreamEntity
- getContent() - Method in class org.apache.http.entity.StringEntity
- getContentEncoding() - Method in class org.apache.http.entity.AbstractHttpEntity
- Obtains the Content-Encoding header.
- getContentEncoding() - Method in class org.apache.http.entity.HttpEntityWrapper
- getContentLength() - Method in class org.apache.http.entity.BasicHttpEntity
- getContentLength() - Method in class org.apache.http.entity.BufferedHttpEntity
- getContentLength() - Method in class org.apache.http.entity.ByteArrayEntity
- getContentLength() - Method in class org.apache.http.entity.EntityTemplate
- getContentLength() - Method in class org.apache.http.entity.FileEntity
- getContentLength() - Method in class org.apache.http.entity.HttpEntityWrapper
- getContentLength() - Method in class org.apache.http.entity.InputStreamEntity
- getContentLength() - Method in class org.apache.http.entity.StringEntity
- getContentType() - Method in class org.apache.http.entity.AbstractHttpEntity
- Obtains the Content-Type header.
- getContentType() - Method in class org.apache.http.entity.HttpEntityWrapper
H
- HttpEntityWrapper - class org.apache.http.entity.HttpEntityWrapper.
- Base class for wrapping entities.
- HttpEntityWrapper(HttpEntity) - Constructor for class org.apache.http.entity.HttpEntityWrapper
- Creates a new entity wrapper.
I
- InputStreamEntity - class org.apache.http.entity.InputStreamEntity.
- A streamed entity obtaining content from an InputStream.
- InputStreamEntity(InputStream, long) - Constructor for class org.apache.http.entity.InputStreamEntity
- isChunked() - Method in class org.apache.http.entity.AbstractHttpEntity
- Obtains the 'chunked' flag.
- isChunked() - Method in class org.apache.http.entity.BufferedHttpEntity
- Tells that this entity does not have to be chunked.
- isChunked() - Method in class org.apache.http.entity.HttpEntityWrapper
- isRepeatable() - Method in class org.apache.http.entity.BasicHttpEntity
- Tells that this entity is not repeatable.
- isRepeatable() - Method in class org.apache.http.entity.BufferedHttpEntity
- Tells that this entity is repeatable.
- isRepeatable() - Method in class org.apache.http.entity.ByteArrayEntity
- isRepeatable() - Method in class org.apache.http.entity.EntityTemplate
- isRepeatable() - Method in class org.apache.http.entity.FileEntity
- isRepeatable() - Method in class org.apache.http.entity.HttpEntityWrapper
- isRepeatable() - Method in class org.apache.http.entity.InputStreamEntity
- isRepeatable() - Method in class org.apache.http.entity.StringEntity
- isStreaming() - Method in class org.apache.http.entity.BasicHttpEntity
- isStreaming() - Method in class org.apache.http.entity.BufferedHttpEntity
- isStreaming() - Method in class org.apache.http.entity.ByteArrayEntity
- Tells that this entity is not streaming.
- isStreaming() - Method in class org.apache.http.entity.EntityTemplate
- isStreaming() - Method in class org.apache.http.entity.FileEntity
- Tells that this entity is not streaming.
- isStreaming() - Method in class org.apache.http.entity.HttpEntityWrapper
- isStreaming() - Method in class org.apache.http.entity.InputStreamEntity
- isStreaming() - Method in class org.apache.http.entity.StringEntity
- Tells that this entity is not streaming.
L
- length - Variable in class org.apache.http.entity.BasicHttpEntity
- length - Variable in class org.apache.http.entity.InputStreamEntity
M
- main(String[]) - Static method in class org.apache.http.entity.TestAbstractHttpEntity
- main(String[]) - Static method in class org.apache.http.entity.TestAllEntity
- main(String[]) - Static method in class org.apache.http.entity.TestBasicHttpEntity
- main(String[]) - Static method in class org.apache.http.entity.TestBufferedHttpEntity
- main(String[]) - Static method in class org.apache.http.entity.TestByteArrayEntity
- main(String[]) - Static method in class org.apache.http.entity.TestFileEntity
- main(String[]) - Static method in class org.apache.http.entity.TestHttpEntityWrapper
- main(String[]) - Static method in class org.apache.http.entity.TestInputStreamEntity
- main(String[]) - Static method in class org.apache.http.entity.TestStringEntity
O
- org.apache.http.entity - package org.apache.http.entity
S
- StringEntity - class org.apache.http.entity.StringEntity.
- A self-contained entity obtaining content from a string.
- StringEntity(String, String) - Constructor for class org.apache.http.entity.StringEntity
- StringEntity(String) - Constructor for class org.apache.http.entity.StringEntity
- serialize(HttpDataTransmitter, HttpMessage, HttpEntity) - Method in interface org.apache.http.entity.EntitySerializer
- setChunked(boolean) - Method in class org.apache.http.entity.AbstractHttpEntity
- Specifies the 'chunked' flag.
- setContent(InputStream) - Method in class org.apache.http.entity.BasicHttpEntity
- Specifies the content.
- setContentEncoding(Header) - Method in class org.apache.http.entity.AbstractHttpEntity
- Specifies the Content-Encoding header.
- setContentEncoding(String) - Method in class org.apache.http.entity.AbstractHttpEntity
- Specifies the Content-Encoding header, as a string.
- setContentLength(long) - Method in class org.apache.http.entity.BasicHttpEntity
- Specifies the length of the content.
- setContentType(Header) - Method in class org.apache.http.entity.AbstractHttpEntity
- Specifies the Content-Type header.
- setContentType(String) - Method in class org.apache.http.entity.AbstractHttpEntity
- Specifies the Content-Type header, as a string.
- suite() - Static method in class org.apache.http.entity.TestAbstractHttpEntity
- suite() - Static method in class org.apache.http.entity.TestAllEntity
- suite() - Static method in class org.apache.http.entity.TestBasicHttpEntity
- suite() - Static method in class org.apache.http.entity.TestBufferedHttpEntity
- suite() - Static method in class org.apache.http.entity.TestByteArrayEntity
- suite() - Static method in class org.apache.http.entity.TestFileEntity
- suite() - Static method in class org.apache.http.entity.TestHttpEntityWrapper
- suite() - Static method in class org.apache.http.entity.TestInputStreamEntity
- suite() - Static method in class org.apache.http.entity.TestStringEntity
T
- TestAbstractHttpEntity - class org.apache.http.entity.TestAbstractHttpEntity.
- Unit tests for AbstractHttpEntity.
- TestAbstractHttpEntity(String) - Constructor for class org.apache.http.entity.TestAbstractHttpEntity
- TestAllEntity - class org.apache.http.entity.TestAllEntity.
- TestAllEntity(String) - Constructor for class org.apache.http.entity.TestAllEntity
- TestBasicHttpEntity - class org.apache.http.entity.TestBasicHttpEntity.
- Unit tests for BasicHttpEntity.
- TestBasicHttpEntity(String) - Constructor for class org.apache.http.entity.TestBasicHttpEntity
- TestBufferedHttpEntity - class org.apache.http.entity.TestBufferedHttpEntity.
- Unit tests for
WrappedEntity. - TestBufferedHttpEntity(String) - Constructor for class org.apache.http.entity.TestBufferedHttpEntity
- TestByteArrayEntity - class org.apache.http.entity.TestByteArrayEntity.
- Unit tests for ByteArrayEntity.
- TestByteArrayEntity(String) - Constructor for class org.apache.http.entity.TestByteArrayEntity
- TestFileEntity - class org.apache.http.entity.TestFileEntity.
- Unit tests for FileEntity.
- TestFileEntity(String) - Constructor for class org.apache.http.entity.TestFileEntity
- TestHttpEntityWrapper - class org.apache.http.entity.TestHttpEntityWrapper.
- Unit tests for
WrappedEntity. - TestHttpEntityWrapper(String) - Constructor for class org.apache.http.entity.TestHttpEntityWrapper
- TestInputStreamEntity - class org.apache.http.entity.TestInputStreamEntity.
- Unit tests for InputStreamEntity.
- TestInputStreamEntity(String) - Constructor for class org.apache.http.entity.TestInputStreamEntity
- TestStringEntity - class org.apache.http.entity.TestStringEntity.
- Unit tests for StringEntity.
- TestStringEntity(String) - Constructor for class org.apache.http.entity.TestStringEntity
- testBasics() - Method in class org.apache.http.entity.TestBasicHttpEntity
- testBasics() - Method in class org.apache.http.entity.TestByteArrayEntity
- testBasics() - Method in class org.apache.http.entity.TestFileEntity
- testBasics() - Method in class org.apache.http.entity.TestHttpEntityWrapper
- testBasics() - Method in class org.apache.http.entity.TestInputStreamEntity
- testBasics() - Method in class org.apache.http.entity.TestStringEntity
- testBufferingEntity() - Method in class org.apache.http.entity.TestBufferedHttpEntity
- testChunkingFlag() - Method in class org.apache.http.entity.TestAbstractHttpEntity
- testConsume() - Method in class org.apache.http.entity.TestInputStreamEntity
- testConsumeContent() - Method in class org.apache.http.entity.TestAbstractHttpEntity
- testConsumeContent() - Method in class org.apache.http.entity.TestBasicHttpEntity
- testConsumeContent() - Method in class org.apache.http.entity.TestHttpEntityWrapper
- testContent() - Method in class org.apache.http.entity.TestBasicHttpEntity
- testContentEncoding() - Method in class org.apache.http.entity.TestAbstractHttpEntity
- testContentType() - Method in class org.apache.http.entity.TestAbstractHttpEntity
- testDefaultContent() - Method in class org.apache.http.entity.TestStringEntity
- testIllegalConstructor() - Method in class org.apache.http.entity.TestBufferedHttpEntity
- testIllegalConstructor() - Method in class org.apache.http.entity.TestByteArrayEntity
- testIllegalConstructor() - Method in class org.apache.http.entity.TestFileEntity
- testIllegalConstructor() - Method in class org.apache.http.entity.TestHttpEntityWrapper
- testIllegalConstructor() - Method in class org.apache.http.entity.TestInputStreamEntity
- testIllegalConstructor() - Method in class org.apache.http.entity.TestStringEntity
- testWrappingEntity() - Method in class org.apache.http.entity.TestBufferedHttpEntity
- testWriteTo() - Method in class org.apache.http.entity.TestBasicHttpEntity
- testWriteTo() - Method in class org.apache.http.entity.TestByteArrayEntity
- testWriteTo() - Method in class org.apache.http.entity.TestFileEntity
- testWriteTo() - Method in class org.apache.http.entity.TestHttpEntityWrapper
- testWriteTo() - Method in class org.apache.http.entity.TestInputStreamEntity
- testWriteTo() - Method in class org.apache.http.entity.TestStringEntity
- testWriteToBuffered() - Method in class org.apache.http.entity.TestBufferedHttpEntity
- testWriteToWrapped() - Method in class org.apache.http.entity.TestBufferedHttpEntity
W
- wrappedEntity - Variable in class org.apache.http.entity.HttpEntityWrapper
- The wrapped entity.
- writeTo(OutputStream) - Method in class org.apache.http.entity.BasicHttpEntity
- writeTo(OutputStream) - Method in class org.apache.http.entity.BufferedHttpEntity
- writeTo(OutputStream) - Method in class org.apache.http.entity.ByteArrayEntity
- writeTo(OutputStream) - Method in interface org.apache.http.entity.ContentProducer
- writeTo(OutputStream) - Method in class org.apache.http.entity.EntityTemplate
- writeTo(OutputStream) - Method in class org.apache.http.entity.FileEntity
- writeTo(OutputStream) - Method in class org.apache.http.entity.HttpEntityWrapper
- writeTo(OutputStream) - Method in class org.apache.http.entity.InputStreamEntity
- writeTo(OutputStream) - Method in class org.apache.http.entity.StringEntity
A B C D E F G H I L M O S T W
|
|||||||||
| Home >> All >> org >> apache >> http >> [ entity overview ] | PREV NEXT | ||||||||