Authenticator.java: New version from Classpath.
* java/net/Authenticator.java: New version from Classpath. * java/net/DatagramSocketImpl.java: New version from Classpath. From-SVN: r55789
This commit is contained in:
parent
1d49f58aff
commit
92847c03ab
3 changed files with 15 additions and 9 deletions
|
@ -38,10 +38,10 @@ exception statement from your version. */
|
|||
package java.net;
|
||||
|
||||
/**
|
||||
* Sometimes a network operation (such as hitting a password protected
|
||||
* web site) will require authentication information in the form of a
|
||||
* username and password. This abstract class provides a model for
|
||||
* obtaining that information.
|
||||
* This abstract class provides a model for obtaining authentication
|
||||
* information (in the form of a username and password) required by
|
||||
* some network operations (such as hitting a password protected
|
||||
* web site).
|
||||
* <p>
|
||||
* To make use of this feature, a programmer must create a subclass of
|
||||
* Authenticator that knows how to obtain the necessary info. An example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue