controlservices
Class ProtocolManager

public class ProtocolManager
implements SNMPProxyConstants

Title: ProtocolManager

Description: This class uses the UDPComManager to listen for incoming udp messages and create protocol handlers to deal with them. TALK ABOUT config

Copyright: Copyright (c) 2002

Company: Printronix

Version:
0.5
Author:
Christopher M. King (kingc@uci.edu)
Method Detail

start

public void start()
Begins listening for incoming udp messages

recievedUDP

public void recievedUDP(DatagramPacket udpPacket)
Helper fucntion that handles incoming UDPPackets, normally called internally when the a UDPPacket is recieved by the ProxyManager that creates a new protocol thread to deal with it.
Parameters:
udpPacket - A UDPPacket to be dealt with