Title: ProtocolHandler
Description: This class acts as the main handler for incoming UDP packets, making descisions on how the SNMP Proxy should respond to different incoming SNMP requests. In general, one Protocol Handler is created for every incoming UDP message.
Copyright: Copyright (c) 2002
Company: Printronix
Constructor Detail |
public ProtocolHandler(DatagramPacket dP, UDPComManager uCM, ProxySecurityManager secM, ProxySessionManager sesM, ProxyLog log, int timeout)
Method Detail |
public void run()
private SNMPMessageInfo requestHandler(SNMPMessageInfo requestInfo)
requestInfo
- contains the request to process