com.adventnet.snmp.snmp2
Class HttpListenerImpl

java.lang.Object
  |
  +--com.adventnet.snmp.snmp2.HttpListenerImpl

class HttpListenerImpl
extends java.lang.Object
implements HttpListener


Field Summary
(package private)  java.util.Vector hpList
           
 
Constructor Summary
(package private) HttpListenerImpl(SASClient sas)
           
 
Method Summary
 HttpPacket getPacket()
           
 void receivedPacket(HttpPacket hp)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hpList

java.util.Vector hpList
Constructor Detail

HttpListenerImpl

HttpListenerImpl(SASClient sas)
Method Detail

receivedPacket

public void receivedPacket(HttpPacket hp)
Specified by:
receivedPacket in interface HttpListener

getPacket

public HttpPacket getPacket()