| Package | Description |
|---|---|
| com.mixer.interactive |
Provides all interfaces and classes related to implementing the Interactive 2.0 specification.
|
| com.mixer.interactive.exception |
Provides exception classes related to the Interactive service.
|
| com.mixer.interactive.gson |
Contains custom type adapters for use in serializing/de-serializing Json using Gson.
|
| com.mixer.interactive.protocol |
Provides classes for implementing Interactive 2.0's network protocol.
|
| com.mixer.interactive.services |
Contains classes that act as service providers for the client.
|
| com.mixer.interactive.ws |
Contains all classes and interfaces related to the use of websockets to communicate with the Interactive service.
|
| Class and Description |
|---|
| InteractiveMethod
Enum containing all the methods supported by the Interactive service.
|
| Class and Description |
|---|
| InteractiveError
A
InteractiveError represents the error object that could be returned as part of a
ReplyPacket. |
| MethodPacket
A
MethodPacket represents a request for the recipient (which could either be the Interactive service
or a client) to perform an action. |
| Class and Description |
|---|
| InteractivePacket
The class
InteractivePacket is the superclass of all packet classes representing messages to and from
the Interactive service. |
| Class and Description |
|---|
| InteractiveError
A
InteractiveError represents the error object that could be returned as part of a
ReplyPacket. |
| InteractiveMethod
Enum containing all the methods supported by the Interactive service.
|
| InteractivePacket
The class
InteractivePacket is the superclass of all packet classes representing messages to and from
the Interactive service. |
| Class and Description |
|---|
| InteractiveMethod
Enum containing all the methods supported by the Interactive service.
|
| MethodPacket
A
MethodPacket represents a request for the recipient (which could either be the Interactive service
or a client) to perform an action. |
| ReplyPacket
A
ReplyPacket represents a reply to a request to perform an action. |
| Class and Description |
|---|
| ReplyPacket
A
ReplyPacket represents a reply to a request to perform an action. |
Copyright © 2018. All rights reserved.