php-amqplib

Deprecated

Table of Contents

PhpAmqpLib/Channel/AbstractChannel.php
PhpAmqpLib/Connection/AbstractConnection.php
PhpAmqpLib/Connection/AMQPConnectionConfig.php
PhpAmqpLib/Connection/AMQPLazyConnection.php
PhpAmqpLib/Connection/AMQPLazySocketConnection.php
PhpAmqpLib/Connection/AMQPLazySSLConnection.php
PhpAmqpLib/Connection/AMQPSocketConnection.php
PhpAmqpLib/Connection/AMQPSSLConnection.php
PhpAmqpLib/Connection/AMQPStreamConnection.php
PhpAmqpLib/Wire/AMQPWriter.php
PhpAmqpLib/Wire/IO/SocketIO.php
PhpAmqpLib/Wire/IO/StreamIO.php

AbstractChannel.php

Line Element Reason
29 AbstractChannel::PROTOCOL_080
34 AbstractChannel::PROTOCOL_091

AbstractConnection.php

Line Element Reason
977 AbstractConnection::getIO()
1170 AbstractConnection::create_connection()

Use AMQPConnectionFactory.

AMQPConnectionConfig.php

Line Element Reason
355 AMQPConnectionConfig::getNetworkProtocol()

Use getSslCryptoMethod()

363 AMQPConnectionConfig::setNetworkProtocol()

Use setIsSecure() and setSslCryptoMethod()

77 AMQPConnectionConfig::$networkProtocol

Use sslCryptoMethod

AMQPLazyConnection.php

Line Element Reason
8 AMQPLazyConnection

AMQPStreamConnection can be lazy too. Use AMQPConnectionFactory with AMQPConnectionConfig::setIsLazy(true)

25 AMQPLazyConnection::create_connection()

Use ConnectionFactory

AMQPLazySocketConnection.php

Line Element Reason
8 AMQPLazySocketConnection

AMQPSocketConnection can be lazy too. Use AMQPConnectionFactory with AMQPConnectionConfig::setIsLazy(true)

25 AMQPLazySocketConnection::create_connection()

Use ConnectionFactory

AMQPLazySSLConnection.php

Line Element Reason
8 AMQPLazySSLConnection

AMQPLazySSLConnection can be lazy too. Use AMQPConnectionFactory with AMQPConnectionConfig::setIsLazy(true)

25 AMQPLazySSLConnection::create_connection()

Use ConnectionFactory

AMQPSocketConnection.php

Line Element Reason
70 AMQPSocketConnection::try_create_connection()

Use AmqpConnectionFactory

AMQPSSLConnection.php

Line Element Reason
59 AMQPSSLConnection::try_create_connection()

Use AmqpConnectionFactory

AMQPStreamConnection.php

Line Element Reason
94 AMQPStreamConnection::try_create_connection()

Use AmqpConnectionFactory

AMQPWriter.php

Line Element Reason
66 AMQPWriter::write_bit()

SocketIO.php

Line Element Reason
106 SocketIO::getSocket()

StreamIO.php

Line Element Reason
350 StreamIO::getSocket()

Search results