Package jet.server.api.http

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

Class Summary
BaseHttpUtil Class BaseHttpUtil provides some static methods to operate on request/response, send message to client and change password etc.
HttpUtil Class HttpUtil provides some static methods to create the HTTPRptServer, send message to client and change password etc.
SendFileAuthorizorFactory This interface defines a factory to get a SendFileAuthorizor instance of a implementation class.
TooManyTimesException Too many times to try to login.