Class JettyService

java.lang.Object
com.linecorp.armeria.server.jetty.JettyService
All Implemented Interfaces:
Unwrappable, HttpService, Service<HttpRequest,​HttpResponse>

public final class JettyService
extends Object
implements HttpService
An HttpService that dispatches its requests to a web application running in an embedded Jetty.
See Also:
JettyServiceBuilder