|
Asterisk-Java | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
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 Summary | |
---|---|
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. |
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. |
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.
|
Asterisk-Java | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |