|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SocketInputOutput | |
---|---|
com.caucho.quercus.lib | |
com.caucho.quercus.lib.file |
Uses of SocketInputOutput in com.caucho.quercus.lib |
---|
Methods in com.caucho.quercus.lib that return SocketInputOutput | |
---|---|
static SocketInputOutput |
NetworkModule.fsockopen(Env env,
java.lang.String host,
int port,
Value errno,
Value errstr,
double timeout)
Opens a socket |
Uses of SocketInputOutput in com.caucho.quercus.lib.file |
---|
Classes in com.caucho.quercus.lib.file that implement SocketInputOutput | |
---|---|
class |
TcpInputOutput
Represents read/write stream |
class |
UdpInputOutput
Represents read/write stream |
Methods in com.caucho.quercus.lib.file that return SocketInputOutput | |
---|---|
static SocketInputOutput |
SocketModule.socket_create(Env env,
int domain,
int type,
int protocol)
|
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. |
Methods in com.caucho.quercus.lib.file with parameters of type SocketInputOutput | |
---|---|
static boolean |
SocketModule.socket_bind(Env env,
SocketInputOutput socket,
StringValue address,
int port)
|
static void |
SocketModule.socket_close(Env env,
SocketInputOutput socket)
|
static boolean |
SocketModule.socket_connect(Env env,
SocketInputOutput socket,
StringValue address,
int port)
|
static Value |
SocketModule.socket_read(Env env,
SocketInputOutput socket,
int length,
int type)
|
boolean |
SocketModule.socket_shutdown(Env env,
SocketInputOutput file,
int how)
Closes a socket. |
static Value |
SocketModule.socket_write(Env env,
SocketInputOutput socket,
java.io.InputStream is,
int length)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |