| Package | Description |
|---|---|
| org.asteriskjava.fastagi.internal | |
| org.asteriskjava.manager.internal | |
| org.asteriskjava.util | |
| org.asteriskjava.util.internal |
| Constructor and Description |
|---|
FastAgiConnectionHandler(MappingStrategy mappingStrategy,
SocketConnectionFacade socket,
AgiChannelFactory agiChannelFactory)
Creates a new FastAGIConnectionHandler to handle the given FastAGI socket
connection.
|
| Modifier and Type | Method and Description |
|---|---|
protected SocketConnectionFacade |
ManagerConnectionImpl.createSocket() |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagerWriter.setSocket(SocketConnectionFacade socket)
Sets the socket to use for writing to Asterisk.
|
void |
ManagerReader.setSocket(SocketConnectionFacade socket)
Sets the socket to use for reading from the asterisk server.
|
void |
ManagerReaderImpl.setSocket(SocketConnectionFacade socket)
Sets the socket to use for reading from the asterisk server.
|
void |
ManagerWriterImpl.setSocket(SocketConnectionFacade socket) |
| Modifier and Type | Method and Description |
|---|---|
SocketConnectionFacade |
ServerSocketFacade.accept()
Waits for a new incoming connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SocketConnectionFacadeImpl
Default implementation of the SocketConnectionFacade interface using java.io.
|
| Modifier and Type | Method and Description |
|---|---|
SocketConnectionFacade |
ServerSocketFacadeImpl.accept() |
Copyright © 2018. All rights reserved.