org.glassfish.jersey.server.internal.process
Class AsyncContext.Factory
java.lang.Object
org.glassfish.jersey.server.internal.process.AsyncContext.Factory
- All Implemented Interfaces:
- Factory<AsyncContext>
- Enclosing interface:
- AsyncContext
public static class AsyncContext.Factory
- extends Object
- implements Factory<AsyncContext>
Asynchronous processing context injection factory.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncContext.Factory
public AsyncContext.Factory()
provide
public AsyncContext provide()
- Specified by:
provide in interface Factory<AsyncContext>
dispose
public void dispose(AsyncContext instance)
- Specified by:
dispose in interface Factory<AsyncContext>
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.