This is the complete list of members for Gateway, including all inherited members.
| acceptConnection(const Timeout &acceptTimeout=defaultTimeout()) | Gateway | |
| acceptEstablish(UInt32 outgoingSequenceNumber=1, UInt64 previousUuid=0, UInt32 previousSeqNo=0) | Gateway | protected |
| acceptNegotiate(UInt32 previousSeqNo=0) | Gateway | protected |
| acceptSession(SeqNumber outgoingSequenceNumber=1, UInt64 previousUuid=0, UInt32 previousSeqNo=0) | Gateway | |
| acceptTerminate() | Gateway | protected |
| close() | Gateway | protected |
| createEstablishmentAck(const Establish503Ptr &request, UInt32 outgoingSequenceNumber) | Gateway | protected |
| createEstablishmentReject(const Establish503Ptr &request, UInt32 outgoingSequenceNumber, EstablishmentRejectErrorCode::Enum errorCodes, const std::string &reason) | Gateway | protected |
| createNegotiationReject(const Negotiate500Ptr &request, NegotiationRejectErrorCode::Enum errorCodes, const std::string &reason) | Gateway | protected |
| createNegotiationResponse(const Negotiate500Ptr &request, UInt32 previousSeqNo) | Gateway | protected |
| createSequence(UInt32 nextSeqNo, KeepAliveLapsed::Enum keepAliveLapsed=KeepAliveLapsed::NotLapsed, UInt64 uuid=0) | Gateway | protected |
| createTerminate(const Terminate507Ptr &request) | Gateway | protected |
| createTerminate(const std::string &reason, UInt16 errCode) | Gateway | protected |
| defaultTimeout() | Gateway | inlineprotectedstatic |
| disconnect() | Gateway | |
| enableLogger(const std::string &logFileName, unsigned int logLevel=3) | Gateway | |
| faultToleranceIndicator() const noexcept | Gateway | inline |
| faultToleranceIndicator(FTI::Enum value) | Gateway | inline |
| Gateway(const SessionSettings::LicenseStores &licenseStores, int port, const char *host="127.0.0.1", const Timeout &acceptTimeout=defaultTimeout(), const Timeout &sendReceiveTimeout=defaultTimeout()) | Gateway | |
| Gateway(const Gateway &)=delete | Gateway | |
| Gateway(Gateway &&) noexcept | Gateway | |
| host() const noexcept | Gateway | |
| isConnectionClosed(const Timeout &timeout) const | Gateway | protected |
| isConnectionClosed() const | Gateway | protected |
| operator=(const Gateway &)=delete | Gateway | |
| operator=(Gateway &&) noexcept | Gateway | |
| outSeqNum() const noexcept | Gateway | |
| outSeqNum(SeqNumber nextOutSeqNum) noexcept | Gateway | |
| port() const noexcept | Gateway | |
| receive() const | Gateway | protected |
| receiveEstablish() | Gateway | protected |
| receiveNegotiate() | Gateway | protected |
| receiveTerminate() | Gateway | protected |
| receiveTypedMessage() | Gateway | |
| rejectEstablish(UInt32 outgoingSequenceNumber=1, EstablishmentRejectErrorCode::Enum errorCodes=EstablishmentRejectErrorCode::Enum(), const std::string &reason=std::string()) | Gateway | protected |
| rejectNegotiate(NegotiationRejectErrorCode::Enum errorCodes=NegotiationRejectErrorCode::Enum(), const std::string &reason=std::string()) | Gateway | protected |
| run(ClientMessageListener &listener) | Gateway | |
| run(ClientMessageListener &appMsgListener, ClientSessionMessageListener &sessionMsgListener) | Gateway | |
| send(iLink3::Messaging::MessageHolder< SbeMessageType, MaxMessageSize, MessageInitializer > &msg) | Gateway | |
| send(iLink3::Messaging::MessageHolder< SbeMessageType, MaxMessageSize, MessageInitializer > &&msg) | Gateway | |
| send(iLink3::Messaging::MessageHolder< SbeMessageType, MaxMessageSize, MessageInitializer > &msg, SeqNumber num) | Gateway | |
| send(iLink3::Messaging::MessageHolder< SbeMessageType, MaxMessageSize, MessageInitializer > &&msg, SeqNumber num) | Gateway | |
| send(iLink3::Messaging::MessageHolder< SbeMessageType, MaxMessageSize, MessageInitializer > &msg, std::initializer_list< SeqNumber > numbers) | Gateway | |
| send(iLink3::Messaging::MessageHolder< SbeMessageType, MaxMessageSize, MessageInitializer > &&msg, std::initializer_list< SeqNumber > numbers) | Gateway | |
| send(Messaging::SbeMessage, Messaging::SimpleOpenFramingHeader &) | Gateway | protected |
| sendData(const void *data, size_t size) | Gateway | protected |
| sendSequence(UInt32 nextSeqNo, KeepAliveLapsed::Enum keepAliveLapsed=KeepAliveLapsed::NotLapsed, UInt64 uuid=0) | Gateway | |
| sendTerminate(const std::string &reason={}, UInt16 errCode=TerminateErrorCode::Other) | Gateway | protected |
| socketReceiveBufferSize() const | Gateway | |
| socketReceiveBufferSize(int bufferSize) | Gateway | |
| socketSendBufferSize() const noexcept | Gateway | |
| socketSendBufferSize(int bufferSize) | Gateway | |
| swap(Gateway &) noexcept | Gateway | |
| tcpNoDelayOption(bool noDelay) | Gateway | |
| tcpNoDelayOption() const noexcept | Gateway | |
| terminate(const std::string &reason={}, UInt16 errCode=TerminateErrorCode::Other) | Gateway | protected |
| Timeout typedef | Gateway | |
| tryAcceptConnection(const Timeout &acceptTimeout=defaultTimeout()) | Gateway | |
| tryReceive(const Timeout &timeout=defaultTimeout()) const | Gateway | protected |
| uId_ | Gateway | protected |
| uuid() const noexcept | Gateway | inline |
| waitUntilTerminate(ClientMessageListener *listener=nullptr, ClientSessionMessageListener *sessionMessageListener=nullptr, std::atomic< bool > *stopRequested=nullptr) | Gateway | |
| ~Gateway() | Gateway | virtual |