| Package | Description |
|---|---|
| net.lecousin.framework.network.mime |
Utilities for MIME based protocols.
|
| net.lecousin.framework.network.mime.entity |
Mime body entities.
|
| net.lecousin.framework.network.mime.header |
Utilities to set and analyse MIME header fields values.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterizedHeaderValue |
MimeMessage.getContentType()
Parse the Content-Type header and return it, or null if it is not present.
|
| Modifier and Type | Method and Description |
|---|---|
FormDataEntity.PartFile |
FormDataEntity.addFile(String fieldName,
String filename,
ParameterizedHeaderValue contentType,
net.lecousin.framework.io.IO.Readable content)
Append a file.
|
| Constructor and Description |
|---|
PartFile(String fieldName,
String filename,
ParameterizedHeaderValue contentType,
net.lecousin.framework.io.IO.Readable content)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterizedHeaderValue |
ParameterizedHeaderValues.getMainValue(String value)
Return the value having the given main value.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterizedHeaderValue> |
ParameterizedHeaderValues.getValues() |
Copyright © 2018. All rights reserved.