Package com.mojang.realmsclient.client
Class FileUpload.CustomInputStreamEntity
java.lang.Object
org.apache.http.entity.AbstractHttpEntity
org.apache.http.entity.InputStreamEntity
com.mojang.realmsclient.client.FileUpload.CustomInputStreamEntity
- All Implemented Interfaces:
 org.apache.http.HttpEntity
- Enclosing class:
 - FileUpload
 
static class FileUpload.CustomInputStreamEntity
extends org.apache.http.entity.InputStreamEntity
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final InputStreamprivate final longprivate final UploadStatusFields inherited from class org.apache.http.entity.AbstractHttpEntity
chunked, contentEncoding, contentType, OUTPUT_BUFFER_SIZE - 
Constructor Summary
ConstructorsConstructorDescriptionCustomInputStreamEntity(InputStream p_87105_, long p_87106_, UploadStatus p_87107_)  - 
Method Summary
Methods inherited from class org.apache.http.entity.InputStreamEntity
getContent, getContentLength, isRepeatable, isStreamingMethods inherited from class org.apache.http.entity.AbstractHttpEntity
consumeContent, getContentEncoding, getContentType, isChunked, setChunked, setContentEncoding, setContentEncoding, setContentType, setContentType, toString 
- 
Field Details
- 
length
private final long length - 
 - 
uploadStatus
 
 - 
 - 
Constructor Details
- 
CustomInputStreamEntity
 
 - 
 - 
Method Details
- 
writeTo
- Specified by:
 writeToin interfaceorg.apache.http.HttpEntity- Overrides:
 writeToin classorg.apache.http.entity.InputStreamEntity- Throws:
 IOException
 
 -