StatelessAwareTransportInterface
A transport that can carry the modern (SEP-2575) lifecycle as well as the handshake one.
Server::run() hands such a transport both dispatchers; deciding which of them answers is the transport's job, because the evidence is in the request it just read.
Tags
Table of Contents
Methods
- connectStateless() : void
Methods
connectStateless()
public
connectStateless(StatelessProtocol $protocol) : void
Parameters
- $protocol : StatelessProtocol