| closeConnection(DoIPCloseReason reason) override | doip::DoIPConnection | virtual |
| DoIPConnection(int tcpSocket, UniqueServerModelPtr model) | doip::DoIPConnection | |
| DoIPDefaultConnection(UniqueServerModelPtr model) | doip::DoIPDefaultConnection | explicit |
| getAliveCheckRetryCount() const | doip::DoIPDefaultConnection | inline |
| getAliveCheckTimeout() const | doip::DoIPDefaultConnection | inline |
| getClientAddress() const override | doip::DoIPConnection | virtual |
| getCloseReason() const override | doip::DoIPDefaultConnection | inlinevirtual |
| getDownstreamResponseTimeout() const | doip::DoIPDefaultConnection | inline |
| getGeneralInactivityTimeout() const | doip::DoIPDefaultConnection | inline |
| getInitialInactivityTimeout() const | doip::DoIPDefaultConnection | inline |
| getServerAddress() const override | doip::DoIPConnection | virtual |
| getServerModel() | doip::DoIPDefaultConnection | inline |
| getState() const | doip::DoIPDefaultConnection | inline |
| getTimerDuration(StateDescriptor const *stateDesc) | doip::DoIPDefaultConnection | protected |
| handleFinalize(DoIPServerEvent event, OptDoIPMessage msg) | doip::DoIPDefaultConnection | protected |
| handleMessage2(const DoIPMessage &message) | doip::DoIPDefaultConnection | |
| handleRoutingActivated(DoIPServerEvent event, OptDoIPMessage msg) | doip::DoIPDefaultConnection | protected |
| handleSocketInitialized(DoIPServerEvent event, OptDoIPMessage msg) | doip::DoIPDefaultConnection | protected |
| handleTimeout(ConnectionTimers timer_id) | doip::DoIPDefaultConnection | protected |
| handleWaitAliveCheckResponse(DoIPServerEvent event, OptDoIPMessage msg) | doip::DoIPDefaultConnection | protected |
| handleWaitDownstreamResponse(DoIPServerEvent event, OptDoIPMessage msg) | doip::DoIPDefaultConnection | protected |
| handleWaitRoutingActivation(DoIPServerEvent event, OptDoIPMessage msg) | doip::DoIPDefaultConnection | protected |
| hasDownstreamHandler() const override | doip::DoIPConnection | virtual |
| isOpen() const override | doip::DoIPDefaultConnection | inlinevirtual |
| isRoutingActivated() const | doip::DoIPDefaultConnection | inline |
| isSocketActive() | doip::DoIPConnection | inline |
| m_aliveCheckRetry | doip::DoIPDefaultConnection | protected |
| m_aliveCheckRetryCount | doip::DoIPDefaultConnection | protected |
| m_aliveCheckTimeout | doip::DoIPDefaultConnection | protected |
| m_closeReason | doip::DoIPDefaultConnection | protected |
| m_downstreamResponseTimeout | doip::DoIPDefaultConnection | protected |
| m_generalInactivityTimeout | doip::DoIPDefaultConnection | protected |
| m_initialInactivityTimeout | doip::DoIPDefaultConnection | protected |
| m_isOpen | doip::DoIPDefaultConnection | protected |
| m_routedClientAddress | doip::DoIPDefaultConnection | protected |
| m_serverModel | doip::DoIPDefaultConnection | protected |
| m_state | doip::DoIPDefaultConnection | protected |
| m_timerManager | doip::DoIPDefaultConnection | protected |
| notifyConnectionClosed(DoIPCloseReason reason) override | doip::DoIPConnection | virtual |
| notifyDiagnosticAckSent(DoIPDiagnosticAck ack) override | doip::DoIPConnection | virtual |
| notifyDiagnosticMessage(const DoIPMessage &msg) override | doip::DoIPConnection | virtual |
| notifyDownstreamRequest(const DoIPMessage &msg) override | doip::DoIPDefaultConnection | virtual |
| receiveDownstreamResponse(const ByteArray &response, DoIPDownstreamResult result) override | doip::DoIPDefaultConnection | virtual |
| receiveFixedNumberOfBytesFromTCP(uint8_t *receivedData, size_t payloadLength) | doip::DoIPConnection | |
| receiveTcpMessage() | doip::DoIPConnection | |
| restartStateTimer() | doip::DoIPDefaultConnection | protected |
| sendAliveCheckRequest() | doip::DoIPDefaultConnection | protected |
| sendDiagnosticAck(const DoIPAddress &sourceAddress) | doip::DoIPConnection | |
| sendDiagnosticMessageResponse(const DoIPAddress &sourceAddress, DoIPDiagnosticAck ack) | doip::DoIPDefaultConnection | protected |
| sendDiagnosticNegativeAck(const DoIPAddress &sourceAddress, DoIPNegativeDiagnosticAck ackCode) | doip::DoIPConnection | |
| sendDiagnosticPayload(const DoIPAddress &sourceAddress, const ByteArray &payload) | doip::DoIPConnection | |
| sendDownstreamResponse(const DoIPAddress &sourceAddress, const ByteArray &payload) | doip::DoIPDefaultConnection | protected |
| sendProtocolMessage(const DoIPMessage &msg) override | doip::DoIPConnection | virtual |
| sendRoutingActivationResponse(const DoIPAddress &source_address, DoIPRoutingActivationResult response_code) | doip::DoIPDefaultConnection | protected |
| setAliveCheckRetryCount(uint8_t count) | doip::DoIPDefaultConnection | inline |
| setAliveCheckTimeout(std::chrono::milliseconds timeout) | doip::DoIPDefaultConnection | inline |
| setClientAddress(const DoIPAddress &address) override | doip::DoIPConnection | virtual |
| setDownstreamResponseTimeout(std::chrono::milliseconds timeout) | doip::DoIPDefaultConnection | inline |
| setGeneralInactivityTimeout(std::chrono::milliseconds timeout) | doip::DoIPDefaultConnection | inline |
| setInitialInactivityTimeout(std::chrono::milliseconds timeout) | doip::DoIPDefaultConnection | inline |
| startStateTimer(StateDescriptor const *stateDesc) | doip::DoIPDefaultConnection | protected |
| STATE_DESCRIPTORS | doip::DoIPDefaultConnection | protected |
| transitionTo(DoIPServerState newState) | doip::DoIPDefaultConnection | protected |
| triggerDisconnection() | doip::DoIPConnection | |
| ~IConnectionContext()=default | doip::IConnectionContext | virtual |