Package discord4j.oauth2
Class DiscordOAuth2Server.OAuth2ServerHandler
- java.lang.Object
-
- discord4j.oauth2.DiscordOAuth2Server.OAuth2ServerHandler
-
- All Implemented Interfaces:
Interactions.ReactorNettyServerHandler
,BiFunction<HttpServerRequest,HttpServerResponse,Publisher<Void>>
- Enclosing class:
- DiscordOAuth2Server
public class DiscordOAuth2Server.OAuth2ServerHandler extends Object implements Interactions.ReactorNettyServerHandler
-
-
Constructor Summary
Constructors Constructor Description OAuth2ServerHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Publisher<Void>
apply(HttpServerRequest req, HttpServerResponse res)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Method Detail
-
apply
public Publisher<Void> apply(HttpServerRequest req, HttpServerResponse res)
- Specified by:
apply
in interfaceBiFunction<HttpServerRequest,HttpServerResponse,Publisher<Void>>
-
-