public static class ServerRuntime.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ServerRuntime |
build(org.glassfish.jersey.process.internal.Stage<org.glassfish.jersey.server.internal.process.RequestProcessingContext> processingRoot,
ApplicationEventListener eventListener,
org.glassfish.jersey.server.internal.ProcessingProviders processingProviders)
Create new server-side request processing runtime.
|
public ServerRuntime build(org.glassfish.jersey.process.internal.Stage<org.glassfish.jersey.server.internal.process.RequestProcessingContext> processingRoot, ApplicationEventListener eventListener, org.glassfish.jersey.server.internal.ProcessingProviders processingProviders)
processingRoot
- application request processing root stage.eventListener
- application event listener registered for this runtime.processingProviders
- application processing providers.Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.