Package tigase.io
Class TelnetClient
- java.lang.Object
-
- tigase.io.TelnetClient
-
- All Implemented Interfaces:
SampleSocketThread.SocketHandler
public class TelnetClient extends Object implements SampleSocketThread.SocketHandler
This is sample class demonstrating how to usetigase.iolibrary for TLS/SSL client connection. This is simple telnet client class which can connect to remote server using plain connection or SSL.
Created: Sun Aug 6 15:14:49 2006- Version:
- $Rev$
- Author:
- Artur Hefczyc
-
-
Constructor Summary
Constructors Constructor Description TelnetClient(String hostname, int port)Creates a newTelnetClientinstance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleIOInterface(IOInterface ioifc)voidhandleSocketAccept(SocketChannel sc)static Stringhelp()static voidmain(String[] args)static voidparseParams(String[] args)static voidturnDebugOn()static Stringversion()voidwriteData(String data)
-
-
-
Method Detail
-
help
public static String help()
-
turnDebugOn
public static void turnDebugOn()
-
version
public static String version()
-
handleIOInterface
public void handleIOInterface(IOInterface ioifc) throws IOException
- Specified by:
handleIOInterfacein interfaceSampleSocketThread.SocketHandler- Throws:
IOException
-
handleSocketAccept
public void handleSocketAccept(SocketChannel sc)
- Specified by:
handleSocketAcceptin interfaceSampleSocketThread.SocketHandler
-
writeData
public void writeData(String data) throws IOException
- Throws:
IOException
-
-