@NoImplement
public interface HttpService
extends org.mule.runtime.api.service.Service
| Modifier and Type | Method and Description |
|---|---|
HttpClientFactory |
getClientFactory() |
RequestMatcherRegistry.RequestMatcherRegistryBuilder |
getRequestMatcherRegistryBuilder() |
HttpServerFactory |
getServerFactory() |
default WebSocketBroadcaster |
newWebSocketBroadcaster()
Returns a new
WebSocketBroadcaster. |
HttpServerFactory getServerFactory()
HttpServerFactory capable of creating HttpServers.HttpClientFactory getClientFactory()
HttpClientFactory capable of creating HttpClients.RequestMatcherRegistry.RequestMatcherRegistryBuilder getRequestMatcherRegistryBuilder()
RequestMatcherRegistries.default WebSocketBroadcaster newWebSocketBroadcaster()
WebSocketBroadcaster. Instances are not be assumed reusable. Unless specific implementation says
otherwise, create a new broadcaster per each message to be broadcasted.WebSocketBroadcasterCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.