| Package | Description |
|---|---|
| net.lecousin.framework.network.mime.entity |
Mime body entities.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FormDataEntity.PartFile
Part for a file.
|
| Modifier and Type | Method and Description |
|---|---|
static BinaryEntity |
BinaryEntity.fromString(String content,
Charset charset,
String contentType)
Create a BinaryEntity with a Content-Type header and the body from the given string.
|
| Modifier and Type | Method and Description |
|---|---|
net.lecousin.framework.util.Triple<net.lecousin.framework.math.RangeLong,Long,BinaryEntity> |
TextEntity.createBodyRange(net.lecousin.framework.math.RangeLong range) |
net.lecousin.framework.util.Triple<net.lecousin.framework.math.RangeLong,Long,BinaryEntity> |
MultipartEntity.createBodyRange(net.lecousin.framework.math.RangeLong range) |
abstract net.lecousin.framework.util.Triple<net.lecousin.framework.math.RangeLong,Long,BinaryEntity> |
MimeEntity.createBodyRange(net.lecousin.framework.math.RangeLong range)
Extract a range of this entity's body.
|
net.lecousin.framework.util.Triple<net.lecousin.framework.math.RangeLong,Long,BinaryEntity> |
FormUrlEncodedEntity.createBodyRange(net.lecousin.framework.math.RangeLong range) |
net.lecousin.framework.util.Triple<net.lecousin.framework.math.RangeLong,Long,BinaryEntity> |
FormDataEntity.PartField.createBodyRange(net.lecousin.framework.math.RangeLong range) |
net.lecousin.framework.util.Triple<net.lecousin.framework.math.RangeLong,Long,BinaryEntity> |
EmptyEntity.createBodyRange(net.lecousin.framework.math.RangeLong range) |
net.lecousin.framework.util.Triple<net.lecousin.framework.math.RangeLong,Long,BinaryEntity> |
BinaryFileEntity.createBodyRange(net.lecousin.framework.math.RangeLong range) |
net.lecousin.framework.util.Triple<net.lecousin.framework.math.RangeLong,Long,BinaryEntity> |
BinaryEntity.createBodyRange(net.lecousin.framework.math.RangeLong range) |
Copyright © 2020. All rights reserved.