Uses of Class
htmlcompiler.pojos.httpmock.Header
Packages that use Header
-
Uses of Header in htmlcompiler.pojos.httpmock
Fields in htmlcompiler.pojos.httpmock with type parameters of type HeaderModifier and TypeFieldDescriptionMockVirtualHost.IMAGE_JPEGMockVirtualHost.JSON_CONTENTMockVirtualHost.NO_HEADERSMockVirtualHost.TEXT_CONTENTMockVirtualHost.TEXT_CSSMethods in htmlcompiler.pojos.httpmock that return types with arguments of type HeaderModifier and TypeMethodDescriptionMockVirtualHost.newRecordsHeader(int count) MockVirtualHost.redirectHeader(String path) Method parameters in htmlcompiler.pojos.httpmock with type arguments of type HeaderModifier and TypeMethodDescriptionMockVirtualHost.request(String method, String path, int statusCode, List<Header> headers, Object body) MockVirtualHost.request(String method, String path, int statusCode, List<Header> headers, String body) Constructor parameters in htmlcompiler.pojos.httpmock with type arguments of type Header