AppserverIo\Appserver\ServletEngine\Http\Request::getContext PHP Method

getContext() public method

Returns the context that allows access to session and server information.
public getContext ( ) : AppserverIo\Psr\Context\ContextInterface
return AppserverIo\Psr\Context\ContextInterface The request context
    public function getContext()
    {
        return $this->context;
    }