パッケージ jcifs.smb1.http
クラス NetworkExplorer
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- jcifs.smb1.http.NetworkExplorer
-
- すべての実装されたインタフェース:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class NetworkExplorer extends javax.servlet.http.HttpServletThis 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.- 関連項目:
- 直列化された形式
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 NetworkExplorer()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 protected intcompareDates(SmbFile f1, String f1name, SmbFile f2)protected intcompareNames(SmbFile f1, String f1name, SmbFile f2)protected intcompareSizes(SmbFile f1, String f1name, SmbFile f2)protected intcompareTypes(SmbFile f1, String f1name, SmbFile f2)protected voiddoDirectory(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, SmbFile dir)protected voiddoFile(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, SmbFile file)voiddoGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)voidinit()-
クラスから継承されたメソッド javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
-
-
-
メソッドの詳細
-
init
public void init() throws javax.servlet.ServletException- オーバーライド:
initクラス内javax.servlet.GenericServlet- 例外:
javax.servlet.ServletException
-
doFile
protected void doFile(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, SmbFile file) throws IOException- 例外:
IOException
-
compareNames
protected int compareNames(SmbFile f1, String f1name, SmbFile f2) throws IOException
- 例外:
IOException
-
compareSizes
protected int compareSizes(SmbFile f1, String f1name, SmbFile f2) throws IOException
- 例外:
IOException
-
compareTypes
protected int compareTypes(SmbFile f1, String f1name, SmbFile f2) throws IOException
- 例外:
IOException
-
compareDates
protected int compareDates(SmbFile f1, String f1name, SmbFile f2) throws IOException
- 例外:
IOException
-
doDirectory
protected void doDirectory(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, SmbFile dir) throws IOException- 例外:
IOException
-
doGet
public void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException, javax.servlet.ServletException- オーバーライド:
doGetクラス内javax.servlet.http.HttpServlet- 例外:
IOExceptionjavax.servlet.ServletException
-
-