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 Form| Constructor 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, serviceprotected 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.HttpServletjavax.servlet.ServletExceptionjava.io.IOExceptionpublic java.lang.String getServletInfo()
getServletInfo in interface javax.servlet.ServletgetServletInfo in class javax.servlet.GenericServlet