| Package | Description |
|---|---|
| io.spacebunny | |
| io.spacebunny.connection | |
| io.spacebunny.device | |
| io.spacebunny.util |
| Modifier and Type | Field and Description |
|---|---|
private ArrayList<SBProtocol> |
SpaceBunny.LiveStream.protocols |
| Modifier and Type | Method and Description |
|---|---|
SBProtocol |
SpaceBunny.Client.getDefaultProtocol() |
SBProtocol |
SpaceBunny.LiveStream.getDefaultProtocol() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<SBProtocol> |
SpaceBunny.Client.getProtocols() |
ArrayList<SBProtocol> |
SpaceBunny.LiveStream.getProtocols() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpaceBunny.Client.connect(SBProtocol protocol,
SpaceBunny.OnConnectedListener onConnectedListener)
Open RabbitMQ connection with SpaceBunny
|
| Modifier and Type | Field and Description |
|---|---|
private SBProtocol |
RabbitConnection.protocol |
| Constructor and Description |
|---|
RabbitConnection(SBProtocol protocol,
boolean tls) |
| Modifier and Type | Field and Description |
|---|---|
private ArrayList<SBProtocol> |
SBDevice.protocols |
private ArrayList<SBProtocol> |
SBDevice.Builder.protocols |
| Modifier and Type | Method and Description |
|---|---|
static SBProtocol |
SBProtocol.findProtocol(String name,
SBDevice device)
Find protocol by his name
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<SBProtocol> |
SBDevice.getProtocols() |
| Modifier and Type | Method and Description |
|---|---|
SBDevice.Builder |
SBDevice.Builder.setProtocols(ArrayList<SBProtocol> protocols) |
| Constructor and Description |
|---|
SBDevice(String device_name,
String device_id,
String secret,
ArrayList<SBProtocol> protocols,
ArrayList<SBChannel> channels,
String host,
String vhost) |
| Modifier and Type | Field and Description |
|---|---|
static SBProtocol |
Constants.DEFAULT_PROTOCOL |
Copyright © 2016. All rights reserved.