Class SocketChannelStream

java.lang.Object
hudson.remoting.SocketChannelStream

public class SocketChannelStream extends Object
Wraps SocketChannel into InputStream/OutputStream in a way that avoids deadlock when read/write happens concurrently.
Author:
Kohsuke Kawaguchi
See Also: