CoreComponents 3.0.0
A Modern C++ Toolkit
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Modules
ClientSocket Member List

This is the complete list of members for ClientSocket, including all inherited members.

address() constStreamSocket
alias(const State *state)Objectprotectedstatic
as() constObject
ClientSocket()=defaultClientSocket
ClientSocket(const String &serverName, const String &serviceName)ClientSocket
ClientSocket(const String &serverName, int servicePort)ClientSocket
ClientSocket(const SocketAddress &address)ClientSocketexplicit
close()IoStream
defaultTransferUnit() constStream
drain(const Bytes &auxBuffer=Bytes{})Stream
duplicate() constIoStream
duplicateTo(IoStream &other)IoStream
echo(bool on)IoStream
error()IoStreamstatic
fd() constIoStream
getLocalAddress() constSocket
initOnce()Objectprotected
initOncePerThread()Objectprotected
input()IoStreamstatic
ioctl(int request, void *arg)IoStream
IoStream()=defaultIoStream
IoStream(int fd)IoStreamexplicit
IoStream(State *newState) (defined in IoStream)IoStreamexplicitprotected
is() constObject
isDiscarding() constStream
isInteractive() constIoStream
isNull() constObject
isWeak() constObject
Object()=defaultObject
Object(State *newState)Objectexplicitprotected
Object(State *state, Alias) (defined in Object)Objectexplicitprotected
Object(State *state, Weak) (defined in Object)Objectexplicitprotected
operator bool() constObjectexplicit
operator<=>(const Object &other) constObject
operator=(std::nullptr_t) (defined in Object)Objectprotected
operator==(const Object &other) constObject
output()IoStreamstatic
pair(Out< IoStream > a, Out< IoStream > b)IoStreamstatic
read(Out< Bytes > buffer, long maxFill=-1)Stream
readAll()Stream
readSpan(Out< Bytes > buffer)Stream
readSpan(long count)Stream
scatterLimit() constIoStream
setIncomingTimeout(double interval)Socket
setOutgoingTimeout(double interval)Socket
setScatterLimit(long newLimit)IoStream
shutdown(IoShutdown mode=IoShutdown::Full)IoStream
skip(long long count)Stream
Socket()=defaultSocket
Socket(ProtocolFamily family, int type) (defined in Socket)Socketexplicitprotected
Socket(int fd) (defined in Socket)Socketexplicitprotected
Socket(State *newState) (defined in Socket)Socketexplicitprotected
Stream()=defaultStream
Stream(State *newState) (defined in Stream)Streamexplicitprotected
StreamSocket()=defaultStreamSocket
StreamSocket(const SocketAddress &address) (defined in StreamSocket)StreamSocketexplicitprotected
StreamSocket(const SocketAddress &address, int fd) (defined in StreamSocket)StreamSocketexplicitprotected
StreamSocket(State *newState) (defined in StreamSocket)StreamSocketexplicitprotected
transferTo(const Stream &sink, long long count, const Bytes &buffer)Stream
transferTo(const Stream &sink, long long count=-1)Stream
useCount() constObject
wait(IoEvent event, int timeout=-1)Stream
waitEstablished(int timeout=-1)Stream
weak() const (defined in Object)Objectprotected
weak(const State *state) (defined in Object)Objectprotectedstatic
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