public class FastAgiConnectionHandler extends AgiConnectionHandler
AGI_CONNECTION_HANDLERS| 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 AgiReader |
createReader() |
protected AgiWriter |
createWriter() |
void |
release()
Release any open resources like closing a socket.
|
getChannel, getScript, getScriptName, isIgnoreMissingScripts, run, setIgnoreMissingScriptspublic FastAgiConnectionHandler(MappingStrategy mappingStrategy, SocketConnectionFacade socket, AgiChannelFactory agiChannelFactory)
mappingStrategy - the strategy to use to determine which script to run.socket - the socket connection to handle.agiChannelFactory - The factory to use for creating new AgiChannel instances.protected AgiReader createReader()
createReader in class AgiConnectionHandlerprotected AgiWriter createWriter()
createWriter in class AgiConnectionHandlerpublic void release()
AgiConnectionHandlerrelease in class AgiConnectionHandlerCopyright © 2004–2024. All rights reserved.