public class ContextHttpServerFactoryAdapter extends Object implements org.mule.runtime.http.api.server.HttpServerFactory
ContextHttpServerFactory to a HttpServerFactory.| Modifier and Type | Field and Description |
|---|---|
static boolean |
USE_IO_SCHEDULER |
| Constructor and Description |
|---|
ContextHttpServerFactoryAdapter(String context,
Optional<String> parentContext,
ContextHttpServerFactory delegate,
Supplier<Long> shutdownTimeout) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.http.api.server.HttpServer |
create(org.mule.runtime.http.api.server.HttpServerConfiguration configuration) |
org.mule.runtime.http.api.server.HttpServer |
lookup(String name) |
public static final boolean USE_IO_SCHEDULER
public org.mule.runtime.http.api.server.HttpServer create(org.mule.runtime.http.api.server.HttpServerConfiguration configuration)
throws org.mule.runtime.http.api.server.ServerCreationException
create in interface org.mule.runtime.http.api.server.HttpServerFactoryorg.mule.runtime.http.api.server.ServerCreationExceptionpublic org.mule.runtime.http.api.server.HttpServer lookup(String name) throws org.mule.runtime.http.api.server.ServerNotFoundException
lookup in interface org.mule.runtime.http.api.server.HttpServerFactoryorg.mule.runtime.http.api.server.ServerNotFoundExceptionCopyright © 2003–2020 MuleSoft, Inc.. All rights reserved.