|
|||||||||
Home >> All >> javax >> microedition >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
javax.microedition.io
Interface ContentConnection

- All Superinterfaces:
- Connection, InputConnection, OutputConnection, StreamConnection
- All Known Subinterfaces:
- HttpConnection
- public interface ContentConnection
- extends StreamConnection
Method Summary | |
java.lang.String |
getEncoding()
|
long |
getLength()
|
java.lang.String |
getType()
|
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 |
getType
public java.lang.String getType()
getEncoding
public java.lang.String getEncoding()
getLength
public long getLength()
|
|||||||||
Home >> All >> javax >> microedition >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |