net.larsan.urd.cmd
Class Connection

java.lang.Object
  |
  +--net.larsan.urd.cmd.Connection

public class Connection
extends java.lang.Object


Constructor Summary
Connection(java.nio.channels.SocketChannel channel, ServerContext con)
           
 
Method Summary
 void receive(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connection

public Connection(java.nio.channels.SocketChannel channel,
                  ServerContext con)
Method Detail

receive

public void receive(java.lang.String str)