org.jruby.ext.socket
Interface Shutdownable


public interface Shutdownable

Author:
Hongli Lai

Method Summary
 void shutdownInput()
           
 void shutdownOutput()
           
 

Method Detail

shutdownInput

void shutdownInput()
                   throws java.io.IOException
Throws:
java.io.IOException

shutdownOutput

void shutdownOutput()
                    throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2002-2009 JRuby Team. All Rights Reserved.