class ChannelListener implements ListenerInterface
ChannelListener switches the HTTP protocol based on the access control configuration.
Methods
| __construct(AccessMapInterface $map, AuthenticationEntryPointInterface $authenticationEntryPoint, LoggerInterface $logger = null) | ||
|
handle(GetResponseEvent $event)
This interface must be implemented by firewall listeners. |
Details
at line 31
public
__construct(AccessMapInterface $map, AuthenticationEntryPointInterface $authenticationEntryPoint, LoggerInterface $logger = null)
at line 43
public
handle(GetResponseEvent $event)
This interface must be implemented by firewall listeners.