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.voidonComplete(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.AbstractCallbackRunnerGet the callback contract supported by this callback runner.- Specified by:
getCallbackContractin classServerRuntime.AbstractCallbackRunner<javax.ws.rs.container.CompletionCallback>- Returns:
- callback contract supported by this callback runner.
-
onComplete
- Specified by:
onCompletein interfacejavax.ws.rs.container.CompletionCallback
-