View Javadoc
1   /*
2    * Licensed to the Apache Software Foundation (ASF) under one or more
3    * contributor license agreements.  See the NOTICE file distributed with
4    * this work for additional information regarding copyright ownership.
5    * The ASF licenses this file to You under the Apache License, Version 2.0
6    * (the "License"); you may not use this file except in compliance with
7    * the License.  You may obtain a copy of the License at
8    *
9    *      https://www.apache.org/licenses/LICENSE-2.0
10   *
11   * Unless required by applicable law or agreed to in writing, software
12   * distributed under the License is distributed on an "AS IS" BASIS,
13   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   * See the License for the specific language governing permissions and
15   * limitations under the License.
16   */
17  
18  package org.apache.commons.net.telnet;
19  
20  /**
21   * The TelnetOption class cannot be instantiated and only serves as a storehouse for Telnet option constants.
22   * <p>
23   * Details regarding Telnet option specification can be found in RFC 855.
24   * </p>
25   *
26   * @see org.apache.commons.net.telnet.Telnet
27   * @see org.apache.commons.net.telnet.TelnetClient
28   */
29  public class TelnetOption {
30      /** The maximum value an option code can have. This value is 255. */
31      public static final int MAX_OPTION_VALUE = 255;
32  
33      /**
34       * {@value}
35       */
36      public static final int BINARY = 0;
37  
38      /**
39       * {@value}
40       */
41      public static final int ECHO = 1;
42  
43      /**
44       * {@value}
45       */
46      public static final int PREPARE_TO_RECONNECT = 2;
47  
48      /**
49       * {@value}
50       */
51      public static final int SUPPRESS_GO_AHEAD = 3;
52  
53      /**
54       * {@value}
55       */
56      public static final int APPROXIMATE_MESSAGE_SIZE = 4;
57  
58      /**
59       * {@value}
60       */
61      public static final int STATUS = 5;
62  
63      /**
64       * {@value}
65       */
66      public static final int TIMING_MARK = 6;
67  
68      /**
69       * {@value}
70       */
71      public static final int REMOTE_CONTROLLED_TRANSMISSION = 7;
72  
73      /**
74       * {@value}
75       */
76      public static final int NEGOTIATE_OUTPUT_LINE_WIDTH = 8;
77  
78      /**
79       * {@value}
80       */
81      public static final int NEGOTIATE_OUTPUT_PAGE_SIZE = 9;
82  
83      /**
84       * {@value}
85       */
86      public static final int NEGOTIATE_CARRIAGE_RETURN = 10;
87  
88      /**
89       * {@value}
90       */
91      public static final int NEGOTIATE_HORIZONTAL_TAB_STOP = 11;
92  
93      /**
94       * {@value}
95       */
96      public static final int NEGOTIATE_HORIZONTAL_TAB = 12;
97  
98      /**
99       * {@value}
100      */
101     public static final int NEGOTIATE_FORMFEED = 13;
102 
103     /**
104      * {@value}
105      */
106     public static final int NEGOTIATE_VERTICAL_TAB_STOP = 14;
107 
108     /**
109      * {@value}
110      */
111     public static final int NEGOTIATE_VERTICAL_TAB = 15;
112 
113     /**
114      * {@value}
115      */
116     public static final int NEGOTIATE_LINEFEED = 16;
117 
118     /**
119      * {@value}
120      */
121     public static final int EXTENDED_ASCII = 17;
122 
123     /**
124      * {@value}
125      */
126     public static final int FORCE_LOGOUT = 18;
127 
128     /**
129      * {@value}
130      */
131     public static final int BYTE_MACRO = 19;
132 
133     /**
134      * {@value}
135      */
136     public static final int DATA_ENTRY_TERMINAL = 20;
137 
138     /**
139      * {@value}
140      */
141     public static final int SUPDUP = 21;
142 
143     /**
144      * {@value}
145      */
146     public static final int SUPDUP_OUTPUT = 22;
147 
148     /**
149      * {@value}
150      */
151     public static final int SEND_LOCATION = 23;
152 
153     /**
154      * {@value}
155      */
156     public static final int TERMINAL_TYPE = 24;
157 
158     /**
159      * {@value}
160      */
161     public static final int END_OF_RECORD = 25;
162 
163     /**
164      * {@value}
165      */
166     public static final int TACACS_USER_IDENTIFICATION = 26;
167 
168     /**
169      * {@value}
170      */
171     public static final int OUTPUT_MARKING = 27;
172 
173     /**
174      * {@value}
175      */
176     public static final int TERMINAL_LOCATION_NUMBER = 28;
177 
178     /**
179      * {@value}
180      */
181     public static final int REGIME_3270 = 29;
182 
183     /**
184      * {@value}
185      */
186     public static final int X3_PAD = 30;
187 
188     /**
189      * {@value}
190      */
191     public static final int WINDOW_SIZE = 31;
192 
193     /**
194      * {@value}
195      */
196     public static final int TERMINAL_SPEED = 32;
197 
198     /**
199      * {@value}
200      */
201     public static final int REMOTE_FLOW_CONTROL = 33;
202 
203     /**
204      * {@value}
205      */
206     public static final int LINEMODE = 34;
207 
208     /**
209      * {@value}
210      */
211     public static final int X_DISPLAY_LOCATION = 35;
212 
213     /**
214      * {@value}
215      */
216     public static final int OLD_ENVIRONMENT_VARIABLES = 36;
217 
218     /**
219      * {@value}
220      */
221     public static final int AUTHENTICATION = 37;
222 
223     /**
224      * {@value}
225      */
226     public static final int ENCRYPTION = 38;
227 
228     /**
229      * {@value}
230      */
231     public static final int NEW_ENVIRONMENT_VARIABLES = 39;
232 
233     /**
234      * {@value}
235      */
236     public static final int EXTENDED_OPTIONS_LIST = 255;
237 
238     /**
239      * {@value}
240      */
241     @SuppressWarnings("unused")
242     private static final int FIRST_OPTION = BINARY;
243 
244     /**
245      * {@value}
246      */
247     private static final int LAST_OPTION = EXTENDED_OPTIONS_LIST;
248 
249     /**
250      * {@value}
251      */
252     private static final String[] optionString = { "BINARY", "ECHO", "RCP", "SUPPRESS GO AHEAD", "NAME", "STATUS", "TIMING MARK", "RCTE", "NAOL", "NAOP",
253             "NAOCRD", "NAOHTS", "NAOHTD", "NAOFFD", "NAOVTS", "NAOVTD", "NAOLFD", "EXTEND ASCII", "LOGOUT", "BYTE MACRO", "DATA ENTRY TERMINAL", "SUPDUP",
254             "SUPDUP OUTPUT", "SEND LOCATION", "TERMINAL TYPE", "END OF RECORD", "TACACS UID", "OUTPUT MARKING", "TTYLOC", "3270 REGIME", "X.3 PAD", "NAWS",
255             "TSPEED", "LFLOW", "LINEMODE", "XDISPLOC", "OLD-ENVIRON", "AUTHENTICATION", "ENCRYPT", "NEW-ENVIRON", "TN3270E", "XAUTH", "CHARSET", "RSP",
256             "Com Port Control", "Suppress Local Echo", "Start TLS", "KERMIT", "SEND-URL", "FORWARD_X", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
257             "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
258             "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
259             "TELOPT PRAGMA LOGON", "TELOPT SSPI LOGON", "TELOPT PRAGMA HEARTBEAT", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
260             "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
261             "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
262             "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Extended-Options-List" };
263 
264     /**
265      * Returns the string representation of the Telnet protocol option corresponding to the given option code.
266      *
267      * @param code The option code of the Telnet protocol option
268      * @return The string representation of the Telnet protocol option.
269      */
270     public static final String getOption(final int code) {
271         if (optionString[code].isEmpty()) {
272             return "UNASSIGNED";
273         }
274         return optionString[code];
275     }
276 
277     /**
278      * Determines if a given option code is valid. Returns true if valid, false if not.
279      *
280      * @param code The option code to test.
281      * @return True if the option code is valid, false if not.
282      **/
283     public static final boolean isValidOption(final int code) {
284         return code <= LAST_OPTION;
285     }
286 
287     /** Cannot be instantiated. */
288     private TelnetOption() {
289     }
290 }