org.hudsonci.utils.tasks
Interface OpenServerSocket.Connection

All Superinterfaces:
Closeable
Enclosing class:
OpenServerSocket

public static interface OpenServerSocket.Connection
extends Closeable

Represents the accepted connection.


Method Summary
 InputStream getInput()
           
 OutputStream getOutput()
           
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getInput

InputStream getInput()

getOutput

OutputStream getOutput()


Copyright © 2004-2011 Hudson. All Rights Reserved.