de.enough.polish.android.io
Interface ContentConnection

All Superinterfaces:
Connection, InputConnection, OutputConnection, StreamConnection
All Known Subinterfaces:
HttpConnection, HttpsConnection
All Known Implementing Classes:
HttpConnectionImpl, HttpsConnectionImpl

public interface ContentConnection
extends StreamConnection


Method Summary
 String getEncoding()
           
 long getLength()
           
 String getType()
           
 
Methods inherited from interface de.enough.polish.android.io.InputConnection
openDataInputStream, openInputStream
 
Methods inherited from interface de.enough.polish.android.io.OutputConnection
openDataOutputStream, openOutputStream
 
Methods inherited from interface de.enough.polish.android.io.Connection
close
 

Method Detail

getEncoding

String getEncoding()

getLength

long getLength()

getType

String getType()