3.0.ipv8.REST.noblock_dht_endpoint ================================== .. py:module:: 3.0.ipv8.REST.noblock_dht_endpoint Classes ------- .. autoapisummary:: 3.0.ipv8.REST.noblock_dht_endpoint.NoBlockDHTEndpoint Module Contents --------------- .. py:class:: NoBlockDHTEndpoint Bases: :py:obj:`3.0.ipv8.REST.base_endpoint.BaseEndpoint` This endpoint is responsible for handling requests for DHT data, non-blocking. .. py:attribute:: dht :value: None .. py:method:: setup_routes() -> None Register the names to make this endpoint callable. .. py:method:: initialize(session: 3.0.ipv8.types.IPv8) -> None Initialize this endpoint. .. py:method:: handle_get(request: aiohttp.abc.Request) -> 3.0.ipv8.REST.base_endpoint.Response :async: Handle a GET request.