org.mockserver.model
Class HttpObjectCallback
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.model.ObjectWithJsonToString
org.mockserver.model.Action
org.mockserver.model.HttpObjectCallback
public class HttpObjectCallback
- extends Action
- Author:
- jamesdbloom
| Nested classes/interfaces inherited from class org.mockserver.model.Action |
Action.Type |
HttpObjectCallback
public HttpObjectCallback()
getType
public Action.Type getType()
- Specified by:
getType in class Action
getClientId
public String getClientId()
withClientId
public HttpObjectCallback withClientId(String clientId)
- The client id of the web socket client that will handle the callback
The client id must be for client with an open web socket,
if no client is found with id a 404 response will be returned
- Parameters:
clientId - client id of the web socket client that will handle the callback
Copyright © 2017. All rights reserved.