Searched defs:ChannelIOSecure (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/sample/nio/server/
H A DChannelIOSecure.java104 class ChannelIOSecure extends ChannelIO { class in inherits:ChannelIO
156 protected ChannelIOSecure(SocketChannel sc, boolean blocking, method in class:ChannelIOSecure
187 static ChannelIOSecure getInstance(SocketChannel sc, boolean blocking,
190 ChannelIOSecure cio = new ChannelIOSecure(sc, blocking, sslc);

Completed in 23 milliseconds