net.sourceforge.networktools.core.telnet
Class TelnetPipeline
java.lang.Object
net.sourceforge.networktools.core.telnet.TelnetSession
net.sourceforge.networktools.core.telnet.TelnetPipeline
public class TelnetPipeline
- extends TelnetSession
- Author:
- Geoffrey
|
Constructor Summary |
TelnetPipeline(Telnet telnet,
java.lang.String clientHost,
int clientPort,
int serverPort)
Creates a new instance of TelnetPipeline |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TelnetPipeline
public TelnetPipeline(Telnet telnet,
java.lang.String clientHost,
int clientPort,
int serverPort)
throws java.io.IOException
- Creates a new instance of TelnetPipeline
- Throws:
java.io.IOException
processConnection
public void processConnection(java.net.Socket socket)
- Overrides:
processConnection in class TelnetSession
receiveData
public void receiveData(TelnetConnection telnetConnection,
byte[] byteData)
- Overrides:
receiveData in class TelnetSession
stopConnection
public void stopConnection(TelnetConnection telnetConnection)
- Overrides:
stopConnection in class TelnetSession
stopListener
public void stopListener(TelnetListener telnetListener)
- Overrides:
stopListener in class TelnetSession
stopSession
public void stopSession()
- Overrides:
stopSession in class TelnetSession
Copyright © 2004-2008 Geoffrey De Smet. All Rights Reserved.