ProcessHttpOutgoingInterface
extends
MiddlewareInterface
in
WebSocket\Middleware\ProcessHttpOutgoingInterface interface.
Interface for outgoing middleware implementations.
Table of Contents
Methods
- __toString() : string
- processHttpOutgoing() : Message
Methods
__toString()
public
__toString() : string
Return values
stringprocessHttpOutgoing()
public
processHttpOutgoing(ProcessHttpStack $stack, Connection $connection, Message $message) : Message
Parameters
- $stack : ProcessHttpStack
- $connection : Connection
- $message : Message