JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
M
P
R
S
W
A
aliasedDirectoryResource(String, String)
- Method in class cloud.piranha.embedded.
EmbeddedPiranhaBuilder
Add an aliased directory resource.
attribute(String, Object)
- Method in class cloud.piranha.embedded.
EmbeddedPiranhaBuilder
Add an attribute.
attribute(String, Object)
- Method in class cloud.piranha.embedded.
EmbeddedRequestBuilder
Add an attribute.
B
bodyOnly(boolean)
- Method in class cloud.piranha.embedded.
EmbeddedResponseBuilder
Set the body only flag.
build()
- Method in class cloud.piranha.embedded.
EmbeddedPiranhaBuilder
Build the Piranha Embedded instance.
build()
- Method in class cloud.piranha.embedded.
EmbeddedRequestBuilder
Build the request.
build()
- Method in class cloud.piranha.embedded.
EmbeddedResponseBuilder
Build the response.
buildAndStart()
- Method in class cloud.piranha.embedded.
EmbeddedPiranhaBuilder
Build and starts the Piranha Embedded instance.
C
cloud.piranha.embedded
- package cloud.piranha.embedded
Piranha Embedded delivers you with an embeddable implementation of a Servlet container.
contextPath(String)
- Method in class cloud.piranha.embedded.
EmbeddedRequestBuilder
Set the context path.
cookie(Cookie)
- Method in class cloud.piranha.embedded.
EmbeddedRequestBuilder
Add a cookie.
D
destroy()
- Method in class cloud.piranha.embedded.
EmbeddedPiranha
Destroy the web application.
directoryResource(String)
- Method in class cloud.piranha.embedded.
EmbeddedPiranhaBuilder
Add a directory resource.
E
EmbeddedPiranha
- Class in
cloud.piranha.embedded
The embeddable servlet container version of Piranha.
EmbeddedPiranha()
- Constructor for class cloud.piranha.embedded.
EmbeddedPiranha
Constructor.
EmbeddedPiranhaBuilder
- Class in
cloud.piranha.embedded
The builder so you can easily build instances of
EmbeddedPiranha
.
EmbeddedPiranhaBuilder()
- Constructor for class cloud.piranha.embedded.
EmbeddedPiranhaBuilder
Constructor.
EmbeddedRequest
- Class in
cloud.piranha.embedded
The WebApplicationRequest class used by
EmbeddedPiranha
EmbeddedRequest()
- Constructor for class cloud.piranha.embedded.
EmbeddedRequest
Constructor.
EmbeddedRequestBuilder
- Class in
cloud.piranha.embedded
The builder so you can easily build instances of
EmbeddedRequest
.
EmbeddedRequestBuilder()
- Constructor for class cloud.piranha.embedded.
EmbeddedRequestBuilder
Constructor.
EmbeddedResponse
- Class in
cloud.piranha.embedded
The WebApplicationResponse class used by
EmbeddedPiranha
EmbeddedResponse()
- Constructor for class cloud.piranha.embedded.
EmbeddedResponse
Constructor.
EmbeddedResponseBuilder
- Class in
cloud.piranha.embedded
The builder so you can easily build instances of
EmbeddedResponse
.
EmbeddedResponseBuilder()
- Constructor for class cloud.piranha.embedded.
EmbeddedResponseBuilder
Constructor.
extension(Class<? extends WebApplicationExtension>)
- Method in class cloud.piranha.embedded.
EmbeddedPiranhaBuilder
Set the web application extension.
F
feature(String)
- Method in class cloud.piranha.embedded.
EmbeddedPiranhaBuilder
Add a feature.
filter(String, String)
- Method in class cloud.piranha.embedded.
EmbeddedPiranhaBuilder
Add a filter.
filterInitParam(String, String, String)
- Method in class cloud.piranha.embedded.
EmbeddedPiranhaBuilder
Set a filter init parameter.
filterMapping(String, String...)
- Method in class cloud.piranha.embedded.
EmbeddedPiranhaBuilder
Add a filter mapping.
G
getResponseAsByteArray()
- Method in class cloud.piranha.embedded.
EmbeddedResponse
Get the response as a byte array.
getResponseAsString()
- Method in class cloud.piranha.embedded.
EmbeddedResponse
Get the response as a string.
getWebApplication()
- Method in class cloud.piranha.embedded.
EmbeddedPiranha
Get the web application.
H
header(String, String)
- Method in class cloud.piranha.embedded.
EmbeddedRequestBuilder
Adds a single valued header
httpSessionManager(HttpSessionManager)
- Method in class cloud.piranha.embedded.
EmbeddedPiranhaBuilder
Set the HTTP session manager.
I
initialize()
- Method in class cloud.piranha.embedded.
EmbeddedPiranha
Initialize the web application.
initializer(String)
- Method in class cloud.piranha.embedded.
EmbeddedPiranhaBuilder
Add an initializer.
M
method(String)
- Method in class cloud.piranha.embedded.
EmbeddedRequestBuilder
Set the method.
P
parameter(String, String...)
- Method in class cloud.piranha.embedded.
EmbeddedRequestBuilder
Add a parameter.
pathInfo(String)
- Method in class cloud.piranha.embedded.
EmbeddedRequestBuilder
Set the path info.
R
requestedSessionId(String)
- Method in class cloud.piranha.embedded.
EmbeddedRequestBuilder
Set the requested session id.
requestedSessionIdFromCookie(boolean)
- Method in class cloud.piranha.embedded.
EmbeddedRequestBuilder
Set the requested session id from cookie flag.
S
scheme(String)
- Method in class cloud.piranha.embedded.
EmbeddedRequestBuilder
Set the scheme.
service(ServletRequest, ServletResponse)
- Method in class cloud.piranha.embedded.
EmbeddedPiranha
Service method.
servlet(String, String)
- Method in class cloud.piranha.embedded.
EmbeddedPiranhaBuilder
Add a servlet.
servlet(String, String, boolean)
- Method in class cloud.piranha.embedded.
EmbeddedPiranhaBuilder
Add a servlet.
servletInitParam(String, String, String)
- Method in class cloud.piranha.embedded.
EmbeddedPiranhaBuilder
Set a servlet init parameter.
servletMapping(String, String...)
- Method in class cloud.piranha.embedded.
EmbeddedPiranhaBuilder
Add a servlet mapping.
servletPath(String)
- Method in class cloud.piranha.embedded.
EmbeddedRequestBuilder
Set the servlet path.
start()
- Method in class cloud.piranha.embedded.
EmbeddedPiranha
Start the web application.
stop()
- Method in class cloud.piranha.embedded.
EmbeddedPiranha
Stop the web application.
W
webApplication(WebApplication)
- Method in class cloud.piranha.embedded.
EmbeddedRequestBuilder
Set the web application.
webApplication(DefaultWebApplication)
- Method in class cloud.piranha.embedded.
EmbeddedResponseBuilder
Set the web application.
A
B
C
D
E
F
G
H
I
M
P
R
S
W
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2020. All rights reserved.