39
39
* <ul>
40
40
* <li><b>MIME type.</b> This is a Multipurpose Internet Mail Extensions
41
41
* (MIME) media type (as defined in
42
- * <a href="http ://www.ietf .org/rfc /rfc2045.txt ">RFC 2045</a> and
43
- * <a href="http ://www.ietf .org/rfc /rfc2046.txt ">RFC 2046</a>) that specifies
42
+ * <a href="https ://www.rfc-editor .org/info /rfc2045">RFC 2045</a> and
43
+ * <a href="https ://www.rfc-editor .org/info /rfc2046">RFC 2046</a>) that specifies
44
44
* how the print data is to be interpreted. The charset of text data should be
45
45
* the IANA MIME-preferred name, or its canonical name if no preferred name is
46
46
* specified. Additionally a few historical names supported by earlier
383
383
* Print Service instance supports without having to load the representation
384
384
* classes, which may be problematic for limited-resource clients.
385
385
*
386
+ * @spec https://www.rfc-editor.org/info/rfc2045
387
+ * RFC 2045: Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies
388
+ * @spec https://www.rfc-editor.org/info/rfc2046
389
+ * RFC 2046: Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types
386
390
* @author Alan Kaminsky
387
391
*/
388
392
public class DocFlavor implements Serializable , Cloneable {
@@ -396,13 +400,15 @@ public class DocFlavor implements Serializable, Cloneable {
396
400
/**
397
401
* A string representing the host operating system encoding. This will
398
402
* follow the conventions documented in
399
- * <a href="http ://www.ietf .org/rfc /rfc2278.txt ">
403
+ * <a href="https ://www.rfc-editor .org/info /rfc2278">
400
404
* <i>RFC 2278: IANA Charset Registration Procedures</i></a>
401
405
* except where historical names are returned for compatibility with
402
406
* previous versions of the Java platform. The value returned from method is
403
407
* valid only for the VM which returns it, for use in a {@code DocFlavor}.
404
408
* This is the charset for all the "HOST" pre-defined {@code DocFlavors} in
405
409
* the executing VM.
410
+ * @spec https://www.rfc-editor.org/info/rfc2278
411
+ * RFC 2278: IANA Charset Registration Procedures
406
412
*/
407
413
@ SuppressWarnings ("removal" )
408
414
public static final String hostEncoding =
0 commit comments