| Package | Description |
|---|---|
| org.red5.server.messaging |
| Modifier and Type | Method and Description |
|---|---|
PipeConnectionEvent.EventType |
PipeConnectionEvent.getType()
Return event type
|
static PipeConnectionEvent.EventType |
PipeConnectionEvent.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipeConnectionEvent.EventType[] |
PipeConnectionEvent.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PipeConnectionEvent |
PipeConnectionEvent.build(AbstractPipe source,
PipeConnectionEvent.EventType type,
IConsumer consumer,
Map<String,Object> paramMap)
Builds a PipeConnectionEvent with a source pipe and consumer.
|
static PipeConnectionEvent |
PipeConnectionEvent.build(AbstractPipe source,
PipeConnectionEvent.EventType type,
IProvider provider,
Map<String,Object> paramMap)
Builds a PipeConnectionEvent with a source pipe and provider.
|
protected void |
AbstractPipe.fireConsumerConnectionEvent(IConsumer consumer,
PipeConnectionEvent.EventType type,
Map<String,Object> paramMap)
Broadcast consumer connection event
|
protected void |
AbstractPipe.fireProviderConnectionEvent(IProvider provider,
PipeConnectionEvent.EventType type,
Map<String,Object> paramMap)
Broadcast provider connection event
|
Copyright © 2005–2017 Red5. All rights reserved.