Package jet.server.api.http

Interface Summary
CustomizedServerEnv The CustomizedServerEnv is used to customize JReport self-contained server startup environment.
HttpExternalAuthorized Via this interface, the report server gets the user ID of the user that was authorized by an external authenticator.
HttpRptServer HttpRptServer is an extended interface of RptServer for HTTP protocol.
HttpUserSessionManager HttpUserSessionManager is an extended interface of UserSessionManager for HTTP protocol.
SendFileAuthorizor This interface provides methods to judge if a user has the right to access a specific file by using SendFileServlet.
 

Class Summary
BaseHttpUtil Class BaseHttpUtil provides some static methods to operate on request/response, sending message to client and changing password etc.
HttpUtil Class HttpUtil provides a set of useful static methods.
SendFileAuthorizorFactory This interface defines a factory to get a SendFileAuthorizor instance of an implementation class.
 

Exception Summary
TooManyTimesException Too many times to try to login.