VOX
A little voxel engine
Loading...
Searching...
No Matches
Connection Member List

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

clearReadBuffer()Connection
Connection(std::shared_ptr< Socket > socket)Connection
Connection(const Connection &other)=deleteConnection
Connection(Connection &&other)Connection
dataToSend() constConnection
getConnectionId() constConnection
getReadBufferPtr() constConnection
getReadBufferSize() constConnection
getSocket() constConnection
getWriteBufferRef() constConnection
LockableBase(std::mutex) &ReadLock() constConnection
LockableBase(std::mutex) &WriteLock() constConnection
operator=(const Connection &other)=deleteConnection
operator=(Connection &&other)Connection
queueAndSendMessage(const std::vector< uint8_t > &msg)Connection
queueMessage(const std::vector< uint8_t > &msg)Connection
READ_BUFFER_SIZE_MAXConnectionstatic
recv()Connection
reduceReadBuffer(size_t size)Connection
sendQueue()Connection
setConnectionId(const uint64_t &connection_id)Connection
~Connection()Connection