monrovia.client.protocol
Class TcpSender

java.lang.Object
  |
  +--monrovia.client.protocol.TcpSender

public class TcpSender
extends java.lang.Object

TcpSender contains the methods to send messages to the server


Constructor Summary
TcpSender(java.io.DataOutputStream pTcpOut)
          Constructor
 
Method Summary
 void sendExit()
          sendExit sends the server a disconnect
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcpSender

public TcpSender(java.io.DataOutputStream pTcpOut)
Constructor
Parameters:
pTcpOut - a tcp outputstream
Method Detail

sendExit

public void sendExit()
sendExit sends the server a disconnect