, including all inherited members.
accept(SocketSource *source, ExceptionSink *xsink) | QoreSocket | |
acceptAndReplace(SocketSource *source) | QoreSocket | |
acceptSSL(SocketSource *source, X509 *cert, EVP_PKEY *pkey, ExceptionSink *xsink) | QoreSocket | |
bind(const char *name, bool reuseaddr=false) | QoreSocket | |
bind(int prt, bool reuseaddr) | QoreSocket | |
bind(const char *interface, int prt, bool reuseaddr=false) | QoreSocket | |
bind(const struct sockaddr *addr, int addr_size) | QoreSocket | |
cleanup(ExceptionSink *xsink) | QoreSocket | |
close() | QoreSocket | |
connect(const char *name, ExceptionSink *xsink=0) | QoreSocket | |
connect(const char *name, int timeout_ms, ExceptionSink *xsink=0) | QoreSocket | |
connectINET(const char *host, int prt, ExceptionSink *xsink=0) | QoreSocket | |
connectINET(const char *host, int prt, int timeout_ms, ExceptionSink *xsink=0) | QoreSocket | |
connectINETSSL(const char *host, int prt, X509 *cert, EVP_PKEY *pkey, ExceptionSink *xsink) | QoreSocket | |
connectINETSSL(const char *host, int prt, int timeout_ms, X509 *cert, EVP_PKEY *pkey, ExceptionSink *xsink) | QoreSocket | |
connectSSL(const char *name, X509 *cert, EVP_PKEY *pkey, ExceptionSink *xsink) | QoreSocket | |
connectSSL(const char *name, int timeout_ms, X509 *cert, EVP_PKEY *pkey, ExceptionSink *xsink) | QoreSocket | |
connectUNIX(const char *p, ExceptionSink *xsink=0) | QoreSocket | |
connectUNIXSSL(const char *p, X509 *cert, EVP_PKEY *pkey, ExceptionSink *xsink) | QoreSocket | |
getEncoding() const | QoreSocket | |
getObjectIDForEvents() const | QoreSocket | |
getPort() | QoreSocket | |
getQueue() | QoreSocket | |
getRecvTimeout() const | QoreSocket | |
getSendTimeout() const | QoreSocket | |
getSocket() const | QoreSocket | |
getSSLCipherName() const | QoreSocket | |
getSSLCipherVersion() const | QoreSocket | |
isDataAvailable(int timeout=0) const | QoreSocket | |
isOpen() const | QoreSocket | |
isSecure() const | QoreSocket | |
isWriteFinished(int timeout=0) const | QoreSocket | |
listen() | QoreSocket | |
QoreSocket() | QoreSocket | |
readHTTPChunkedBody(int timeout, ExceptionSink *xsink, int source=QORE_SOURCE_SOCKET) | QoreSocket | |
readHTTPChunkedBodyBinary(int timeout, ExceptionSink *xsink, int source=QORE_SOURCE_SOCKET) | QoreSocket | |
readHTTPHeader(int timeout, int *prc, int source=QORE_SOURCE_SOCKET) | QoreSocket | |
readHTTPHeader(QoreHashNode *info, int timeout, int *prc, int source=QORE_SOURCE_SOCKET) | QoreSocket | |
recv(qore_offset_t bufsize, int timeout, int *prc) | QoreSocket | |
recv(int timeout, int *prc) | QoreSocket | |
recv(int fd, qore_offset_t size, int timeout) | QoreSocket | |
recvBinary(qore_offset_t bufsize, int timeout, int *prc) | QoreSocket | |
recvBinary(int timeout, int *prc) | QoreSocket | |
recvi1(int timeout, char *val) | QoreSocket | |
recvi2(int timeout, short *val) | QoreSocket | |
recvi2LSB(int timeout, short *val) | QoreSocket | |
recvi4(int timeout, int *val) | QoreSocket | |
recvi4LSB(int timeout, int *val) | QoreSocket | |
recvi8(int timeout, int64 *val) | QoreSocket | |
recvi8LSB(int timeout, int64 *val) | QoreSocket | |
recvu1(int timeout, unsigned char *val) | QoreSocket | |
recvu2(int timeout, unsigned short *val) | QoreSocket | |
recvu2LSB(int timeout, unsigned short *val) | QoreSocket | |
recvu4(int timeout, unsigned int *val) | QoreSocket | |
recvu4LSB(int timeout, unsigned int *val) | QoreSocket | |
send(const char *buf, qore_size_t size) | QoreSocket | |
send(const QoreString *msg, ExceptionSink *xsink) | QoreSocket | |
send(const BinaryNode *msg) | QoreSocket | |
send(int fd, qore_offset_t size=-1) | QoreSocket | |
sendHTTPMessage(const char *method, const char *path, const char *http_version, const QoreHashNode *headers, const void *data, qore_size_t size, int source=QORE_SOURCE_SOCKET) | QoreSocket | |
sendHTTPMessage(QoreHashNode *info, const char *method, const char *path, const char *http_version, const QoreHashNode *headers, const void *data, qore_size_t size, int source=QORE_SOURCE_SOCKET) | QoreSocket | |
sendHTTPResponse(int code, const char *desc, const char *http_version, const QoreHashNode *headers, const void *data, qore_size_t size, int source=QORE_SOURCE_SOCKET) | QoreSocket | |
sendi1(char i) | QoreSocket | |
sendi2(short i) | QoreSocket | |
sendi2LSB(short i) | QoreSocket | |
sendi4(int i) | QoreSocket | |
sendi4LSB(int i) | QoreSocket | |
sendi8(int64 i) | QoreSocket | |
sendi8LSB(int64 i) | QoreSocket | |
setEncoding(const QoreEncoding *id) | QoreSocket | |
setEventQueue(Queue *cbq, ExceptionSink *xsink) | QoreSocket | |
setRecvTimeout(int ms) | QoreSocket | |
setSendTimeout(int ms) | QoreSocket | |
shutdown() | QoreSocket | |
shutdownSSL(ExceptionSink *xsink) | QoreSocket | |
upgradeClientToSSL(X509 *cert, EVP_PKEY *pkey, ExceptionSink *xsink) | QoreSocket | |
upgradeServerToSSL(X509 *cert, EVP_PKEY *pkey, ExceptionSink *xsink) | QoreSocket | |
verifyPeerCertificate() const | QoreSocket | |
~QoreSocket() | QoreSocket | |