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

java.lang.Object
  extended by com.hs.mail.container.server.socket.TcpSocketChannel

public class TcpSocketChannel
extends Object

Since:
May 30, 2010
Author:
Won Chul Doh

Constructor Summary
TcpSocketChannel(Socket socket)
           
 
Method Summary
 InputStream getInputStream()
           
 OutputStream getOutputStream()
           
 Socket getSocket()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcpSocketChannel

public TcpSocketChannel(Socket socket)
Method Detail

getSocket

public Socket getSocket()

getInputStream

public InputStream getInputStream()
                           throws IOException
Throws:
IOException

getOutputStream

public OutputStream getOutputStream()
                             throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.