Package | Description |
---|---|
com.pushtechnology.diffusion.api.publisher |
Diffusion Internal Publisher API.
|
com.pushtechnology.diffusion.api.webserver |
Diffusion Web Server API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientListener
This is the interface for listeners to client related events.
|
interface |
MultiplexerLatencyListener
Listener for multiplexer latency notifications.
|
interface |
XMLPropertiesListener
Deprecated.
since 5.5; in future releases XMLPropertiesEvents will no longer
be generated
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultClientListener
This is a default implementation of
ClientListener which may be
extended to implement only those event notifications that you wish to
process. |
Modifier and Type | Method and Description |
---|---|
static void |
Publishers.addEventListener(ServerEventListener listener)
Add a single threaded event listener to receive all event notifications.
|
static void |
Publishers.addEventListener(ServerEventListener listener,
int notificationMask)
Add a single threaded event listener to receive selected event
notifications.
|
static void |
Publishers.addEventListener(ServerEventListener listener,
ThreadPool threadPool,
int notificationMask)
Add an event listener.
|
static void |
Publishers.removeEventListener(ServerEventListener listener)
Remove an event listener.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HTTPRequestListener
This is the interface for listeners to HTTP related events.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.