You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by Apache Wiki <wi...@apache.org> on 2005/09/25 18:18:56 UTC

[Directory Wiki] Update of "MinaTutorial" by RobertMcNally

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Directory Wiki" for change notification.

The following page has been changed by RobertMcNally:
http://wiki.apache.org/directory/MinaTutorial

------------------------------------------------------------------------------
  
  import org.apache.mina.common.*;
  import org.apache.mina.io.*;
+ import org.apache.mina.io.socket.*;
  
  public class EchoProtocolHandler extends IoHandlerAdapter
  {