Class HttpWebSocketResponseDTO
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.serialization.model.HttpWebSocketResponseDTO
- All Implemented Interfaces:
DTO<HttpWebSocketResponse>
public class HttpWebSocketResponseDTO
extends ObjectWithReflectiveEqualsHashCodeToString
implements DTO<HttpWebSocketResponse>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDelay()booleansetCloseConnection(Boolean closeConnection) setGraphqlSubscriptionFilter(GraphQLBodyDTO graphqlSubscriptionFilter) setMatchers(List<WebSocketMessageMatcherDTO> matchers) setMessages(List<WebSocketMessageModelDTO> messages) setPrimary(boolean primary) setSubprotocol(String subprotocol) Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
-
Constructor Details
-
HttpWebSocketResponseDTO
-
HttpWebSocketResponseDTO
public HttpWebSocketResponseDTO()
-
-
Method Details
-
buildObject
- Specified by:
buildObjectin interfaceDTO<HttpWebSocketResponse>
-
getDelay
-
setDelay
-
getSubprotocol
-
setSubprotocol
-
getMessages
-
setMessages
-
getMatchers
-
setMatchers
-
getCloseConnection
-
setCloseConnection
-
getGraphqlSubscriptionFilter
-
setGraphqlSubscriptionFilter
public HttpWebSocketResponseDTO setGraphqlSubscriptionFilter(GraphQLBodyDTO graphqlSubscriptionFilter) -
isPrimary
public boolean isPrimary() -
setPrimary
-