CatapultServer
v0.5.0.1 (Elephant)
|
Go to the documentation of this file.
25 namespace catapult {
namespace handlers {
30 ionet::ServerPacketHandlers& handlers,
PacketType
An enumeration of known packet types.
Definition: PacketType.h:171
RawPointerProducerFactory< state::TimestampedHash, state::TimestampedHash > ConfirmedTimestampedHashesProducerFactory
Alias for creating a confirmed timestamped hashes producer given a range of hashes.
Definition: ConfirmedTimestampedHashesProducerFactory.h:31
static constexpr auto Should_Append_As_Values
Definition: HashCacheDiagnosticHandlers.cpp:31
void RegisterConfirmTimestampedHashesHandler(ionet::ServerPacketHandlers &handlers, const ConfirmedTimestampedHashesProducerFactory &confirmedTimestampedHashesProducerFactory)
Definition: HashCacheDiagnosticHandlers.cpp:35
static constexpr ionet::PacketType Packet_Type
Definition: HashCacheDiagnosticHandlers.cpp:30
Definition: AddressExtractionExtension.cpp:28
static void RegisterOne(ionet::ServerPacketHandlers &handlers, TResultsProducerFactory resultsProducerFactory)
Definition: HandlerFactory.h:54
A collection of packet handlers where there is at most one handler per packet type.
Definition: PacketHandlers.h:62