async.net.socket
Interface Socket

All Superinterfaces:
Closeable
All Known Implementing Classes:
DefaultSocket

public interface Socket
extends Closeable


Method Summary
 InputStream getInputStream()
           
 OutputStream getOutputStream()
           
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getInputStream

InputStream getInputStream()
                           throws IOException
Throws:
IOException

getOutputStream

OutputStream getOutputStream()
                             throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.