001 package railo.commons.net.http.httpclient3.entity; 002 003 import org.apache.commons.httpclient.methods.RequestEntity; 004 005 import railo.commons.net.http.Entity; 006 007 public interface Entity3 extends Entity,RequestEntity { 008 009 010 }