|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.lightdev.app.fileserver.http.HttpFileExchanger
public class HttpFileExchanger
Class HttpFileExchanger can be used to send and receive binary data that represents contents of files through the Hypertext Transfer Protocol (HTTP).
The Light Development Simple Access Model framework (SAM) is used for authentication and authorisation.
| Constructor Summary | |
|---|---|
HttpFileExchanger()
create a new instance of class HttpFileExchanger |
|
| Method Summary | |
|---|---|
void |
init(ServletConfig config)
initialise this servlet |
void |
setGatekeeper(Gatekeeper gatekeeper)
set the gatekeeper of this servlet. |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpFileExchanger()
| Method Detail |
|---|
public void setGatekeeper(Gatekeeper gatekeeper)
gatekeeper - the gatekeeper to use
public void init(ServletConfig config)
throws ServletException
init in interface Servletinit in class GenericServletconfig - the servlet configuration
ServletException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||