Package org.jreleaser.maven.plugin
Interface TimeoutAware
-
- All Known Subinterfaces:
Announcer,HttpUploader,Uploader
- All Known Implementing Classes:
Article,Artifactory,Discord,Discussions,Gitter,GoogleChat,Http,Mail,Mastodon,Mattermost,S3,SdkmanAnnouncer,Slack,Teams,Telegram,Twitter,Webhook,Zulip
public interface TimeoutAware- Since:
- 0.2.0
- Author:
- Andres Almiray
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetConnectTimeout()intgetReadTimeout()voidsetConnectTimeout(int timeout)voidsetReadTimeout(int timeout)
-