JavaScript is disabled on your browser.
Skip navigation links
Component Runtime :: Testing :: HTTP - 1.65.0-SNAPSHOT
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.talend.sdk.component.junit.http.api
Interface Response
All Known Implementing Classes:
ResponseImpl
public interface
Response
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Map
<
String
,
String
>
headers
()
byte[]
payload
()
int
status
()
Method Details
headers
Map
<
String
,
String
>
headers
()
status
int
status
()
payload
byte[]
payload
()