3.0.ipv8.REST.isolation_endpoint ================================ .. py:module:: 3.0.ipv8.REST.isolation_endpoint Classes ------- .. autoapisummary:: 3.0.ipv8.REST.isolation_endpoint.IsolationEndpoint Module Contents --------------- .. py:class:: IsolationEndpoint Bases: :py:obj:`3.0.ipv8.REST.base_endpoint.BaseEndpoint`\ [\ :py:obj:`3.0.ipv8.types.IPv8`\ ] This endpoint is responsible for on-demand adding of addresses for different services. .. py:method:: setup_routes() -> None Register the names to make this endpoint callable. .. py:method:: add_exit_node(address: 3.0.ipv8.types.Address) -> None Connect to the given exit node address. .. py:method:: add_bootstrap_server(address: 3.0.ipv8.types.Address) -> None Register the given bootstrap server. .. py:method:: handle_post(request: aiohttp.abc.Request) -> 3.0.ipv8.REST.base_endpoint.Response :async: Add an address to a specific IPv8 service.