Interface HttpInterfaceManager
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,ExtendedHttpConfigurable,HttpConfigurable
- All Known Implementing Classes:
AbstractHttpInterfaceManager,SimpleHttpInterfaceManager,ThreadLocalHttpInterfaceManager
public interface HttpInterfaceManager extends ExtendedHttpConfigurable, java.io.Closeable
A thread-safe manager for HTTP interfaces.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpInterfacegetInterface()-
Methods inherited from interface com.sedmelluq.discord.lavaplayer.tools.http.ExtendedHttpConfigurable
setHttpContextFilter
-
Methods inherited from interface com.sedmelluq.discord.lavaplayer.tools.io.HttpConfigurable
configureBuilder, configureRequests
-
-
-
-
Method Detail
-
getInterface
HttpInterface getInterface()
- Returns:
- An HTTP interface for use by the current thread.
-
-