Uses of Interface
dev.sympho.modular_commands.api.command.parameter.parse.AttachmentDataParser.Resources.HttpClientRetriever
Packages that use AttachmentDataParser.Resources.HttpClientRetriever
Package
Description
Interfaces defining how received arguments are parsed.
-
Uses of AttachmentDataParser.Resources.HttpClientRetriever in dev.sympho.modular_commands.api.command.parameter.parse
Fields in dev.sympho.modular_commands.api.command.parameter.parse declared as AttachmentDataParser.Resources.HttpClientRetrieverModifier and TypeFieldDescriptionstatic final AttachmentDataParser.Resources.HttpClientRetriever
AttachmentDataParser.Resources.DEFAULT_CLIENT_GETTER
The defaultHTTP client getter
.Methods in dev.sympho.modular_commands.api.command.parameter.parse that return AttachmentDataParser.Resources.HttpClientRetrieverModifier and TypeMethodDescriptionAttachmentDataParser.Resources.getClientGetter()
Retrieves the function to be used to obtain an HTTP client for fetching attachment data unless overriden by the parser.AttachmentDataParser.Resources.setClientGetter
(AttachmentDataParser.Resources.HttpClientRetriever getter) Sets the given function to be used to obtain an HTTP client for fetching attachment data unless overriden by the parser.AttachmentDataParser.Resources.setClientGetter
(Supplier<? extends reactor.netty.http.client.HttpClient> supplier) Sets the given supplier to be used to obtain an HTTP client for fetching attachment data unless overriden by the parser.AttachmentDataParser.Resources.setClientGetter
(reactor.netty.http.client.HttpClient client) Sets the given HTTP client to be used for fetching attachment data unless overriden by the parser.Methods in dev.sympho.modular_commands.api.command.parameter.parse with parameters of type AttachmentDataParser.Resources.HttpClientRetrieverModifier and TypeMethodDescriptionAttachmentDataParser.Resources.setClientGetter
(AttachmentDataParser.Resources.HttpClientRetriever getter) Sets the given function to be used to obtain an HTTP client for fetching attachment data unless overriden by the parser.