|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MimeContentType | |
org.marre.mime | |
org.marre.mms | |
org.marre.wap.push |
Uses of MimeContentType in org.marre.mime |
Fields in org.marre.mime declared as MimeContentType | |
protected MimeContentType |
MimeBodyPart.myContentType
|
Methods in org.marre.mime that return MimeContentType | |
MimeContentType |
MimeMultipartRelated.getContentType()
|
MimeContentType |
MimeBodyPart.getContentType()
Returns the content type. |
Methods in org.marre.mime with parameters of type MimeContentType | |
void |
MimeBodyPart.setContent(byte[] theContent,
MimeContentType theContentType)
Sets the main content of this body part. |
Constructors in org.marre.mime with parameters of type MimeContentType | |
MimeBodyPart(byte[] body,
MimeContentType contentType)
Creates a new empty MimeBodyPart. |
Uses of MimeContentType in org.marre.mms |
Methods in org.marre.mms that return MimeContentType | |
MimeContentType |
MmsAbstractMessage.getContentType()
|
Methods in org.marre.mms with parameters of type MimeContentType | |
void |
MmsAbstractMessage.setContentType(MimeContentType contentType)
|
Uses of MimeContentType in org.marre.wap.push |
Constructors in org.marre.wap.push with parameters of type MimeContentType | |
SmsWapPushMessage(WbxmlDocument thePushMsg,
MimeContentType theContentType)
|
|
SmsWapPushMessage(byte[] thePushMsg,
MimeContentType theContentType)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |