com.hs.mail.container.server.socket
Class SocketConnection

java.lang.Object
  extended by com.hs.mail.container.server.socket.SocketConnection
All Implemented Interfaces:
Runnable

public class SocketConnection
extends Object
implements Runnable

Since:
May 3, 2010
Author:
Won Chul Doh

Constructor Summary
SocketConnection(ConnectionHandler handler, Socket socket)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketConnection

public SocketConnection(ConnectionHandler handler,
                        Socket socket)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2011. All Rights Reserved.