Index
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
TomcatServicebased on the properties of this builder. - builder(File) - Static method in class com.linecorp.armeria.server.tomcat.TomcatService
-
Creates a new
TomcatServiceBuilderwith 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
TomcatServiceBuilderwith 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
TomcatServiceBuilderwith 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
TomcatServiceBuilderwith 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
Consumerthat performs additional configuration operations against the TomcatStandardServercreated by aTomcatService. - 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
StandardEngineof 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
TomcatServicewith 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
TomcatServicewith 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
TomcatServicewith 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
TomcatServicewith 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
TomcatServicefrom an existing TomcatConnectorinstance. - of(Connector, String) - Static method in class com.linecorp.armeria.server.tomcat.TomcatService
-
Creates a new
TomcatServicefrom an existing TomcatConnectorinstance. - of(Tomcat) - Static method in class com.linecorp.armeria.server.tomcat.TomcatService
-
Creates a new
TomcatServicefrom an existingTomcatinstance.
R
- realm(Realm) - Method in class com.linecorp.armeria.server.tomcat.TomcatServiceBuilder
-
Sets the
Realmof 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
StandardServiceof an embedded Tomcat.
T
- TomcatService - Class in com.linecorp.armeria.server.tomcat
-
An
HttpServicethat 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
RuntimeExceptionthat 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
messageandcause. - 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
All Classes and Interfaces|All Packages|Serialized Form