Struct sota::rvi::edge::Edge
[−]
[src]
pub struct Edge {
// some fields omitted
}The HTTP server endpoint for RVI client communication.
Methods
impl Edge[src]
fn new(services: Services, rvi_edge: SocketAddr, rvi_client: Url) -> Self
Create a new Edge by registering each RVI service.
fn start(&mut self)
Start the HTTP server listening for incoming RVI client connections.