Class TomcatService

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

public abstract class TomcatService
extends Object
implements HttpService
An HttpService that dispatches its requests to a web application running in an embedded Tomcat.
See Also:
TomcatServiceBuilder