MCPcopy Create free account

hub / github.com/CyberInnovationHub-NLD/OpenSourceDataDiode / types & classes

Types & classes46 in github.com/CyberInnovationHub-NLD/OpenSourceDataDiode

ClassBufferedSocketReader
framework/socket_utils/src/buffered_socket_reader.rs:22
ClassBufferedSocketWriter
framework/socket_utils/src/buffered_socket_writer.rs:24
ClassChain
A chain consists of exactly one transport handler and exactly one protocol handler. A chain can also contain one or more filters. Filters are placed b
framework/osdd/src/lib.rs:64
ClassChainToml
framework/osdd/src/read_toml.rs:27
ClassCommandWithName
framework/osdd/src/lib.rs:95
ClassCounter
statistics/statistics_handler/src/lib.rs:30
ClassEgressProducer
A struct with a Kafka producer and settings read form the command line arguments
protocol_handlers/ph_kafka/src/producer.rs:29
InterfaceErrorChainPanicUnwrap
framework/osdd/src/errors.rs:19
InterfaceErrorChainPanicUnwrap
protocol_handlers/ph_kafka/src/errors.rs:18
InterfaceErrorChainPanicUnwrap
protocol_handlers/ph_udp/src/errors.rs:18
InterfaceErrorChainPanicUnwrap
filters/filter/src/errors.rs:18
ClassGauge
statistics/statistics_handler/src/lib.rs:45
ClassHandler
framework/osdd/src/lib.rs:76
EnumHandlerType
framework/osdd/src/lib.rs:87
ClassIngressConsumer
A struct with a Kafka consumer and settings read form the command line arguments
protocol_handlers/ph_kafka/src/consumer.rs:35
ClassInnerUdpReceiver
The InnerUdpReceiver is used by the UdpReceiver. It contains the real logic used in the UdpReceiver. The InnerUdpReceiver is a state machine. It will
framework/transport_udp/src/rx/inner_udp_receiver.rs:35
ClassKafkaMessage
protocol_handlers/ph_kafka/src/lib.rs:33
EnumMessageType
framework/framework_constants/src/lib.rs:42
ClassMockHandlerEgress
protocol_handlers/ph_mock_handler/src/bin/ph_mock_egress.rs:23
ClassMockHandlerIngress
protocol_handlers/ph_mock_handler/src/bin/ph_mock_ingress.rs:22
ClassOpt
framework/osdd/src/bin/osdd.rs:30
ClassOpt
protocol_handlers/ph_kafka/src/bin/ph_kafka_test_consumer.rs:27
ClassOpt
protocol_handlers/ph_kafka/src/bin/ph_kafka_test_producer.rs:23
ClassOptEgress
protocol_handlers/ph_mock_handler/src/arguments.rs:54
ClassOptEgress
protocol_handlers/ph_kafka/src/arguments.rs:82
ClassOptEgress
protocol_handlers/ph_udp/src/arguments.rs:70
ClassOptIngress
protocol_handlers/ph_mock_handler/src/arguments.rs:18
ClassOptIngress
protocol_handlers/ph_kafka/src/arguments.rs:18
ClassOptIngress
protocol_handlers/ph_udp/src/arguments.rs:18
ClassOptIngress
filters/filter/src/arguments.rs:17
ClassOptReceiver
framework/transport_udp/src/rx/rx_arguments.rs:19
ClassOptSender
framework/transport_udp/src/tx/tx_arguments.rs:19
ClassPacketData
framework/transport_udp/src/rx/mod.rs:118
ClassSettings
framework/osdd/src/lib.rs:44
ClassSocketReader
framework/socket_utils/src/socket_reader.rs:22
ClassSocketWriter
framework/socket_utils/src/socket_writer.rs:21
ClassStadsDHandler
protocol_handlers/ph_kafka/tests/ph_kafka_integration_test.rs:247
ClassStadsData
protocol_handlers/ph_kafka/tests/ph_kafka_integration_test.rs:437
EnumState
framework/transport_udp/src/rx/inner_udp_receiver.rs:25
InterfaceStatisticData
This trait is used to signal that a data struct can be passed to the StatsdClient
statistics/statistics_handler/src/lib.rs:103
ClassStatsAllHandlers
statistics/statistics_handler/src/lib.rs:57
ClassStatsdClient
The statsdClient is used to send statistics data to the specified statsd server
statistics/statistics_handler/src/lib.rs:110
ClassTestData
protocol_handlers/ph_kafka/tests/ph_kafka_integration_test.rs:91
ClassTomlConfig
All configurations read form the toml file.
framework/osdd/src/read_toml.rs:20
ClassUdpReceiver
framework/transport_udp/src/rx/udp_receiver.rs:21
ClassUdpSender
framework/transport_udp/src/tx/udp_sender.rs:28