com.aptana.ide.server.resources
Interface IHttpResource

All Known Subinterfaces:
IHttpFolderResource
All Known Implementing Classes:
FileHttpResource, ScriptingHttpResource, WorkspaceHttpFolderResource, WorkspaceHttpResource

public interface IHttpResource

Author:
Kevin Lindsey

Method Summary
 java.io.InputStream getContentInputStream(HttpServer server)
          getContentInputStream
 long getContentLength()
          getContentLength
 java.lang.String getContentType()
          getContentType
 

Method Detail

getContentInputStream

java.io.InputStream getContentInputStream(HttpServer server)
                                          throws java.io.IOException
getContentInputStream

Parameters:
server -
Returns:
InputStream
Throws:
java.io.IOException

getContentLength

long getContentLength()
getContentLength

Returns:
long

getContentType

java.lang.String getContentType()
getContentType

Returns:
String