public class HTTPMockClientOperations extends Object
| Constructor and Description |
|---|
HTTPMockClientOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(HTTPMockClient client,
String url,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,HttpClientResponseAttributes> callback) |
void |
doPost(HTTPMockClient client,
String url,
String payload,
org.mule.runtime.api.util.MultiMap<String,String> requestHeaders,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,HttpClientResponseAttributes> callback) |
@MediaType(value="*/*",
strict=false)
public void doGet(@Connection
HTTPMockClient client,
String url,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,HttpClientResponseAttributes> callback)
@MediaType(value="*/*",
strict=false)
public void doPost(@Connection
HTTPMockClient client,
String url,
String payload,
org.mule.runtime.api.util.MultiMap<String,String> requestHeaders,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,HttpClientResponseAttributes> callback)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.