- setAccessLog(AccessLogOptions) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
Set the access log options
- setAdapterParams(JsonObject) - Method in class io.knotx.dataobjects.AdapterRequest
-
Deprecated.
Set the request params
- setAddress(String) - Method in class io.knotx.assembler.FragmentAssemblerOptions
-
Set the EB address of the verticle
- setAddress(String) - Method in class io.knotx.gateway.GatewayKnotOptions
-
The event bus address the knot is listening on.
- setAddress(String) - Method in class io.knotx.gateway.ResponseProviderKnotOptions
-
The address on event bus that the service adapter is listening for requests from
ServiceKnotVerticle
- setAddress(String) - Method in class io.knotx.repository.fs.FilesystemRepositoryOptions
-
Set the EB address of the file system repository verticle
- setAddress(String) - Method in class io.knotx.repository.http.HttpRepositoryOptions
-
Set the EB address of the HTTP repository verticle
- setAddress(String) - Method in class io.knotx.server.configuration.RepositoryEntry
-
Event bus address of the Repository Connector modules, that should deliver content for the requested path matching the regexp in path
- setAddress(String) - Method in class io.knotx.server.configuration.RoutingEntry
-
Sets the event bus address of the Knot that should process the request for a given path
- setAddress(String) - Method in class io.knotx.splitter.FragmentSplitterOptions
-
Set the EB address of the verticle
- setAllowedRequestHeaderPatterns(List<Pattern>) - Method in class io.knotx.repository.http.HttpRepositoryOptions
-
- setAllowedRequestHeaders(Set<String>) - Method in class io.knotx.repository.http.HttpRepositoryOptions
-
Set the collection of patterns of allowed request headers.
- setAllowedResponseHeaders(Set<String>) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
Set the set of response headers that can be returned by the Knot.x server
- setAssembler(String) - Method in class io.knotx.server.configuration.KnotxFlowSettings
-
Sets the event bus address of the assembler verticle.
- setAttribute(String, String) - Method in class io.knotx.dataobjects.Fragment
-
- setBackpressureBufferCapacity(long) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
Sets the backpressure buffer capacity.
- setBackpressureStrategy(BackpressureOverflowStrategy) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
Sets the strategy how to deal with backpressure buffer overflow.
- setBody(Buffer) - Method in class io.knotx.dataobjects.ClientResponse
-
- setCatalogue(String) - Method in class io.knotx.repository.fs.FilesystemRepositoryOptions
-
Set the root folder of the repository on file system.
- setClientDestination(ClientDestination) - Method in class io.knotx.repository.http.HttpRepositoryOptions
-
Set the remote location of the repository
- setClientOptions(HttpClientOptions) - Method in class io.knotx.repository.http.HttpRepositoryOptions
-
Set the HttpClientOptions used by the HTTP client
to communicate with remote http repository
- setClientRequest(ClientRequest) - Method in class io.knotx.dataobjects.KnotContext
-
- setClientResponse(ClientResponse) - Method in class io.knotx.dataobjects.KnotContext
-
- setCluster(boolean) - Method in class io.knotx.launcher.KnotxCommand
-
Enables / disables the clustering.
- setConfig(String) - Method in class io.knotx.launcher.KnotxCommand
-
The path to the Knot.x configuration loader json file
- setCookieName(String) - Method in class io.knotx.server.configuration.KnotxCSRFOptions
-
Set the name of the CSRF cookie
- setCookiePath(String) - Method in class io.knotx.server.configuration.KnotxCSRFOptions
-
Set of the path of the CSRF cookie
- setCsrf(boolean) - Method in class io.knotx.server.configuration.RoutingEntry
-
Enables/Disabled CSRF support for a given routing entry
- setCsrfConfig(KnotxCSRFOptions) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
Set the CSRF configuration of the Knot.x server
- setCustomFlow(KnotxFlowSettings) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
Set the Custom Flow configuration
- setCustomHttpHeader(CustomHttpHeader) - Method in class io.knotx.repository.http.HttpRepositoryOptions
-
Set the header (name and value) to be sent in every request to the remote repository
- setCustomResponseHeader(CustomHttpHeader) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
Set the custom response header returned by the Knot.x
- setDefaultFallback(String) - Method in class io.knotx.options.SnippetOptions
-
- setDefaultFlow(KnotxFlowSettings) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
Set the Default flow configuration
- setDeliveryOptions(DeliveryOptions) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
Set the Event Bus Delivery options used to communicate with Knot's
- setDeploymentId(String) - Method in class io.knotx.launcher.ModuleDescriptor
-
- setDisplayExceptionDetails(boolean) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
Set whether to display or not the exception on error pages
- setDomain(String) - Method in class io.knotx.repository.http.ClientDestination
-
Set the domain of the http repository
- setDoProcessing(boolean) - Method in class io.knotx.server.configuration.RepositoryEntry
-
Defines if the given repository path should be processed by the Knots or not.
- setDropRequestResponseCode(int) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
Sets the HTTP response code returned wheb request is dropped.
- setDropRequests(boolean) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
Enabled/disables request dropping (backpressure) on heavy load.
- setEnabled(boolean) - Method in class io.knotx.server.configuration.AccessLogOptions
-
Sets if logging access to the Knot.x HTTP server is enabled or not.
- setFallbacks(List<FallbackMetadata>) - Method in class io.knotx.options.SnippetOptions
-
- setFallbackTagName(String) - Method in class io.knotx.options.SnippetOptions
-
- setFileUploadDirectory(String) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
Set the location on Knot.x environment when uploaded files will be stored.
- setFileUploadLimit(Long) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
Set the file upload limit in bytes
- setFormat(LoggerFormat) - Method in class io.knotx.server.configuration.AccessLogOptions
-
Set format of access log.
- setFormAttributes(MultiMap) - Method in class io.knotx.dataobjects.ClientRequest
-
- setFragments(List<Fragment>) - Method in class io.knotx.dataobjects.KnotContext
-
- setHeaderName(String) - Method in class io.knotx.server.configuration.KnotxCSRFOptions
-
Set the CSRF token header name
- setHeaders(MultiMap) - Method in class io.knotx.dataobjects.ClientRequest
-
- setHeaders(MultiMap) - Method in class io.knotx.dataobjects.ClientResponse
-
- setHighAvailability(boolean) - Method in class io.knotx.launcher.KnotxCommand
-
Enables / disables the high-availability.
- setHostHeader(String) - Method in class io.knotx.repository.http.ClientDestination
-
Set the host header override to be used with a communication to the repository.
- setId(String) - Method in class io.knotx.options.FallbackMetadata
-
- setImmediate(boolean) - Method in class io.knotx.server.configuration.AccessLogOptions
-
Configure when to collect access log.
- setItems(List<RoutingEntry>) - Method in class io.knotx.server.configuration.MethodRoutingEntries
-
Sets the list of routing entries
- setJsonFormAttributes(JsonObject) - Method in class io.knotx.dataobjects.ClientRequest
-
- setJsonHeaders(JsonObject) - Method in class io.knotx.dataobjects.ClientRequest
-
- setJsonHeaders(JsonObject) - Method in class io.knotx.dataobjects.ClientResponse
-
- setJsonParams(JsonObject) - Method in class io.knotx.dataobjects.ClientRequest
-
- setMarkup(String) - Method in class io.knotx.options.FallbackMetadata
-
- setMethod(HttpMethod) - Method in class io.knotx.dataobjects.ClientRequest
-
- setName(String) - Method in class io.knotx.configuration.CustomHttpHeader
-
Set the name of the request header.
- setOnTransition(Map<String, RoutingEntry>) - Method in class io.knotx.server.configuration.RoutingEntry
-
Describes routing to addresses of other Knots based on the transition trigger returned from current Knot.
- setParams(JsonObject) - Method in class io.knotx.dataobjects.AdapterRequest
-
Deprecated.
Set the request params
- setParams(MultiMap) - Method in class io.knotx.dataobjects.ClientRequest
-
- setParamsPrefix(String) - Method in class io.knotx.options.SnippetOptions
-
Sets Knot.x snippet parameters prefix.
- setPath(String) - Method in class io.knotx.dataobjects.ClientRequest
-
- setPath(String) - Method in class io.knotx.server.configuration.RepositoryEntry
-
Sets the Regular expression of the HTTP Request path
- setPath(String) - Method in class io.knotx.server.configuration.RoutingEntry
-
Sets the Regular expression of HTTP Request path
- setPort(int) - Method in class io.knotx.repository.http.ClientDestination
-
Set the HTTP port of the http repository
- setRepositories(List<RepositoryEntry>) - Method in class io.knotx.server.configuration.KnotxFlowSettings
-
Sets the list of RepositoryEntry items
- setRequest(ClientRequest) - Method in class io.knotx.dataobjects.AdapterRequest
-
Deprecated.
Set the client request
- setResponse(ClientResponse) - Method in class io.knotx.dataobjects.AdapterResponse
-
Deprecated.
- setResponseProvider(String) - Method in class io.knotx.server.configuration.KnotxFlowSettings
-
Sets the event bus address of the Custom Flow' response provider verticle.
- setRouting(Map<String, MethodRoutingEntries>) - Method in class io.knotx.server.configuration.KnotxFlowSettings
-
Set of HTTP method based routing entries, describing communication between Knots
- setScheme(String) - Method in class io.knotx.repository.http.ClientDestination
-
Set the URL scheme used to communicate with the repository
- setSecret(String) - Method in class io.knotx.server.configuration.KnotxCSRFOptions
-
Set the secret used to generate CSRF token
- setServerOptions(HttpServerOptions) - Method in class io.knotx.server.configuration.KnotxServerOptions
-
Set the HTTP Server options
- setSignal(String) - Method in class io.knotx.dataobjects.AdapterResponse
-
Deprecated.
- setSnippetOptions(SnippetOptions) - Method in class io.knotx.assembler.FragmentAssemblerOptions
-
Sets snippet options (e.g.
- setSnippetOptions(SnippetOptions) - Method in class io.knotx.splitter.FragmentSplitterOptions
-
Sets snippet options (e.g.
- setSplitter(String) - Method in class io.knotx.server.configuration.KnotxFlowSettings
-
Sets the event bus address of the splitter verticle.
- setState(ModuleDescriptor.DeploymentState) - Method in class io.knotx.launcher.ModuleDescriptor
-
- setStatus(KnotTaskStatus) - Method in class io.knotx.dataobjects.KnotTask
-
- setStatusCode(int) - Method in class io.knotx.dataobjects.ClientResponse
-
- setTagName(String) - Method in class io.knotx.options.SnippetOptions
-
Sets a Knot.x snippet HTML tag name.
- setTimeout(long) - Method in class io.knotx.server.configuration.KnotxCSRFOptions
-
Set the timeout of the CSRF token
- setTransition(String) - Method in class io.knotx.dataobjects.KnotContext
-
- setUnprocessedStrategy(UnprocessedFragmentStrategy) - Method in class io.knotx.assembler.FragmentAssemblerOptions
-
Set the strategy how to assembly markup with snippets that were not processed by any Knot.
- setUp(ExecutionContext) - Method in class io.knotx.launcher.KnotxCommand
-
Validates the command line parameters.
- setValue(String) - Method in class io.knotx.configuration.CustomHttpHeader
-
Set the value of the request header.
- shouldProcess(Set<String>) - Method in class io.knotx.assembler.FragmentAssemblerKnotProxyImpl
-
- shouldProcess(Set<String>) - Method in class io.knotx.gateway.GatewayKnotProxyImpl
-
- shouldProcess(Set<String>) - Method in class io.knotx.gateway.ResponseProviderKnotProxyImpl
-
- shouldProcess(Fragment) - Method in class io.knotx.knot.AbstractKnotProxy
-
Method lets you decide whether the Fragment should be processed by your Knot or not.
- shouldProcess(Set<String>) - Method in class io.knotx.knot.AbstractKnotProxy
-
Method lets you decide whether the Fragment with a given set of Knots should be processed by your Knot or not
- shouldProcess(Set<String>) - Method in class io.knotx.splitter.FragmentSplitterKnotProxyImpl
-
- snippet(List<String>, String, String) - Static method in class io.knotx.dataobjects.Fragment
-
- snippet(List<String>, String) - Static method in class io.knotx.dataobjects.Fragment
-
- SNIPPET_FALLBACK_NAME - Static variable in class io.knotx.fragments.FragmentConstants
-
- SNIPPET_IDENTIFIER_NAME - Static variable in class io.knotx.fragments.FragmentConstants
-
- SnippetOptions - Class in io.knotx.options
-
Describes SnippetOptions Knot configuration
- SnippetOptions() - Constructor for class io.knotx.options.SnippetOptions
-
Default constructor
- SnippetOptions(SnippetOptions) - Constructor for class io.knotx.options.SnippetOptions
-
Copy constructor
- SnippetOptions(JsonObject) - Constructor for class io.knotx.options.SnippetOptions
-
Create an settings from JSON
- SnippetPatterns - Class in io.knotx.fragments
-
- SnippetPatterns(SnippetOptions) - Constructor for class io.knotx.fragments.SnippetPatterns
-
- split(String) - Method in interface io.knotx.splitter.FragmentSplitter
-
Splits a template (markup) into list of fragments (see
Fragment).
- start() - Method in class io.knotx.assembler.FragmentAssemblerVerticle
-
- start() - Method in class io.knotx.gateway.GatewayKnotVerticle
-
- start() - Method in class io.knotx.gateway.ResponseProviderKnotVerticle
-
- start(Future<Void>) - Method in class io.knotx.launcher.KnotxStarterVerticle
-
- start() - Method in class io.knotx.repository.fs.FilesystemRepositoryConnectorVerticle
-
- start() - Method in class io.knotx.repository.http.HttpRepositoryConnectorVerticle
-
- start(Future<Void>) - Method in class io.knotx.server.KnotxServerVerticle
-
- start() - Method in class io.knotx.splitter.FragmentSplitterVerticle
-
- stop() - Method in class io.knotx.assembler.FragmentAssemblerVerticle
-
- stop() - Method in class io.knotx.gateway.GatewayKnotVerticle
-
- stop() - Method in class io.knotx.gateway.ResponseProviderKnotVerticle
-
- stop() - Method in class io.knotx.repository.fs.FilesystemRepositoryConnectorVerticle
-
- stop() - Method in class io.knotx.repository.http.HttpRepositoryConnectorVerticle
-
- stop() - Method in class io.knotx.splitter.FragmentSplitterVerticle
-
- StringUtil - Class in io.knotx.util
-
- StringUtil() - Constructor for class io.knotx.util.StringUtil
-
- success(String) - Method in class io.knotx.dataobjects.Fragment
-
- supplier() - Method in class io.knotx.http.MultiMapCollector
-
- SupportedMethodsAndPathsHandler - Class in io.knotx.server
-