Modifier and Type | Method and Description |
---|---|
Factory<Buffer> |
AuditHttpApplication.getBufferFactory() |
Modifier and Type | Method and Description |
---|---|
Factory<Buffer> |
AuthzHttpApplication.getBufferFactory() |
Modifier and Type | Method and Description |
---|---|
Factory<Buffer> |
JaspiHttpApplication.getBufferFactory() |
Modifier and Type | Method and Description |
---|---|
Factory<Buffer> |
HttpApplication.getBufferFactory()
|
Modifier and Type | Method and Description |
---|---|
static DescribedHttpApplication |
Applications.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 |
Applications.simpleHttpApplication(Handler handler,
Factory<Buffer> storage)
Create a simple
HttpApplication that just returns the provided arguments from the appropriate methods. |
Constructor and Description |
---|
AbstractHttpClient(Factory<Buffer> storage)
Base constructor for AHC
HttpClient drivers. |
Modifier and Type | Method and Description |
---|---|
static org.glassfish.grizzly.http.server.HttpHandler |
GrizzlySupport.newGrizzlyHttpHandler(Handler handler,
Factory<Buffer> storage)
Create a new Grizzly
HttpHandler from the given common HTTP Framework Handler . |
static org.glassfish.grizzly.http.server.HttpHandler |
GrizzlySupport.newGrizzlyHttpHandler(Handler handler,
Factory<Buffer> storage,
ApiProducer<io.swagger.models.Swagger> apiProducer)
Create a new Grizzly
HttpHandler from the given common HTTP Framework Handler . |
Modifier and Type | Field and Description |
---|---|
static Option<Factory<Buffer>> |
HttpClientHandler.OPTION_TEMPORARY_STORAGE
Specifies the temporary storage that should be used for storing HTTP
responses.
|
Modifier and Type | Method and Description |
---|---|
static Factory<Buffer> |
IO.newTemporaryStorage()
Creates a new storage using the system dependent default temporary
directory and default sizes.
|
static Factory<Buffer> |
IO.newTemporaryStorage(File directory)
Builds a storage using the given directory (may be null) and
default sizes.
|
static Factory<Buffer> |
IO.newTemporaryStorage(File directory,
int initialLength,
int memoryLimit,
int fileLimit)
Builds a storage using the given directory (may be null) and
provided sizes.
|
Modifier and Type | Method and Description |
---|---|
static BranchingInputStream |
IO.newBranchingInputStream(InputStream in,
Factory<Buffer> bufferFactory)
Creates a new branching input stream to wrap another input stream.
|
Constructor and Description |
---|
PipeBufferedStream(Factory<Buffer> bufferFactory)
Constructs a new
PipeBufferedStream with the given Factory . |
Modifier and Type | Method and Description |
---|---|
Factory<Buffer> |
ExampleHttpApplication.getBufferFactory() |
Modifier and Type | Method and Description |
---|---|
Factory<Buffer> |
CrestHttpApplication.getBufferFactory() |
Modifier and Type | Class and Description |
---|---|
static class |
GroovyScript.InnerListFactory |
static class |
GroovyScript.InnerMapFactory |
Modifier and Type | Method and Description |
---|---|
protected Factory<List<Object>> |
GroovyScript.InnerMapFactory.newListFactory(List<Object> source) |
protected Factory<List<Object>> |
GroovyScript.InnerListFactory.newListFactory(List<Object> source) |
protected Factory<Map<String,Object>> |
GroovyScript.InnerMapFactory.newMapFactory(Map<String,Object> source) |
protected Factory<Map<String,Object>> |
GroovyScript.InnerListFactory.newMapFactory(Map<String,Object> source) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFactory<T>
An AbstractFactory does ...
|
static class |
AbstractFactory.ListFactory |
static class |
AbstractFactory.MapFactory |
Modifier and Type | Method and Description |
---|---|
protected abstract Factory<List<Object>> |
AbstractFactory.newListFactory(List<Object> source) |
protected abstract Factory<Map<String,Object>> |
AbstractFactory.newMapFactory(Map<String,Object> source) |
Modifier and Type | Method and Description |
---|---|
Factory<Buffer> |
ExampleSelfServiceApplication.getBufferFactory() |
Modifier and Type | Field and Description |
---|---|
protected Factory<Map<K,V>> |
LazyMap.factory
Factory to create the instance of the map to expose.
|
protected Factory<List<E>> |
LazyList.factory
Factory to create the instance of the list to expose.
|
Constructor and Description |
---|
LazyList(Factory<List<E>> factory)
Constructs a new lazy list.
|
LazyMap(Factory<Map<K,V>> factory)
Constructs a new lazy map.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.