de.netseeker.ejoe
Class ConnectionWriter

java.lang.Object
  extended byde.netseeker.ejoe.ConnectionWriter
All Implemented Interfaces:
java.lang.Runnable

final class ConnectionWriter
extends java.lang.Object
implements java.lang.Runnable

ConnectionWriter serializes a server answer and sends it through the established connection.

Since:
0.3.1
Author:
netseeker

Constructor Summary
ConnectionWriter(ChannelRegistrar registrar, ConnectionHeader senderInfo, ConnectionHeader receiverInfo)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionWriter

public ConnectionWriter(ChannelRegistrar registrar,
                        ConnectionHeader senderInfo,
                        ConnectionHeader receiverInfo)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2005-2006 netseeker. All Rights Reserved.