| java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet jcifs.http.NetworkExplorer
NetworkExplorer | public class NetworkExplorer extends HttpServlet (Code) | | This servlet may be used to "browse" the entire hierarchy of resources
on an SMB network like one might with Network Neighborhood or Windows
Explorer. The users credentials with be negotiated using NTLM SSP if
the client is Microsoft Internet Explorer.
Please read jCIFS NTLM HTTP Authentication and the Network Explorer Servlet.
|
Method Summary | |
protected int | compareDates(SmbFile f1, String f1name, SmbFile f2) | protected int | compareNames(SmbFile f1, String f1name, SmbFile f2) | protected int | compareSizes(SmbFile f1, String f1name, SmbFile f2) | protected int | compareTypes(SmbFile f1, String f1name, SmbFile f2) | protected void | doDirectory(HttpServletRequest req, HttpServletResponse resp, SmbFile dir) | protected void | doFile(HttpServletRequest req, HttpServletResponse resp, SmbFile file) | public void | doGet(HttpServletRequest req, HttpServletResponse resp) | public void | init() |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|