public final class Applications extends Object
Modifier and Type | Method and Description |
---|---|
static DescribedHttpApplication |
describedHttpApplication(Handler handler,
Factory<Buffer> storage,
ApiProducer<io.swagger.models.Swagger> apiProducer)
Create a simple
DescribedHttpApplication that just returns the provided arguments from the appropriate
methods. |
static HttpApplication |
simpleHttpApplication(Handler handler,
Factory<Buffer> storage)
Create a simple
HttpApplication that just returns the provided arguments from the appropriate methods. |
public static DescribedHttpApplication describedHttpApplication(Handler handler, Factory<Buffer> storage, ApiProducer<io.swagger.models.Swagger> apiProducer)
DescribedHttpApplication
that just returns the provided arguments from the appropriate
methods.handler
- The Handler
to wrap.storage
- The Factory
that will create temporary storage Buffer
s to handle the processing of
requests. If null
, a default buffer factory will be used.apiProducer
- The ApiProducer
to use to expose an OpenAPI API Description.HttpApplication
.public static HttpApplication simpleHttpApplication(Handler handler, Factory<Buffer> storage)
HttpApplication
that just returns the provided arguments from the appropriate methods.handler
- The Handler
to wrap.storage
- The Factory
that will create temporary storage Buffer
s to handle the processing of
requests. If null
, a default buffer factory will be used.HttpApplication
.Copyright © 2010-2018, ForgeRock All Rights Reserved.