org.apache.xbean.terminal.telnet
Class TelnetShell

java.lang.Object
  extended by org.apache.xbean.terminal.telnet.TelnetShell

public class TelnetShell
extends Object


Constructor Summary
TelnetShell(String serverName)
           
 
Method Summary
 void service(InputStream in, OutputStream out)
           
 void service(Socket socket)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TelnetShell

public TelnetShell(String serverName)
Method Detail

service

public void service(Socket socket)
             throws IOException
Throws:
IOException

service

public void service(InputStream in,
                    OutputStream out)
             throws IOException
Throws:
IOException


Copyright © 2005-2013. All Rights Reserved.