Class RequestProcessingConfigurator.AsyncContextFactory
- java.lang.Object
-
- org.glassfish.jersey.server.internal.process.RequestProcessingConfigurator.AsyncContextFactory
-
- All Implemented Interfaces:
java.util.function.Supplier<AsyncContext>
- Enclosing class:
- RequestProcessingConfigurator
private static class RequestProcessingConfigurator.AsyncContextFactory extends java.lang.Object implements java.util.function.Supplier<AsyncContext>
-
-
Field Summary
Fields Modifier and Type Field Description private RequestProcessingContextReference
reference
-
Constructor Summary
Constructors Modifier Constructor Description private
AsyncContextFactory(RequestProcessingContextReference reference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncContext
get()
-
-
-
Field Detail
-
reference
private final RequestProcessingContextReference reference
-
-
Constructor Detail
-
AsyncContextFactory
@Inject private AsyncContextFactory(RequestProcessingContextReference reference)
-
-
Method Detail
-
get
public AsyncContext get()
- Specified by:
get
in interfacejava.util.function.Supplier<AsyncContext>
-
-