Uses of Class
org.htmlparser.http.ConnectionManager
-
Packages that use ConnectionManager Package Description org.htmlparser The basic API classes which will be used by most developers when working with the HTML Parser.org.htmlparser.lexer The lexer package is the base level I/O subsystem. -
-
Uses of ConnectionManager in org.htmlparser
Methods in org.htmlparser that return ConnectionManager Modifier and Type Method Description static ConnectionManager
Parser. getConnectionManager()
Get the connection manager all Parsers use.Methods in org.htmlparser with parameters of type ConnectionManager Modifier and Type Method Description static void
Parser. setConnectionManager(ConnectionManager manager)
Set the connection manager all Parsers use. -
Uses of ConnectionManager in org.htmlparser.lexer
Fields in org.htmlparser.lexer declared as ConnectionManager Modifier and Type Field Description protected static ConnectionManager
Page. mConnectionManager
Connection control (proxy, cookies, authorization).Methods in org.htmlparser.lexer that return ConnectionManager Modifier and Type Method Description static ConnectionManager
Page. getConnectionManager()
Get the connection manager all Parsers use.Methods in org.htmlparser.lexer with parameters of type ConnectionManager Modifier and Type Method Description static void
Page. setConnectionManager(ConnectionManager manager)
Set the connection manager to use.
-