Toggle navigation
Home
org.eclipse.jetty.toolchain.test.http.SimpleHttpResponse to org.eclipse.jetty.http.HttpTester.Response
No. of Instances - 71
No. of Commits - 2
No. of Projects - {'jetty.project'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
input
to
sslSocket.getInputStream()
response.getBody()
to
response.getContent()
response.getBody()
to
response.getContent()
response.getBody()
to
response.getContent()
response.getBody()
to
response.getContent()
response.getBody()
to
response.getContent()
response.getBody()
to
response.getStatus()
input
to
sslSocket.getInputStream()
response.getBody()
to
response.getContent()
response.getHeaders().containsKey("Proxy-Authenticate".toLowerCase(Locale.ENGLISH))
to
response.containsKey("Proxy-Authenticate".toLowerCase(Locale.ENGLISH))
response.getBody()
to
response.getContent()
response.getBody()
to
response.getContent()
response.getBody()
to
response.getContent()
response.getBody()
to
response.getContent()
response.getBody()
to
response.getContent()
response.getBody()
to
response.getContent()
response.getBody()
to
response.getContent()
response.getBody()
to
response.getContent()
response.getBody()
to
response.getContent()
response.getCode()
to
response.getStatus()
is("500")
to
is(500)
response.getHeaders().get(headerName)
to
response.get(headerName)
response.getBody()
to
response.getContent()
Other
"POST /echo?param=" + i + "\r\nHELLO"
to
HttpStatus.OK_200