org.jruby.util.io
Class SelectorFactory

java.lang.Object
  extended by org.jruby.util.io.SelectorFactory

public class SelectorFactory
extends java.lang.Object

Author:
Ola Bini

Constructor Summary
SelectorFactory()
           
 
Method Summary
static java.nio.channels.Selector openWithRetryFrom(Ruby runtime, java.nio.channels.spi.SelectorProvider provider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectorFactory

public SelectorFactory()
Method Detail

openWithRetryFrom

public static java.nio.channels.Selector openWithRetryFrom(Ruby runtime,
                                                           java.nio.channels.spi.SelectorProvider provider)
                                                    throws java.io.IOException
Throws:
java.io.IOException


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