- All Known Implementing Classes:
Request
public interface IRequest
-
Method Summary
Modifier and TypeMethodDescriptiondefault IOptional<ILifeTime,RuntimeException> default voidgetContent(IConsumer<InputStream, IOException> converter) default <T> TgetContent(IConverter<InputStream, T, IOException> converter) longgetHost()intgetPort()
-
Method Details
-
getMethodType
HttpMethodType getMethodType() -
getUriString
String getUriString() -
getAuthentication
IAuthentication getAuthentication() -
getParameters
IParameters getParameters() -
getContentLength
long getContentLength() -
getContent
IClosure<InputStream,IOException> getContent() -
getContent
- Throws:
IOException
-
getContent
- Throws:
IOException
-
getContentMimeType
String getContentMimeType() -
getContentCharset
String getContentCharset() -
getProperties
IParameters getProperties() -
getHost
String getHost() -
getPort
int getPort() -
getCacheTime
-