| Interface | Description |
|---|---|
| ServerSocketFacade |
The ServerSocketFacade provides operations to accept client connections over
TCP/IP sockets.
|
| SocketConnectionFacade |
The SocketConnectionFacade provides read and write operation for
communication over TCP/IP sockets.
|
| Class | Description |
|---|---|
| AstState |
Utility methods related to channel state handling in Asterisk's
channel.c. |
| AstUtil |
Some static utility methods to imitate Asterisk specific logic.
|
| DaemonThreadFactory |
A ThreadFactory that creates daemon threads for use with an
Executor. |
| DateUtil |
Utility class to obtain the current date and allows to override with a fixed
value for unit testing.
|
| ReflectionUtil |
Utility class that provides helper methods for reflection that is used by the
fastagi and manager packages to access getter and setter methods.
|
| Enum | Description |
|---|---|
| MixMonitorDirection |
MixMonitorDirection Which part of the recording to mute: read, write or both
(from channel, to channel or both channels).
|
Copyright © 2018. All rights reserved.