Uses of Class
org.sblim.cimclient.internal.http.HttpParseException
-
Packages that use HttpParseException Package Description org.sblim.cimclient.internal.http Internal implementation of HTTP client and server. -
-
Uses of HttpParseException in org.sblim.cimclient.internal.http
Methods in org.sblim.cimclient.internal.http that throw HttpParseException Modifier and Type Method Description protected AuthorizationInfo
HttpClient. getAuthentication(boolean proxy, AuthorizationInfo prevAuthInfo, java.lang.String authenticate)
static Challenge[]
Challenge. parseChallenge(java.lang.String pLine)
Parses the challenge as received from the host.
-