See: Description
Interface | Description |
---|---|
Log |
Main interface used for logging throughout Asterisk-Java.
|
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.
|
Base64 |
Static methods for translating Base64 encoded strings to byte arrays
and vice-versa.
|
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.
|
LogFactory |
Facade to hide details of the underlying logging system.
|
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).
|
Provides various utility classes used throughout the library.
Client code is generally not supposed to use classes or interfaces in this packages with the exception of the logging support if they want to reuse Asterisk-Java's logging abstraction layer.
Copyright © 2004–2020. All rights reserved.