Uses of Class
com.caucho.vfs.net.NetworkSystem

Packages that use NetworkSystem
com.caucho.vfs.net   
 

Uses of NetworkSystem in com.caucho.vfs.net
 

Subclasses of NetworkSystem in com.caucho.vfs.net
 class TcpNetworkSystem
          Standard TCP network system.
 

Methods in com.caucho.vfs.net that return NetworkSystem
static NetworkSystem NetworkSystem.createSubSystem(java.lang.String name)
           
protected  NetworkSystem NetworkSystem.createSubSystemImpl(java.lang.String name)
           
static NetworkSystem NetworkSystem.getCurrent()
           
 

Methods in com.caucho.vfs.net with parameters of type NetworkSystem
static void NetworkSystem.setLocal(NetworkSystem value)