Server
net.ivoah.vial.Server
Main entry point of a vial application.
Takes either a host/port combo, or the path to a unix domain socket.
Value parameters
- host
-
host address to bind to, defaults to "127.0.0.1", ignored if
socket
is present. - port
-
port to bind to, defaults to 8000, ignored if
socket
is present. - router
-
the router to use
- socket
-
path to unix domain socket, optional.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article