|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the stream connection over which MIME encoded content is passed.
Method Summary | |
String |
getEncoding()
Returns the value of the content-encoding header field. |
long |
getLength()
Returns the value of the content-length header field. |
String |
getType()
Returns the value of the content-type header field. |
Methods inherited from interface javax.microedition.io.InputConnection |
openDataInputStream, openInputStream |
Methods inherited from interface javax.microedition.io.Connection |
close |
Methods inherited from interface javax.microedition.io.OutputConnection |
openDataOutputStream, openOutputStream |
Method Detail |
public String getType()
content-type
header field.
null
if not known.public String getEncoding()
content-encoding
header field.
null
if not known.public long getLength()
content-length
header field.
-1
if the content length is
not known.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |