org.glassfish.jersey.server.internal.process
Class AsyncContext.Factory
java.lang.Object
org.glassfish.jersey.server.internal.process.AsyncContext.Factory
- All Implemented Interfaces:
- org.glassfish.hk2.api.Factory<AsyncContext>
- Enclosing interface:
- AsyncContext
public static class AsyncContext.Factory
- extends Object
- implements org.glassfish.hk2.api.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 org.glassfish.hk2.api.Factory<AsyncContext>
dispose
public void dispose(AsyncContext instance)
- Specified by:
dispose in interface org.glassfish.hk2.api.Factory<AsyncContext>
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.