Uses of Class
org.marre.mime.MimeHeader

Packages that use MimeHeader
org.marre.mime   
org.marre.mime.encoder   
org.marre.wap   
org.marre.wap.mms   
 

Uses of MimeHeader in org.marre.mime
 

Subclasses of MimeHeader in org.marre.mime
 class MimeContentType
           
 

Methods in org.marre.mime that return MimeHeader
 MimeHeader MimeBodyPart.getHeader(int theIndex)
          Retrieves a header with the given index.
 MimeHeader MimeBodyPart.getHeader(java.lang.String headerName)
          Retrieves a header with the given name.
 

Methods in org.marre.mime with parameters of type MimeHeader
 void MimeBodyPart.addHeader(MimeHeader theHeader)
          Adds a mime header to this body part.
 

Uses of MimeHeader in org.marre.mime.encoder
 

Methods in org.marre.mime.encoder with parameters of type MimeHeader
protected  void TextMimeEncoder.writeHeader(java.io.OutputStream theOs, MimeHeader header)
          Write one header to the stream.
 

Uses of MimeHeader in org.marre.wap
 

Methods in org.marre.wap with parameters of type MimeHeader
static void WspUtil.writeContentType(byte wspEncodingVersion, java.io.OutputStream theOs, MimeHeader theContentType)
          Writes a wsp encoded content-type as specified in WAP-230-WSP-20010705-a.pdf.
static void WspHeaderEncoder.writeHeader(byte wspEncodingVersion, java.io.OutputStream theOs, MimeHeader theHeader)
           
static void WspHeaderEncoder.writeHeaderContentType(byte wspEncodingVersion, java.io.OutputStream theOs, MimeHeader theContentType)
           
 

Uses of MimeHeader in org.marre.wap.mms
 

Methods in org.marre.wap.mms with parameters of type MimeHeader
static void MmsHeaderEncoder.writeHeaderContentType(byte wspEncodingVersion, java.io.OutputStream theOs, MimeHeader theContentType)
           
 



Copyright © 2002-2005 Markus Eriksson. All Rights Reserved.