Uses of Class
com.caucho.quercus.resources.StreamContextResource

Packages that use StreamContextResource
com.caucho.quercus.env   
com.caucho.quercus.lib.file   
 

Uses of StreamContextResource in com.caucho.quercus.env
 

Methods in com.caucho.quercus.env that return StreamContextResource
 StreamContextResource Env.getDefaultStreamContext()
          Returns the default stream resource.
 

Uses of StreamContextResource in com.caucho.quercus.lib.file
 

Methods in com.caucho.quercus.lib.file with parameters of type StreamContextResource
static SocketInputOutput StreamModule.stream_socket_client(Env env, java.lang.String remoteSocket, Value errorInt, Value errorStr, double timeout, int flags, StreamContextResource context)
          Opens an Internet connection.
 

Constructors in com.caucho.quercus.lib.file with parameters of type StreamContextResource
HttpInputOutput(Env env, Path path, StreamContextResource context)