Index

B C E H O R S T 
All Classes and Interfaces|All Packages|Serialized Form

B

baseDir(String) - Method in class com.linecorp.armeria.server.tomcat.TomcatServiceBuilder
Sets the base directory of an embedded Tomcat.
baseDir(Path) - Method in class com.linecorp.armeria.server.tomcat.TomcatServiceBuilder
Sets the base directory of an embedded Tomcat.
build() - Method in class com.linecorp.armeria.server.tomcat.TomcatServiceBuilder
Returns a newly-created TomcatService based on the properties of this builder.
builder(File) - Static method in class com.linecorp.armeria.server.tomcat.TomcatService
Creates a new TomcatServiceBuilder with the web application at the specified document base, which can be a directory or a JAR/WAR file.
builder(File, String) - Static method in class com.linecorp.armeria.server.tomcat.TomcatService
Creates a new TomcatServiceBuilder with the web application at the specified document base, which can be a directory or a JAR/WAR file.
builder(Path) - Static method in class com.linecorp.armeria.server.tomcat.TomcatService
Creates a new TomcatServiceBuilder with the web application at the specified document base, which can be a directory or a JAR/WAR file.
builder(Path, String) - Static method in class com.linecorp.armeria.server.tomcat.TomcatService
Creates a new TomcatServiceBuilder with the web application at the specified document base, which can be a directory or a JAR/WAR file.

C

com.linecorp.armeria.server.tomcat - package com.linecorp.armeria.server.tomcat
Embedded Tomcat service.
configurator(Consumer<? super StandardServer>) - Method in class com.linecorp.armeria.server.tomcat.TomcatServiceBuilder
Adds a Consumer that performs additional configuration operations against the Tomcat StandardServer created by a TomcatService.
connector() - Method in class com.linecorp.armeria.server.tomcat.TomcatService
Returns Tomcat Connector.

E

engineName(String) - Method in class com.linecorp.armeria.server.tomcat.TomcatServiceBuilder
Sets the name of the StandardEngine of an embedded Tomcat.

H

hostname(String) - Method in class com.linecorp.armeria.server.tomcat.TomcatServiceBuilder
Sets the hostname of an embedded Tomcat.

O

of(File) - Static method in class com.linecorp.armeria.server.tomcat.TomcatService
Creates a new TomcatService with the web application at the specified document base, which can be a directory or a JAR/WAR file.
of(File, String) - Static method in class com.linecorp.armeria.server.tomcat.TomcatService
Creates a new TomcatService with the web application at the specified document base, which can be a directory or a JAR/WAR file.
of(Path) - Static method in class com.linecorp.armeria.server.tomcat.TomcatService
Creates a new TomcatService with the web application at the specified document base, which can be a directory or a JAR/WAR file.
of(Path, String) - Static method in class com.linecorp.armeria.server.tomcat.TomcatService
Creates a new TomcatService with the web application at the specified document base, which can be a directory or a JAR/WAR file.
of(Connector) - Static method in class com.linecorp.armeria.server.tomcat.TomcatService
Creates a new TomcatService from an existing Tomcat Connector instance.
of(Connector, String) - Static method in class com.linecorp.armeria.server.tomcat.TomcatService
Creates a new TomcatService from an existing Tomcat Connector instance.
of(Tomcat) - Static method in class com.linecorp.armeria.server.tomcat.TomcatService
Creates a new TomcatService from an existing Tomcat instance.

R

realm(Realm) - Method in class com.linecorp.armeria.server.tomcat.TomcatServiceBuilder
Sets the Realm of an embedded Tomcat.

S

serve(ServiceRequestContext, HttpRequest) - Method in class com.linecorp.armeria.server.tomcat.TomcatService
 
serviceName(String) - Method in class com.linecorp.armeria.server.tomcat.TomcatServiceBuilder
Sets the name of the StandardService of an embedded Tomcat.

T

TomcatService - Class in com.linecorp.armeria.server.tomcat
An HttpService that dispatches its requests to a web application running in an embedded Tomcat.
TomcatServiceBuilder - Class in com.linecorp.armeria.server.tomcat
Builds a TomcatService.
TomcatServiceException - Exception in com.linecorp.armeria.server.tomcat
A RuntimeException that is raised when configuring or starting an embedded Tomcat fails.
TomcatServiceException() - Constructor for exception com.linecorp.armeria.server.tomcat.TomcatServiceException
Creates a new instance.
TomcatServiceException(String) - Constructor for exception com.linecorp.armeria.server.tomcat.TomcatServiceException
Creates a new instance with the specified message.
TomcatServiceException(String, Throwable) - Constructor for exception com.linecorp.armeria.server.tomcat.TomcatServiceException
Creates a new instance with the specified message and cause.
TomcatServiceException(Throwable) - Constructor for exception com.linecorp.armeria.server.tomcat.TomcatServiceException
Creates a new instance with the specified cause.
toString() - Method in class com.linecorp.armeria.server.tomcat.TomcatServiceBuilder
 
B C E H O R S T 
All Classes and Interfaces|All Packages|Serialized Form