public class JeevesInterfaces
extends javax.servlet.http.HttpServlet
When accessed, the JeevesInterfaces servlet will collect once the information about all the interfaces on a SNMP server. It will hold the connection until it has received the information. Then it will print the information to your webpage.
It supports the GET action. The following parameter should be sent in the URL:
http:<servlet URL>?host=localhost
It will use port 161 and community name public.
InterfaceGetNextPdu
,
Serialized FormConstructor and Description |
---|
JeevesInterfaces() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
java.lang.String |
getServletInfo() |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
protected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, java.io.IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
java.io.IOException
public java.lang.String getServletInfo()
getServletInfo
in interface javax.servlet.Servlet
getServletInfo
in class javax.servlet.GenericServlet