- All Superinterfaces:
BiConsumer<QHttpServerRequest,
,QHttpServerResponder> QtObjectInterface
- Enclosing class:
QHttpServer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface QHttpServer.MissingHandler
extends QtObjectInterface, BiConsumer<QHttpServerRequest,QHttpServerResponder>
Java wrapper for Qt callable QHttpServer::MissingHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(QHttpServerRequest request, QHttpServerResponder responder) Methods inherited from interface java.util.function.BiConsumer
andThen
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
accept
- Specified by:
accept
in interfaceBiConsumer<QHttpServerRequest,
QHttpServerResponder>
-