public static class RandomHandler.RandomEntity
extends org.apache.http.entity.AbstractHttpEntity
writeTo
but not getContent
.Modifier and Type | Field and Description |
---|---|
protected long |
length
The length of the random data to generate.
|
Constructor and Description |
---|
RandomEntity(long len)
Creates a new entity generating the given amount of data.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
getContent()
Not supported.
|
long |
getContentLength()
Obtains the size of the random data.
|
boolean |
isRepeatable()
Tells that this entity is repeatable, in a way.
|
boolean |
isStreaming()
Tells that this entity is not streaming.
|
void |
writeTo(OutputStream out)
Generates the random content.
|
public RandomEntity(long len)
len
- the number of random bytes to generate, 0 to maxintpublic final boolean isStreaming()
public boolean isRepeatable()
true
public long getContentLength()
public InputStream getContent()
public void writeTo(OutputStream out) throws IOException
out
- where to write the content toIOException
Copyright © 2019. All Rights Reserved.