|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.io.TelnetServer
public class TelnetServer
This is sample class demonstrating how to use tigase.io library
for TLS/SSL server connection. This is simple telnet server class which can
be run to receive plain connections or SSL connections.
Created: Sun Aug 6 22:27:13 2006
| Constructor Summary | |
|---|---|
TelnetServer(int port)
Creates a new TelnetServer instance. |
|
| Method Summary | |
|---|---|
void |
handleIOInterface(IOInterface ioifc)
Method description |
void |
handleSocketAccept(SocketChannel sc)
Method description |
static String |
help()
Method description |
static void |
main(String[] args)
Describe main method here. |
static void |
parseParams(String[] args)
Method description |
void |
run()
Method description |
static void |
turnDebugOn()
Method description |
static String |
version()
Method description |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TelnetServer(int port)
throws IOException
TelnetServer instance.
port -
IOException| Method Detail |
|---|
public static String help()
public static void main(String[] args)
throws Exception
main method here.
args - a String[] value
Exception
public static void parseParams(String[] args)
throws Exception
args -
Exceptionpublic static void turnDebugOn()
public static String version()
public void handleIOInterface(IOInterface ioifc)
throws IOException
handleIOInterface in interface SampleSocketThread.SocketHandlerioifc -
IOException
public void handleSocketAccept(SocketChannel sc)
throws IOException
handleSocketAccept in interface SampleSocketThread.SocketHandlersc -
IOException
public void run()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||