Uses of Class
com.sun.jini.jeri.internal.mux.ConnectionIO

Packages that use ConnectionIO
com.sun.jini.jeri.internal.mux   
 

Uses of ConnectionIO in com.sun.jini.jeri.internal.mux
 

Subclasses of ConnectionIO in com.sun.jini.jeri.internal.mux
(package private)  class SocketChannelConnectionIO
          SocketChannelConnectionIO implements the ConnectionIO abstraction for a connection accessible through a java.nio.channels.SocketChannel, and thus supports non-blocking I/O.
(package private)  class StreamConnectionIO
          StreamConnectionIO implements the ConnectionIO abstraction for a connection accessible through standard (blocking) I/O streams, i.e.
 

Fields in com.sun.jini.jeri.internal.mux declared as ConnectionIO
private  ConnectionIO Mux.connectionIO
           
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.