java.lang.Object
org.apache.http.entity.AbstractHttpEntity
org.apache.http.entity.InputStreamEntity
net.minecraft.client.realms.FileUpload.CustomInputStreamEntity
- All Implemented Interfaces:
org.apache.http.HttpEntity
- Enclosing class:
FileUpload
@Environment(CLIENT)
private static class FileUpload.CustomInputStreamEntity
extends org.apache.http.entity.InputStreamEntity
- Mappings:
Namespace |
Name |
named |
net/minecraft/client/realms/FileUpload$CustomInputStreamEntity |
intermediary |
net/minecraft/class_4337$class_4338 |
official |
fao$a |
-
Field Summary 
Fields
Fields inherited from class org.apache.http.entity.AbstractHttpEntity 
chunked, contentEncoding, contentType, OUTPUT_BUFFER_SIZE
-
Constructor Summary 
Constructors
-
Method Summary 
getContent, getContentLength, isRepeatable, isStreaming
Methods inherited from class org.apache.http.entity.AbstractHttpEntity 
consumeContent, getContentEncoding, getContentType, isChunked, setChunked, setContentEncoding, setContentEncoding, setContentType, setContentType, toString
-
Field Details 
-
Constructor Details 
-
Method Details 
-
writeTo 
- Specified by:
writeTo
in interface org.apache.http.HttpEntity
- Overrides:
writeTo
in class org.apache.http.entity.InputStreamEntity
- Throws:
IOException
- Mappings:
Namespace |
Name |
Mixin selector |
named |
writeTo |
Lnet/minecraft/client/realms/FileUpload$CustomInputStreamEntity;writeTo(Ljava/io/OutputStream;)V |
intermediary |
writeTo |
Lnet/minecraft/class_4337$class_4338;writeTo(Ljava/io/OutputStream;)V |
official |
writeTo |
Lfao$a;writeTo(Ljava/io/OutputStream;)V |