Package com.hivemq.extension.sdk.api.client.parameter

  • Interface Summary 
    Interface Description
    ClientInformation
    The client information contains specific data for a client.
    ConnectionAttributeStore
    Through this service an extension can manage client connection attributes with the same lifetime as the connection.
    ConnectionInformation
    The connection information contains specific data for the established connection of a client.
    InitializerInput
    This interface can be used to provide additional information in an initializer.
    Listener
    Holds information about the listener a client uses for a connection to HiveMQ.
    ProxyInformation
    This class encapsulates all information that is forwarded by a load balancer which uses the PROXY protocol.
    ServerInformation
    The server information contains specific data about HiveMQ instance the extensions runs in.
    TlsInformation
    The TLS information contains specific data about the TLS connection, should the client use TLS.
  • Enum Summary 
    Enum Description
    ListenerType
    The type of a Listener.