Class QOAuthHttpServerReplyHandler

All Implemented Interfaces:
QtObjectInterface, QtSignalBlockerInterface, QtSignalEmitterInterface, QtThreadAffineInterface

public class QOAuthHttpServerReplyHandler extends QOAuthOobReplyHandler

Java wrapper for Qt class QOAuthHttpServerReplyHandler

  • Field Details

    • staticMetaObject

      public static final QMetaObject staticMetaObject
      This variable stores the meta-object for the class.
  • Constructor Details

    • QOAuthHttpServerReplyHandler

      public QOAuthHttpServerReplyHandler()

      Overloaded constructor for

      invalid @link
      {@link #(io.qt.core.QObject)
      } with parent = null.

    • QOAuthHttpServerReplyHandler

      public QOAuthHttpServerReplyHandler(QObject parent)
    • QOAuthHttpServerReplyHandler

      public QOAuthHttpServerReplyHandler(QHostAddress address, short port)

      Overloaded constructor for

      invalid @link
      {@link #(io.qt.network.QHostAddress, short, io.qt.core.QObject)
      } with parent = null.

    • QOAuthHttpServerReplyHandler

      public QOAuthHttpServerReplyHandler(QHostAddress address, short port, QObject parent)
    • QOAuthHttpServerReplyHandler

      public QOAuthHttpServerReplyHandler(short port)

      Overloaded constructor for

      invalid @link
      {@link #(short, io.qt.core.QObject)
      } with parent = null.

    • QOAuthHttpServerReplyHandler

      public QOAuthHttpServerReplyHandler(short port, QObject parent)
    • QOAuthHttpServerReplyHandler

      protected QOAuthHttpServerReplyHandler(QtObject.QPrivateConstructor p)
      Constructor for internal use only.
      Parameters:
      p - expected to be null.
    • QOAuthHttpServerReplyHandler

      protected QOAuthHttpServerReplyHandler(QObject.QDeclarativeConstructor constructor)
      Constructor for internal use only. It is not allowed to call the declarative constructor from inside Java.
  • Method Details