public class StaticRouteNode<T extends ComponentsProvider>
extends RouteNode
Node representing an endpoint serving static files from S3.
RouteNode.Companion| Constructor and Description |
|---|
StaticRouteNode(java.lang.String name,
java.util.Map<java.lang.String,? extends ws.osiris.core.RouteNode<T>> fixedChildren,
Auth auth,
java.lang.String indexFile)
Node representing an endpoint serving static files from S3.
|
| Modifier and Type | Method and Description |
|---|---|
Auth |
getAuth() |
java.lang.String |
getIndexFile() |
getFixedChildren, getHandlers, getName, getVariableChildpublic StaticRouteNode(java.lang.String name,
java.util.Map<java.lang.String,? extends ws.osiris.core.RouteNode<T>> fixedChildren,
Auth auth,
java.lang.String indexFile)
Node representing an endpoint serving static files from S3.
public Auth getAuth()
public java.lang.String getIndexFile()