Uses of Class
com.sun.jini.jeri.internal.http.HttpParseException

Packages that use HttpParseException
com.sun.jini.jeri.internal.http   
 

Uses of HttpParseException in com.sun.jini.jeri.internal.http
 

Methods in com.sun.jini.jeri.internal.http that throw HttpParseException
private  int ServerInfo.LineParser.nextToken()
          Returns code indicating next token in line.
(package private)  void ServerInfo.setAuthInfo(String str)
          Sets authentication information based on contents of given challenge string (which should be the value of either the "WWW-Authenticate" or "Proxy-Authenticate" header fields).
(package private)  void ServerInfo.updateAuthInfo(String str)
          Updates authentication information based on contents of given string (which should be the value of either the "Authorization-Info" or "Proxy-Authorization-Info" header fields).
 

Constructors in com.sun.jini.jeri.internal.http that throw HttpParseException
ServerInfo.LineParser(String line)
          Attempts to parse the given line into a series of key/optional value definitions.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.