public class EEHttpServiceImplementation
extends org.mule.service.http.impl.service.HttpServiceImplementation
HttpService that uses Grizzly to create HttpServers and its Async HTTP Client provider to
create HttpClients, including a HostNameResolver to resolve host names.| Constructor and Description |
|---|
EEHttpServiceImplementation(org.mule.runtime.api.scheduler.SchedulerService schedulerService) |
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.service.http.impl.service.client.HttpClientConnectionManager |
createClientConnectionManager() |
protected org.mule.service.http.impl.service.server.HttpListenerConnectionManager |
createListenerConnectionManager(org.mule.runtime.api.scheduler.SchedulerService schedulerService) |
String |
getName() |
org.mule.runtime.http.api.ws.WebSocketBroadcaster |
newWebSocketBroadcaster() |
getClientFactory, getClientFactory, getRequestMatcherRegistryBuilder, getServerFactory, getServerFactory, start, stoppublic EEHttpServiceImplementation(org.mule.runtime.api.scheduler.SchedulerService schedulerService)
protected org.mule.service.http.impl.service.client.HttpClientConnectionManager createClientConnectionManager()
createClientConnectionManager in class org.mule.service.http.impl.service.HttpServiceImplementationprotected org.mule.service.http.impl.service.server.HttpListenerConnectionManager createListenerConnectionManager(org.mule.runtime.api.scheduler.SchedulerService schedulerService)
createListenerConnectionManager in class org.mule.service.http.impl.service.HttpServiceImplementationpublic org.mule.runtime.http.api.ws.WebSocketBroadcaster newWebSocketBroadcaster()
public String getName()
getName in interface org.mule.runtime.api.meta.NamedObjectgetName in class org.mule.service.http.impl.service.HttpServiceImplementationCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.