Uses of Class
org.htmlparser.http.ConnectionManager
Packages that use ConnectionManager
Package
Description
The basic API classes which will be used by most developers when working with
the HTML Parser.
The lexer package is the base level I/O subsystem.
-
Uses of ConnectionManager in org.htmlparser
Methods in org.htmlparser that return ConnectionManagerModifier and TypeMethodDescriptionstatic ConnectionManagerParser.getConnectionManager()Get the connection manager all Parsers use.Methods in org.htmlparser with parameters of type ConnectionManagerModifier and TypeMethodDescriptionstatic voidParser.setConnectionManager(ConnectionManager manager) Set the connection manager all Parsers use. -
Uses of ConnectionManager in org.htmlparser.lexer
Fields in org.htmlparser.lexer declared as ConnectionManagerModifier and TypeFieldDescriptionprotected static ConnectionManagerPage.mConnectionManagerConnection control (proxy, cookies, authorization).Methods in org.htmlparser.lexer that return ConnectionManagerModifier and TypeMethodDescriptionstatic ConnectionManagerPage.getConnectionManager()Get the connection manager all Parsers use.Methods in org.htmlparser.lexer with parameters of type ConnectionManagerModifier and TypeMethodDescriptionstatic voidPage.setConnectionManager(ConnectionManager manager) Set the connection manager to use.