Package | Description |
---|---|
org.mockserver.mock | |
org.mockserver.mock.action | |
org.mockserver.model | |
org.mockserver.serialization.model |
Modifier and Type | Method and Description |
---|---|
HttpObjectCallback |
Expectation.getHttpForwardObjectCallback() |
HttpObjectCallback |
Expectation.getHttpResponseObjectCallback() |
Modifier and Type | Method and Description |
---|---|
Expectation |
Expectation.thenForward(HttpObjectCallback httpObjectCallback) |
Expectation |
Expectation.thenRespond(HttpObjectCallback httpObjectCallback) |
Modifier and Type | Method and Description |
---|---|
void |
HttpResponseObjectCallbackActionHandler.handle(ActionHandler actionHandler,
HttpObjectCallback httpObjectCallback,
HttpRequest request,
ResponseWriter responseWriter,
boolean synchronous,
Runnable expectationPostProcessor) |
void |
HttpForwardObjectCallbackActionHandler.handle(ActionHandler actionHandler,
HttpObjectCallback httpObjectCallback,
HttpRequest request,
ResponseWriter responseWriter,
boolean synchronous,
Runnable expectationPostProcessor) |
Modifier and Type | Method and Description |
---|---|
HttpObjectCallback |
HttpObjectCallback.withActionType(Action.Type actionType) |
HttpObjectCallback |
HttpObjectCallback.withClientId(String clientId)
The client id of the web socket client that will handle the callback
|
HttpObjectCallback |
HttpObjectCallback.withResponseCallback(Boolean responseCallback) |
Modifier and Type | Method and Description |
---|---|
HttpObjectCallback |
HttpObjectCallbackDTO.buildObject() |
Constructor and Description |
---|
HttpObjectCallbackDTO(HttpObjectCallback httpObjectCallback) |
Copyright © 2020. All rights reserved.