001 package railo.commons.net.http; 002 003 public interface Entity { 004 005 public long contentLength(); 006 007 public String contentType(); 008 }