| Package | Description |
|---|---|
| org.asteriskjava.fastagi.internal | |
| org.asteriskjava.manager.event |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncAgiConnectionHandler.onAsyncAgiEndEvent(AsyncAgiEvent event) |
void |
AsyncAgiConnectionHandler.onAsyncAgiExecEvent(AsyncAgiEvent event) |
| Constructor and Description |
|---|
AsyncAgiConnectionHandler(MappingStrategy mappingStrategy,
AsyncAgiEvent asyncAgiStartEvent,
AgiChannelFactory agiChannelFactory)
Creates a new FastAGIConnectionHandler to handle the given FastAGI socket
connection.
|
| Constructor and Description |
|---|
AsyncAgiReader(ManagerConnection connection,
List<String> environment,
BlockingQueue<AsyncAgiEvent> asyncAgiEvents) |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncAgiEndEvent
Created by plhk on 1/15/15.
|
class |
AsyncAgiExecEvent
Created by plhk on 1/15/15.
|
class |
AsyncAgiStartEvent
Created by plhk on 1/15/15.
|
Copyright © 2018. All rights reserved.