| Package | Description |
|---|---|
| org.mockserver.client.serialization.model | |
| org.mockserver.mock | |
| org.mockserver.mock.action | |
| org.mockserver.model |
| Modifier and Type | Method and Description |
|---|---|
HttpObjectCallback |
HttpObjectCallbackDTO.buildObject() |
| Constructor and Description |
|---|
HttpObjectCallbackDTO(HttpObjectCallback httpObjectCallback) |
| 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(HttpObjectCallback httpObjectCallback,
HttpRequest request,
ResponseWriter responseWriter) |
void |
HttpForwardObjectCallbackActionHandler.handle(HttpObjectCallback httpObjectCallback,
HttpRequest request,
ResponseWriter responseWriter,
boolean synchronous) |
| 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
|
Copyright © 2018. All rights reserved.