net.sf.mud4j.services
Class HttpConnection

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

public class HttpConnection
extends java.lang.Object
implements ConnectionService

Author:
Matthew Purland

Constructor Summary
HttpConnection()
           
 
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

HttpConnection

public HttpConnection()
Method Detail

message

public void message(java.lang.String message)
             throws java.io.IOException
Description copied from interface: ConnectionService
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.