Package org.glassfish.jersey.server
Class ServerRuntime.CompletionCallbackRunner
java.lang.Object
org.glassfish.jersey.server.ServerRuntime.AbstractCallbackRunner<javax.ws.rs.container.CompletionCallback>
org.glassfish.jersey.server.ServerRuntime.CompletionCallbackRunner
- All Implemented Interfaces:
javax.ws.rs.container.CompletionCallback
- Enclosing class:
- ServerRuntime
private static class ServerRuntime.CompletionCallbackRunner
extends ServerRuntime.AbstractCallbackRunner<javax.ws.rs.container.CompletionCallback>
implements javax.ws.rs.container.CompletionCallback
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>
Get the callback contract supported by this callback runner.void
onComplete
(Throwable throwable) Methods inherited from class org.glassfish.jersey.server.ServerRuntime.AbstractCallbackRunner
executeCallbacks, register, supports
-
Field Details
-
LOGGER
-
-
Constructor Details
-
CompletionCallbackRunner
private CompletionCallbackRunner()
-
-
Method Details
-
getCallbackContract
Description copied from class:ServerRuntime.AbstractCallbackRunner
Get the callback contract supported by this callback runner.- Specified by:
getCallbackContract
in classServerRuntime.AbstractCallbackRunner<javax.ws.rs.container.CompletionCallback>
- Returns:
- callback contract supported by this callback runner.
-
onComplete
- Specified by:
onComplete
in interfacejavax.ws.rs.container.CompletionCallback
-