display
Interface TerminalHost
- All Known Implementing Classes:
- telnet, vt320
- public abstract interface TerminalHost
TerminalHost is an interface for the remote (virtual) end of our connection
to the host computer we are connected to.
- Version:
- $Id: TerminalHost.java,v 1.1.1.1 1997/03/05 13:35:16 leo Exp $
- Author:
- Matthias L Jugel, Marcus Mei�ner
Method Summary |
boolean |
send(java.lang.String s)
Send a string to the host and return if it was received successfully. |
send
public boolean send(java.lang.String s)
- Send a string to the host and return if it was received successfully.
- Parameters:
s
- the string to send- Returns:
- True for successful receivement.