net.sf.mud4j.services
Interface ConnectionService

All Known Implementing Classes:
HttpConnection, SOAPConnection, TelnetConnectionService

public interface ConnectionService

Author:
Matthew Purland

Method Summary
 void message(java.lang.String message)
          Send a message through the connection service.
 

Method Detail

message

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

Parameters:
message - Message to send through connection service.
Throws:
java.io.IOException


Copyright © 2006-2007 mud4j. All Rights Reserved.