Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Jetty + SO_REUSEPORT

typo:

System.setProperty("java.nio.channels.spi.SelectorProvider",
"com.badjava.MySelectorProvider");

should be:

System.setProperty("java.nio.channels.spi.SelectorProvider",
"com.badjava.nio.MySelectorProvider");




--
View this message in context: http://jetty.4.x6.nabble.com/Jetty-SO-REUSEPORT-tp4963137p4963190.html
Sent from the Jetty Dev mailing list archive at Nabble.com.


Back to the top