Interface Response
- All Superinterfaces:
AutoCloseable,Headers
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Field Summary
Fields inherited from interface org.eclipse.tycho.p2maven.transport.Headers
CACHE_CONTROL_HEADER, ENCODING_GZIP, ENCODING_IDENTITY, ETAG_HEADER, EXPIRES_HEADER, HEADER_ACCEPT_ENCODING, HEADER_CONTENT_ENCODING, LAST_MODIFIED_HEADER, MAX_AGE_DIRECTIVE, MUST_REVALIDATE_DIRECTIVE -
Method Summary
Modifier and TypeMethodDescriptiondefault voidtransferTo(OutputStream outputStream) voidtransferTo(OutputStream outputStream, Response.ContentEncoding transportEncoding) Methods inherited from interface org.eclipse.tycho.p2maven.transport.Headers
checkResponseCode, close, getHeader, getLastModified, getURI, headers, statusCode
-
Method Details
-
transferTo
- Throws:
IOException
-
transferTo
void transferTo(OutputStream outputStream, Response.ContentEncoding transportEncoding) throws IOException - Throws:
IOException
-