Package org.apache.felix.gogo.shell
Class Telnet
java.lang.Object
org.apache.felix.gogo.shell.Telnet
- All Implemented Interfaces:
Runnable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
(package private) static final String[]
private String
private int
private final org.apache.felix.service.command.CommandProcessor
private boolean
private ServerSocket
private Thread
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
functions
-
defaultPort
private static final int defaultPort- See Also:
-
processor
private final org.apache.felix.service.command.CommandProcessor processor -
server
-
thread
-
quit
private boolean quit -
port
private int port -
ip
-
-
Constructor Details
-
Telnet
public Telnet(org.apache.felix.service.command.CommandProcessor procesor)
-
-
Method Details
-
telnetd
- Throws:
IOException
-
status
private void status() -
start
- Throws:
IOException
-
stop
- Throws:
IOException
-
run
public void run()
-