Base Framework
ServerSocket Member List

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

accept()ServerSocketinline
accept(unsigned int milliseconds)ServerSocketinline
Socket::accept(Socket &socket)Socketprotected
asyncCancel() (defined in Socket)Socketprotected
asyncTest() noexceptAsynchronousStreamprotectedstatic
available() constSocketprotected
bind(const InetAddress &address, unsigned short port)Socketprotected
bind(const InetEndPoint &endPoint)Socketinlineprotected
close()ServerSocketinline
connect(const InetAddress &address, unsigned short port)Socketprotected
connect(const InetEndPoint &endPoint)Socketinlineprotected
create(Kind kind, Domain domain=DEFAULT_DOMAIN)Socketprotected
DATAGRAM enum valueSocketprotected
DEFAULT_DOMAIN enum valueSocketprotected
Domain enum nameSocketprotected
flush()Socketprotected
getAddress() const noexceptSocketprotected
getBooleanOption(int option) constSocketprotected
getBroadcast() constSocketprotected
getCreatedById() constResourceprotected
getDescription() constResourceprotected
getDomain() constSocketprotected
getDontRoute() constSocketprotected
getEndPoint() const noexceptSocketinlineprotected
getErrorState() constSocketprotected
getHandle() const noexceptSocketprotected
getInternalHandle() constResourceinlineprotected
getIPv6Restriction() constSocketprotected
getKeepAlive() constSocketprotected
getKind() constSocketprotected
getLinger() constSocketprotected
getLocalAddress() const noexceptServerSocketinline
getLocalEndPoint() const noexceptServerSocketinline
getLocalPort() const noexceptServerSocketinline
getMulticastHops() constSocketprotected
getMulticastInterface() constSocketprotected
getMulticastLoopback() constSocketprotected
getName() noexceptServerSocketinline
getPort() const noexceptSocketprotected
getReceiveBufferSize() constSocketprotected
getReceiveTimeout() constSocketprotected
getResourceId() constResourceprotected
getReuseAddress() constSocketprotected
getSendBufferSize() constSocketprotected
getSendTimeout() constSocketprotected
getTcpDeferAccept() constSocketprotected
getTcpNoDelay() constSocketprotected
getTimeToLive() constSocketprotected
getUnicastHops() constSocketprotected
handleResourceprotected
IPV4 enum valueSocketprotected
IPV6 enum valueSocketprotected
joinGroup(const InetAddress &group)Socketprotected
joinGroup(const InetAddress &interface, const InetAddress &group)Socketprotected
Kind enum nameSocketprotected
leaveGroup(const InetAddress &interface, const InetAddress &group)Socketprotected
listen(unsigned int backlog)Socketprotected
operator bool() const noexceptResourceinlineprotected
OPTION_DONT_ROUTE enum value (defined in Socket)Socketprotected
OPTION_TCP_DEFER_ACCEPT enum value (defined in Socket)Socketprotected
OPTION_TCP_NO_DELAY enum value (defined in Socket)Socketprotected
RAW enum valueSocketprotected
read(uint8 *buffer, unsigned int size, bool nonblocking=false)Socketprotected
read(uint8 *buffer, unsigned int bytesToRead, AsynchronousReadEventListener *listener)Socketprotectedvirtual
receiveFrom(uint8 *buffer, unsigned int size, InetAddress &address, unsigned short &port)Socketprotected
sendTo(const uint8 *buffer, unsigned int size, const InetAddress &address, unsigned short port)Socketprotected
ServerSocket() noexceptServerSocketinline
ServerSocket(const ServerSocket &copy) noexcept (defined in ServerSocket)ServerSocket
ServerSocket(const InetAddress &address, unsigned short port, unsigned int backlog)ServerSocket
ServerSocket(const InetEndPoint &endPoint, unsigned int backlog)ServerSocket
setBooleanOption(int option, bool value)Socketprotected
setBroadcast(bool value)Socketprotected
setDescription(const String &description)Resourceprotected
setDontRoute(bool value)Socketprotected
setIPv6Restriction(bool value)Socketprotected
setKeepAlive(bool value)Socketprotected
setLinger(int seconds)Socketprotected
setMulticastHops(uint8 value)Socketprotected
setMulticastInterface(const InetAddress &interface)Socketprotected
setMulticastLoopback(bool value)Socketprotected
setNonBlocking(bool value)ServerSocketinline
setReceiveBufferSize(int size)Socketprotected
setReceiveTimeout(uint64 nanoseconds)Socketprotected
setReuseAddress(bool value)Socketprotected
setSendBufferSize(int size)Socketprotected
setSendTimeout(uint64 nanoseconds)Socketprotected
setTcpDeferAccept(uint64 nanoseconds)Socketprotected
setTcpNoDelay(bool value)Socketprotected
setTimeToLive(unsigned int value)Socketprotected
setUnicastHops(uint8 value)Socketprotected
shutdownInputStream()Socketprotected
shutdownOutputStream()Socketprotected
Socket() noexceptSocketprotected
STREAM enum valueSocketprotected
toString(Domain domain) noexcept (defined in Socket)Socketprotectedstatic
toString(Kind kind) noexcept (defined in Socket)Socketprotectedstatic
wait() constServerSocketinline
wait(unsigned int microseconds) constServerSocketinline
write(const uint8 *buffer, unsigned int size, bool nonblocking=false)Socketprotected
write(const uint8 *buffer, unsigned int bytesToWrite, AsynchronousWriteEventListener *listener)Socketprotectedvirtual
~AsynchronousInputStream() noexcept(false) (defined in AsynchronousInputStream)AsynchronousInputStreaminlineprotected
~AsynchronousOutputStream() noexcept(false) (defined in AsynchronousOutputStream)AsynchronousOutputStreaminlineprotected
~AsynchronousStream() noexcept(false)AsynchronousStreamprotectedvirtual
~Socket()Socketprotected