Uses of Interface
org.htmlparser.http.ConnectionMonitor
-
Packages that use ConnectionMonitor Package Description org.htmlparser The basic API classes which will be used by most developers when working with the HTML Parser.org.htmlparser.http The http package is responsible for HTTP connections to servers. -
-
Uses of ConnectionMonitor in org.htmlparser
Classes in org.htmlparser that implement ConnectionMonitor Modifier and Type Class Description classParserThe main parser class. -
Uses of ConnectionMonitor in org.htmlparser.http
Fields in org.htmlparser.http declared as ConnectionMonitor Modifier and Type Field Description protected ConnectionMonitorConnectionManager. mMonitorThe object to be notified prior to and after each connection.Methods in org.htmlparser.http that return ConnectionMonitor Modifier and Type Method Description ConnectionMonitorConnectionManager. getMonitor()Get the monitoring object, if any.Methods in org.htmlparser.http with parameters of type ConnectionMonitor Modifier and Type Method Description voidConnectionManager. setMonitor(ConnectionMonitor monitor)Set the monitoring object.
-