Uses of Interface
org.forgerock.util.Factory
Packages that use Factory
Package
Description
Models and manages elements of the Hypertext Transfer Protocol.
Core
Handler implementations.Provides stream buffering, branching, and storage functions.
JSON resource Commons HTTP Framework integration.
Contains components and APIs used to serve static resources.
Integrates with the ForgeRock HTTP Framework.
Provides stream buffering, branching, and storage functions.
Provides common interfaces and classes.
-
Uses of Factory in org.forgerock.http
Methods in org.forgerock.http that return FactoryMethods in org.forgerock.http with parameters of type FactoryModifier and TypeMethodDescriptionstatic DescribedHttpApplicationApplications.describedHttpApplication(Handler handler, Factory<Buffer> storage, ApiProducer<io.swagger.models.Swagger> apiProducer) Create a simpleDescribedHttpApplicationthat just returns the provided arguments from the appropriate methods.static HttpApplicationApplications.simpleHttpApplication(Handler handler, Factory<Buffer> storage) Create a simpleHttpApplicationthat just returns the provided arguments from the appropriate methods. -
Uses of Factory in org.forgerock.http.handler
Fields in org.forgerock.http.handler with type parameters of type FactoryModifier and TypeFieldDescriptionHttpClientHandler.OPTION_TEMPORARY_STORAGESpecifies the temporary storage that should be used for storing HTTP responses. -
Uses of Factory in org.forgerock.http.io
Methods in org.forgerock.http.io that return FactoryModifier and TypeMethodDescriptionIO.newTemporaryStorage()Creates a new storage using the system dependent default temporary directory and default sizes.IO.newTemporaryStorage(File directory) Builds a storage using the given directory (may be null) and default sizes.IO.newTemporaryStorage(File directory, int initialLength, int memoryLimit, int fileLimit) Builds a storage using the given directory (may be null) and provided sizes.Methods in org.forgerock.http.io with parameters of type FactoryModifier and TypeMethodDescriptionstatic BranchingInputStreamIO.newBranchingInputStream(InputStream in, Factory<Buffer> bufferFactory) Creates a new branching input stream to wrap another input stream.Constructors in org.forgerock.http.io with parameters of type FactoryModifierConstructorDescriptionPipeBufferedStream(Factory<Buffer> bufferFactory) Constructs a newPipeBufferedStreamwith the givenFactory. -
Uses of Factory in org.forgerock.json.resource.http
Methods in org.forgerock.json.resource.http with parameters of type FactoryModifier and TypeMethodDescriptionstatic HandlerCrestHttp.newHttpHandler(CrestApplication application, HttpContextFactory factory, Factory<Buffer> bufferFactory) Creates a new JSON resource HTTP handler with the provided CREST request handler.static HandlerCrestHttp.newHttpHandler(CrestApplication application, Context context, Factory<Buffer> bufferFactory) Creates a new JSON resource HTTP handler with the provided CREST request handler.static HandlerCrestHttp.newHttpHandler(CrestApplication application, Factory<Buffer> bufferFactory) Creates a new JSON resource HTTP handler with the provided CREST request handler. -
Uses of Factory in org.forgerock.openig.handler.resources
Constructors in org.forgerock.openig.handler.resources with parameters of type FactoryModifierConstructorDescriptionResourceHandler(Factory<Buffer> storage, List<ResourceSet> sets, List<String> welcomePages) Creates a newResourceHandlerwith the givensetsofResourceSetand the list of welcome pages mappings. -
Uses of Factory in org.forgerock.openig.http
Methods in org.forgerock.openig.http that return FactoryModifier and TypeMethodDescriptionBaseAdminHttpApplication.getBufferFactory()GatewayHttpApplication.getBufferFactory() -
Uses of Factory in org.forgerock.openig.io
Methods in org.forgerock.openig.io that return Factory -
Uses of Factory in org.forgerock.util
Fields in org.forgerock.util declared as FactoryModifier and TypeFieldDescriptionLazyList.factoryFactory to create the instance of the list to expose.LazyMap.factoryFactory to create the instance of the map to expose.Constructors in org.forgerock.util with parameters of type Factory