|
21 | 21 | public interface HttpHeaders { |
22 | 22 |
|
23 | 23 | /** |
24 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1">HTTP/1.1 documentation</a>}. |
| 24 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1">HTTP/1.1 documentation</a>. |
25 | 25 | */ |
26 | 26 | public static final String ACCEPT = "Accept"; |
27 | 27 |
|
28 | 28 | /** |
29 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.2">HTTP/1.1 documentation</a>}. |
| 29 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.2">HTTP/1.1 documentation</a>. |
30 | 30 | */ |
31 | 31 | public static final String ACCEPT_CHARSET = "Accept-Charset"; |
32 | 32 |
|
33 | 33 | /** |
34 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.3">HTTP/1.1 documentation</a>}. |
| 34 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.3">HTTP/1.1 documentation</a>. |
35 | 35 | */ |
36 | 36 | public static final String ACCEPT_ENCODING = "Accept-Encoding"; |
37 | 37 |
|
38 | 38 | /** |
39 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4">HTTP/1.1 documentation</a>}. |
| 39 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4">HTTP/1.1 documentation</a>. |
40 | 40 | */ |
41 | 41 | public static final String ACCEPT_LANGUAGE = "Accept-Language"; |
42 | 42 |
|
43 | 43 | /** |
44 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.8">HTTP/1.1 documentation</a>}. |
| 44 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.8">HTTP/1.1 documentation</a>. |
45 | 45 | */ |
46 | 46 | public static final String AUTHORIZATION = "Authorization"; |
47 | 47 |
|
48 | 48 | /** |
49 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9">HTTP/1.1 documentation</a>}. |
| 49 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9">HTTP/1.1 documentation</a>. |
50 | 50 | */ |
51 | 51 | public static final String CACHE_CONTROL = "Cache-Control"; |
52 | 52 |
|
53 | 53 | /** |
54 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11">HTTP/1.1 documentation</a>}. |
| 54 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11">HTTP/1.1 documentation</a>. |
55 | 55 | */ |
56 | 56 | public static final String CONTENT_ENCODING = "Content-Encoding"; |
57 | 57 |
|
58 | 58 | /** |
59 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.12">HTTP/1.1 documentation</a>}. |
| 59 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.12">HTTP/1.1 documentation</a>. |
60 | 60 | */ |
61 | 61 | public static final String CONTENT_LANGUAGE = "Content-Language"; |
62 | 62 |
|
63 | 63 | /** |
64 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.13">HTTP/1.1 documentation</a>}. |
| 64 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.13">HTTP/1.1 documentation</a>. |
65 | 65 | */ |
66 | 66 | public static final String CONTENT_LENGTH = "Content-Length"; |
67 | 67 |
|
68 | 68 | /** |
69 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.14">HTTP/1.1 documentation</a>}. |
| 69 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.14">HTTP/1.1 documentation</a>. |
70 | 70 | */ |
71 | 71 | public static final String CONTENT_LOCATION = "Content-Location"; |
72 | 72 |
|
73 | 73 | /** |
74 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17">HTTP/1.1 documentation</a>}. |
| 74 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17">HTTP/1.1 documentation</a>. |
75 | 75 | */ |
76 | 76 | public static final String CONTENT_TYPE = "Content-Type"; |
77 | 77 |
|
78 | 78 | /** |
79 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.18">HTTP/1.1 documentation</a>}. |
| 79 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.18">HTTP/1.1 documentation</a>. |
80 | 80 | */ |
81 | 81 | public static final String DATE = "Date"; |
82 | 82 |
|
83 | 83 | /** |
84 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.19">HTTP/1.1 documentation</a>}. |
| 84 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.19">HTTP/1.1 documentation</a>. |
85 | 85 | */ |
86 | 86 | public static final String ETAG = "ETag"; |
87 | 87 |
|
88 | 88 | /** |
89 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21">HTTP/1.1 documentation</a>}. |
| 89 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21">HTTP/1.1 documentation</a>. |
90 | 90 | */ |
91 | 91 | public static final String EXPIRES = "Expires"; |
92 | 92 |
|
93 | 93 | /** |
94 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.23">HTTP/1.1 documentation</a>}. |
| 94 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.23">HTTP/1.1 documentation</a>. |
95 | 95 | */ |
96 | 96 | public static final String HOST = "Host"; |
97 | 97 |
|
98 | 98 | /** |
99 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.24">HTTP/1.1 documentation</a>}. |
| 99 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.24">HTTP/1.1 documentation</a>. |
100 | 100 | */ |
101 | 101 | public static final String IF_MATCH = "If-Match"; |
102 | 102 |
|
103 | 103 | /** |
104 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.25">HTTP/1.1 documentation</a>}. |
| 104 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.25">HTTP/1.1 documentation</a>. |
105 | 105 | */ |
106 | 106 | public static final String IF_MODIFIED_SINCE = "If-Modified-Since"; |
107 | 107 |
|
108 | 108 | /** |
109 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.26">HTTP/1.1 documentation</a>}. |
| 109 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.26">HTTP/1.1 documentation</a>. |
110 | 110 | */ |
111 | 111 | public static final String IF_NONE_MATCH = "If-None-Match"; |
112 | 112 |
|
113 | 113 | /** |
114 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.28">HTTP/1.1 documentation</a>}. |
| 114 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.28">HTTP/1.1 documentation</a>. |
115 | 115 | */ |
116 | 116 | public static final String IF_UNMODIFIED_SINCE = "If-Unmodified-Since"; |
117 | 117 |
|
118 | 118 | /** |
119 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.29">HTTP/1.1 documentation</a>}. |
| 119 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.29">HTTP/1.1 documentation</a>. |
120 | 120 | */ |
121 | 121 | public static final String LAST_MODIFIED = "Last-Modified"; |
122 | 122 |
|
123 | 123 | /** |
124 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.30">HTTP/1.1 documentation</a>}. |
| 124 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.30">HTTP/1.1 documentation</a>. |
125 | 125 | */ |
126 | 126 | public static final String LOCATION = "Location"; |
127 | 127 |
|
128 | 128 | /** |
129 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.43">HTTP/1.1 documentation</a>}. |
| 129 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.43">HTTP/1.1 documentation</a>. |
130 | 130 | */ |
131 | 131 | public static final String USER_AGENT = "User-Agent"; |
132 | 132 |
|
133 | 133 | /** |
134 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.44">HTTP/1.1 documentation</a>}. |
| 134 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.44">HTTP/1.1 documentation</a>. |
135 | 135 | */ |
136 | 136 | public static final String VARY = "Vary"; |
137 | 137 |
|
138 | 138 | /** |
139 | | - * See {@link <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.47">HTTP/1.1 documentation</a>}. |
| 139 | + * See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.47">HTTP/1.1 documentation</a>. |
140 | 140 | */ |
141 | 141 | public static final String WWW_AUTHENTICATE = "WWW-Authenticate"; |
142 | 142 |
|
143 | 143 | /** |
144 | | - * See {@link <a href="http://www.ietf.org/rfc/rfc2109.txt">IETF RFC 2109</a>}. |
| 144 | + * See <a href="http://www.ietf.org/rfc/rfc2109.txt">IETF RFC 2109</a>. |
145 | 145 | */ |
146 | 146 | public static final String COOKIE = "Cookie"; |
147 | 147 |
|
148 | 148 | /** |
149 | | - * See {@link <a href="http://www.ietf.org/rfc/rfc2109.txt">IETF RFC 2109</a>}. |
| 149 | + * See <a href="http://www.ietf.org/rfc/rfc2109.txt">IETF RFC 2109</a>. |
150 | 150 | */ |
151 | 151 | public static final String SET_COOKIE = "Set-Cookie"; |
152 | 152 |
|
|
0 commit comments