Module io.helidon.webserver
Package io.helidon.webserver.http
Annotation Interface RestServer.Listener
- Enclosing class:
RestServer
Listener socket assigned to this endpoint.
This only makes sense for server side, as it is binding endpoint to a server socket.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueName of a routing to bind this application/service to.- Returns:
- name of a routing (or listener host/port) on WebServer
-