Package dev.speakeasyapi.springboot
Class SpeakeasyServletResponse
java.lang.Object
dev.speakeasyapi.springboot.SpeakeasyServletResponse
- All Implemented Interfaces:
SpeakeasyResponse
-
Constructor Summary
ConstructorsConstructorDescriptionSpeakeasyServletResponse(javax.servlet.http.HttpServletResponse response, RequestResponseCaptureWatcher watcher) -
Method Summary
Modifier and TypeMethodDescriptiongetBodyText(String droppedText) getContentLength(boolean originalSize) getCookies(Instant startTime) int
-
Constructor Details
-
SpeakeasyServletResponse
public SpeakeasyServletResponse(javax.servlet.http.HttpServletResponse response, RequestResponseCaptureWatcher watcher)
-
-
Method Details
-
getHeaders
- Specified by:
getHeadersin interfaceSpeakeasyResponse
-
getCookies
- Specified by:
getCookiesin interfaceSpeakeasyResponse
-
getContentType
- Specified by:
getContentTypein interfaceSpeakeasyResponse
-
getBodyText
- Specified by:
getBodyTextin interfaceSpeakeasyResponse
-
getContentLength
- Specified by:
getContentLengthin interfaceSpeakeasyResponse
-
getStatus
public int getStatus()- Specified by:
getStatusin interfaceSpeakeasyResponse
-
getLocationHeader
- Specified by:
getLocationHeaderin interfaceSpeakeasyResponse
-
getHeaderSize
- Specified by:
getHeaderSizein interfaceSpeakeasyResponse
-