net.sf.mud4j.services
Class TelnetConnectionService

java.lang.Object
  extended by net.sf.mud4j.services.TelnetConnectionService
All Implemented Interfaces:
ConnectionService

public class TelnetConnectionService
extends java.lang.Object
implements ConnectionService

Author:
Matthew Purland

Constructor Summary
TelnetConnectionService()
           
 
Method Summary
 void message(java.lang.String message)
          Send a message through the connection service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TelnetConnectionService

public TelnetConnectionService()
Method Detail

message

public void message(java.lang.String message)
             throws java.io.IOException
Send a message through the connection service.

Specified by:
message in interface ConnectionService
Parameters:
message - Message to send through connection service.
Throws:
java.io.IOException


Copyright © 2006-2007 mud4j. All Rights Reserved.