Uses of Class
com.caucho.vfs.JniSocketImpl

Packages that use JniSocketImpl
com.caucho.vfs Resin's Virtual File System. 
 

Uses of JniSocketImpl in com.caucho.vfs
 

Methods in com.caucho.vfs that return JniSocketImpl
static JniSocketImpl JniSocketImpl.connect(java.lang.String host, int port)
           
 

Constructors in com.caucho.vfs with parameters of type JniSocketImpl
JniStream(JniSocketImpl socket)
          Create a new JniStream based on the java.io.* stream.