Base Framework
|
This is the complete list of members for Socket, including all inherited members.
accept(Socket &socket) | Socket | |
asyncCancel() (defined in Socket) | Socket | |
asyncTest() noexcept | AsynchronousStream | static |
available() const | Socket | |
bind(const InetAddress &address, unsigned short port) | Socket | |
bind(const InetEndPoint &endPoint) | Socket | inline |
close() | Socket | |
connect(const InetAddress &address, unsigned short port) | Socket | |
connect(const InetEndPoint &endPoint) | Socket | inline |
create(Kind kind, Domain domain=DEFAULT_DOMAIN) | Socket | |
DATAGRAM enum value | Socket | |
DEFAULT_DOMAIN enum value | Socket | |
Domain enum name | Socket | |
flush() | Socket | |
getAddress() const noexcept | Socket | |
getBooleanOption(int option) const | Socket | protected |
getBroadcast() const | Socket | |
getCreatedById() const | Resource | |
getDescription() const | Resource | |
getDomain() const | Socket | |
getDontRoute() const | Socket | |
getEndPoint() const noexcept | Socket | inline |
getErrorState() const | Socket | |
getHandle() const noexcept | Socket | protected |
getInternalHandle() const | Resource | inline |
getIPv6Restriction() const | Socket | |
getKeepAlive() const | Socket | |
getKind() const | Socket | |
getLinger() const | Socket | |
getLocalAddress() const noexcept | Socket | |
getLocalEndPoint() const noexcept | Socket | inline |
getLocalPort() const noexcept | Socket | |
getMulticastHops() const | Socket | |
getMulticastInterface() const | Socket | |
getMulticastLoopback() const | Socket | |
getName() noexcept | Socket | |
getPort() const noexcept | Socket | |
getReceiveBufferSize() const | Socket | |
getReceiveTimeout() const | Socket | |
getResourceId() const | Resource | |
getReuseAddress() const | Socket | |
getSendBufferSize() const | Socket | |
getSendTimeout() const | Socket | |
getTcpDeferAccept() const | Socket | |
getTcpNoDelay() const | Socket | |
getTimeToLive() const | Socket | |
getUnicastHops() const | Socket | |
handle | Resource | protected |
IPV4 enum value | Socket | |
IPV6 enum value | Socket | |
joinGroup(const InetAddress &group) | Socket | |
joinGroup(const InetAddress &interface, const InetAddress &group) | Socket | |
Kind enum name | Socket | |
leaveGroup(const InetAddress &interface, const InetAddress &group) | Socket | |
listen(unsigned int backlog) | Socket | |
operator bool() const noexcept | Resource | inline |
OPTION_DONT_ROUTE enum value (defined in Socket) | Socket | protected |
OPTION_TCP_DEFER_ACCEPT enum value (defined in Socket) | Socket | protected |
OPTION_TCP_NO_DELAY enum value (defined in Socket) | Socket | protected |
RAW enum value | Socket | |
read(uint8 *buffer, unsigned int size, bool nonblocking=false) | Socket | |
read(uint8 *buffer, unsigned int bytesToRead, AsynchronousReadEventListener *listener) | Socket | virtual |
receiveFrom(uint8 *buffer, unsigned int size, InetAddress &address, unsigned short &port) | Socket | |
sendTo(const uint8 *buffer, unsigned int size, const InetAddress &address, unsigned short port) | Socket | |
setBooleanOption(int option, bool value) | Socket | protected |
setBroadcast(bool value) | Socket | |
setDescription(const String &description) | Resource | |
setDontRoute(bool value) | Socket | |
setIPv6Restriction(bool value) | Socket | |
setKeepAlive(bool value) | Socket | |
setLinger(int seconds) | Socket | |
setMulticastHops(uint8 value) | Socket | |
setMulticastInterface(const InetAddress &interface) | Socket | |
setMulticastLoopback(bool value) | Socket | |
setNonBlocking(bool value) | Socket | |
setReceiveBufferSize(int size) | Socket | |
setReceiveTimeout(uint64 nanoseconds) | Socket | |
setReuseAddress(bool value) | Socket | |
setSendBufferSize(int size) | Socket | |
setSendTimeout(uint64 nanoseconds) | Socket | |
setTcpDeferAccept(uint64 nanoseconds) | Socket | |
setTcpNoDelay(bool value) | Socket | |
setTimeToLive(unsigned int value) | Socket | |
setUnicastHops(uint8 value) | Socket | |
shutdownInputStream() | Socket | |
shutdownOutputStream() | Socket | |
Socket() noexcept | Socket | |
STREAM enum value | Socket | |
toString(Domain domain) noexcept (defined in Socket) | Socket | static |
toString(Kind kind) noexcept (defined in Socket) | Socket | static |
wait() const | Socket | |
wait(unsigned int microseconds) const | Socket | |
write(const uint8 *buffer, unsigned int size, bool nonblocking=false) | Socket | |
write(const uint8 *buffer, unsigned int bytesToWrite, AsynchronousWriteEventListener *listener) | Socket | virtual |
~AsynchronousInputStream() noexcept(false) (defined in AsynchronousInputStream) | AsynchronousInputStream | inline |
~AsynchronousOutputStream() noexcept(false) (defined in AsynchronousOutputStream) | AsynchronousOutputStream | inline |
~AsynchronousStream() noexcept(false) | AsynchronousStream | virtual |
~Socket() | Socket |