Uses of Class
org.mockserver.model.Headers
-
Packages that use Headers Package Description org.mockserver.model org.mockserver.serialization.deserializers.collections org.mockserver.serialization.model org.mockserver.testing.integration.mock -
-
Uses of Headers in org.mockserver.model
Methods in org.mockserver.model that return Headers Modifier and Type Method Description HeadersHeaders. clone()HeadersGrpcStreamResponse. getHeaders()HeadersHttpMessage. getHeaders()HeadersHttpRequest. getHeaders()HeadersHttpResponse. getHeaders()HeadersHttpSseResponse. getHeaders()static HeadersHeaders. headers(Header... headers)HeadersHeaders. withKeyMatchStyle(KeyMatchStyle keyMatchStyle)Methods in org.mockserver.model with parameters of type Headers Modifier and Type Method Description GrpcStreamResponseGrpcStreamResponse. withHeaders(Headers headers)THttpMessage. withHeaders(Headers headers)HttpRequestHttpRequest. withHeaders(Headers headers)HttpResponseHttpResponse. withHeaders(Headers headers)HttpSseResponseHttpSseResponse. withHeaders(Headers headers) -
Uses of Headers in org.mockserver.serialization.deserializers.collections
Methods in org.mockserver.serialization.deserializers.collections that return Headers Modifier and Type Method Description HeadersHeadersDeserializer. build() -
Uses of Headers in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return Headers Modifier and Type Method Description HeadersGrpcStreamResponseDTO. getHeaders()HeadersHttpRequestDTO. getHeaders()HeadersHttpResponseDTO. getHeaders()HeadersHttpSseResponseDTO. getHeaders()Methods in org.mockserver.serialization.model with parameters of type Headers Modifier and Type Method Description GrpcStreamResponseDTOGrpcStreamResponseDTO. setHeaders(Headers headers)HttpRequestDTOHttpRequestDTO. setHeaders(Headers headers)HttpResponseDTOHttpResponseDTO. setHeaders(Headers headers)HttpSseResponseDTOHttpSseResponseDTO. setHeaders(Headers headers) -
Uses of Headers in org.mockserver.testing.integration.mock
Methods in org.mockserver.testing.integration.mock that return Headers Modifier and Type Method Description static HeadersAbstractMockingIntegrationTestBase. filterHeaders(Collection<String> headersToIgnore, List<Header> headerList)
-