MySQLSocketPhobos

Wraps a Phobos socket with the common interface

Constructors

this
this(PlainPhobosSocket socket)

The socket should already be open

Members

Functions

acquire
void acquire()
Undocumented in source. Be warned that the author may not have intended to support it.
amOwner
bool amOwner()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
isOwner
bool isOwner()
Undocumented in source. Be warned that the author may not have intended to support it.
read
void read(ubyte[] dst)
Undocumented in source. Be warned that the author may not have intended to support it.
release
void release()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(ubyte[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

connected
bool connected [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From MySQLSocket

close
void close()
Undocumented in source.
connected
bool connected [@property getter]
Undocumented in source.
read
void read(ubyte[] dst)
Undocumented in source.
write
void write(ubyte[] bytes)
Undocumented in source.
acquire
void acquire()
Undocumented in source.
release
void release()
Undocumented in source.
isOwner
bool isOwner()
Undocumented in source.
amOwner
bool amOwner()
Undocumented in source.

Meta