CoreComponents 3.0.0
A Modern C++ Toolkit
|
This is the complete list of members for ClientSocket, including all inherited members.
address() const | StreamSocket | |
alias(const State *state) | Object | protectedstatic |
as() const | Object | |
ClientSocket()=default | ClientSocket | |
ClientSocket(const String &serverName, const String &serviceName) | ClientSocket | |
ClientSocket(const String &serverName, int servicePort) | ClientSocket | |
ClientSocket(const SocketAddress &address) | ClientSocket | explicit |
close() | IoStream | |
defaultTransferUnit() const | Stream | |
drain(const Bytes &auxBuffer=Bytes{}) | Stream | |
duplicate() const | IoStream | |
duplicateTo(IoStream &other) | IoStream | |
echo(bool on) | IoStream | |
error() | IoStream | static |
fd() const | IoStream | |
getLocalAddress() const | Socket | |
initOnce() | Object | protected |
initOncePerThread() | Object | protected |
input() | IoStream | static |
ioctl(int request, void *arg) | IoStream | |
IoStream()=default | IoStream | |
IoStream(int fd) | IoStream | explicit |
IoStream(State *newState) (defined in IoStream) | IoStream | explicitprotected |
is() const | Object | |
isDiscarding() const | Stream | |
isInteractive() const | IoStream | |
isNull() const | Object | |
isWeak() const | Object | |
Object()=default | Object | |
Object(State *newState) | Object | explicitprotected |
Object(State *state, Alias) (defined in Object) | Object | explicitprotected |
Object(State *state, Weak) (defined in Object) | Object | explicitprotected |
operator bool() const | Object | explicit |
operator<=>(const Object &other) const | Object | |
operator=(std::nullptr_t) (defined in Object) | Object | protected |
operator==(const Object &other) const | Object | |
output() | IoStream | static |
pair(Out< IoStream > a, Out< IoStream > b) | IoStream | static |
read(Out< Bytes > buffer, long maxFill=-1) | Stream | |
readAll() | Stream | |
readSpan(Out< Bytes > buffer) | Stream | |
readSpan(long count) | Stream | |
scatterLimit() const | IoStream | |
setIncomingTimeout(double interval) | Socket | |
setOutgoingTimeout(double interval) | Socket | |
setScatterLimit(long newLimit) | IoStream | |
shutdown(IoShutdown mode=IoShutdown::Full) | IoStream | |
skip(long long count) | Stream | |
Socket()=default | Socket | |
Socket(ProtocolFamily family, int type) (defined in Socket) | Socket | explicitprotected |
Socket(int fd) (defined in Socket) | Socket | explicitprotected |
Socket(State *newState) (defined in Socket) | Socket | explicitprotected |
Stream()=default | Stream | |
Stream(State *newState) (defined in Stream) | Stream | explicitprotected |
StreamSocket()=default | StreamSocket | |
StreamSocket(const SocketAddress &address) (defined in StreamSocket) | StreamSocket | explicitprotected |
StreamSocket(const SocketAddress &address, int fd) (defined in StreamSocket) | StreamSocket | explicitprotected |
StreamSocket(State *newState) (defined in StreamSocket) | StreamSocket | explicitprotected |
transferTo(const Stream &sink, long long count, const Bytes &buffer) | Stream | |
transferTo(const Stream &sink, long long count=-1) | Stream | |
useCount() const | Object | |
wait(IoEvent event, int timeout=-1) | Stream | |
waitEstablished(int timeout=-1) | Stream | |
weak() const (defined in Object) | Object | protected |
weak(const State *state) (defined in Object) | Object | protectedstatic |
write(const Bytes &buffer, long fill=-1) | Stream | |
write(const List< Bytes > &buffers) | Stream | |
write(const List< String > &parts) | Stream | |
write(const struct iovec *iov, int iovcnt) | Stream | |
write(const char *s) | Stream |