package javax.microedition.content;

public interface ContentHandlerServer extends ContentHandler
{

 public int accessAllowedCount();
 
 public void cancelGetRequest();
 
 public boolean finish(Invocation invocation_1, int int_1);
 
 public String getAccessAllowed(int int_1);
 
 public Invocation getRequest(boolean boolean_1);
 
 public boolean isAccessAllowed(String string_1);
 
 public void setListener(RequestListener requestlistener_1);
 
}