Modifier and Type | Class and Description |
---|---|
class |
AbstractLocker |
class |
LockableServiceSupport
Helper class for working with services that requires locking
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryJobSchedulerStore
An in-memory JobSchedulerStore implementation used for Brokers that have persistence
disabled or when the JobSchedulerStore usage doesn't require a file or DB based store
implementation allowing for better performance.
|
Modifier and Type | Field and Description |
---|---|
protected ServiceSupport |
NetworkConnector.serviceSupport |
Modifier and Type | Class and Description |
---|---|
class |
SharedFileLocker
Represents an exclusive lock on a database to avoid multiple brokers running
against the same logical database.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractKahaDBStore |
class |
KahaDBPersistenceAdapter
An implementation of
PersistenceAdapter designed for use with
KahaDB - Embedded Lightweight Non-Relational Database |
class |
KahaDBStore |
class |
MessageDatabase |
class |
MultiKahaDBPersistenceAdapter
An implementation of
PersistenceAdapter that supports
distribution of destinations across multiple kahaDB persistence adapters |
Modifier and Type | Class and Description |
---|---|
class |
PListStoreImpl |
Modifier and Type | Class and Description |
---|---|
class |
JobSchedulerImpl |
class |
JobSchedulerStoreImpl |
Modifier and Type | Class and Description |
---|---|
class |
Scheduler |
Modifier and Type | Class and Description |
---|---|
class |
TransportServerSupport
A useful base class for implementations of
TransportServer |
class |
TransportServerThreadSupport
A useful base class for implementations of
TransportServer which uses
a background thread to accept new connections. |
class |
TransportSupport
A useful base class for transport implementations.
|
class |
TransportThreadSupport
A useful base class for a transport implementation which has a background
reading thread.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoSslTransportServer
An SSL TransportServer.
|
class |
AutoTcpTransportServer
A TCP based implementation of
TransportServer |
Modifier and Type | Class and Description |
---|---|
class |
AutoNIOSSLTransportServer
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
AutoNIOTransport |
Modifier and Type | Class and Description |
---|---|
class |
MQTTNIOSSLTransport |
class |
MQTTNIOTransport
An implementation of the
Transport interface for using MQTT over NIO |
class |
MQTTPacketIdGenerator
Manages PUBLISH packet ids for clients.
|
Modifier and Type | Class and Description |
---|---|
class |
MulticastTransport
A multicast based transport.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoInitNioSSLTransport
This transport initializes the SSLEngine and reads the first command before
handing off to the detected transport.
|
class |
NIOSSLTransport |
class |
NIOSSLTransportServer |
class |
NIOTransport
An implementation of the
Transport interface using raw tcp/ip |
Modifier and Type | Class and Description |
---|---|
class |
SslTransport
A Transport class that uses SSL and client-side certificate authentication.
|
class |
SslTransportServer
An SSL TransportServer.
|
class |
TcpTransport
An implementation of the
Transport interface using raw tcp/ip |
class |
TcpTransportServer
A TCP based implementation of
TransportServer |
Modifier and Type | Class and Description |
---|---|
class |
UdpTransport
An implementation of the
Transport interface using raw UDP |
class |
UdpTransportServer
Deprecated.
|
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.