Package com.google.genkit.plugins.jetty
Class JettyPluginOptions
java.lang.Object
com.google.genkit.plugins.jetty.JettyPluginOptions
Options for configuring the Jetty plugin.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for JettyPluginOptions. -
Method Summary
Modifier and TypeMethodDescriptionstatic JettyPluginOptions.Builderbuilder()Creates a new builder.Gets the base path for flow endpoints.getHost()Gets the host to bind to.intgetPort()Gets the HTTP port.
-
Method Details
-
builder
Creates a new builder.- Returns:
- a new builder
-
getPort
public int getPort()Gets the HTTP port.- Returns:
- the port
-
getHost
Gets the host to bind to.- Returns:
- the host
-
getBasePath
Gets the base path for flow endpoints.- Returns:
- the base path
-