org.mockserver.model
Class HttpObjectCallback

java.lang.Object
  extended by org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
      extended by org.mockserver.model.ObjectWithJsonToString
          extended by org.mockserver.model.Action
              extended by org.mockserver.model.HttpObjectCallback

public class HttpObjectCallback
extends Action

Author:
jamesdbloom

Nested Class Summary
 
Nested classes/interfaces inherited from class org.mockserver.model.Action
Action.Type
 
Field Summary
 
Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
logger
 
Constructor Summary
HttpObjectCallback()
           
 
Method Summary
 String getClientId()
           
 Action.Type getType()
           
 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
 
Methods inherited from class org.mockserver.model.ObjectWithJsonToString
toString
 
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
addFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpObjectCallback

public HttpObjectCallback()
Method Detail

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.