KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > io > ContentConnection

javax.microedition.io
Interface ContentConnection

All Superinterfaces:
Connection, InputConnection, OutputConnection, StreamConnection
All Known Subinterfaces:
HttpConnection
See Also:
Source Code

public String getEncoding()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public long getLength()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags