javax.microedition.io
Interface ContentConnection

All Superinterfaces:
Connection, InputConnection, OutputConnection, StreamConnection
All Known Subinterfaces:
HttpConnection, HttpsConnection, Operation

public interface ContentConnection
extends StreamConnection


Method Summary
 String getEncoding()
           
 long getLength()
           
 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
 
Methods inherited from interface javax.microedition.io.Connection
close
 

Method Detail

getType

String getType()

getEncoding

String getEncoding()

getLength

long getLength()


Copyright © 2006-2007 Jayway AB. All Rights Reserved.