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/Message/AMQPMessage.php
PhpAmqpLib/Wire/AMQPAbstractCollection.php
PhpAmqpLib/Wire/AMQPWriter.php
PhpAmqpLib/Wire/IO/SocketIO.php
PhpAmqpLib/Wire/IO/StreamIO.php

AbstractChannel.php

Line Element Reason
131 AbstractChannel::getProtocolVersion()
29 AbstractChannel::PROTOCOL_080
34 AbstractChannel::PROTOCOL_091
64 AbstractChannel::$protocolVersion

AbstractConnection.php

Line Element Reason
978 AbstractConnection::getIO()
1186 AbstractConnection::create_connection()

Use AMQPConnectionFactory.

AMQPConnectionConfig.php

Line Element Reason
358 AMQPConnectionConfig::getNetworkProtocol()

Use getSslCryptoMethod()

366 AMQPConnectionConfig::setNetworkProtocol()

Use setIsSecure() and setSslCryptoMethod()

431 AMQPConnectionConfig::getAMQPProtocol()
440 AMQPConnectionConfig::setAMQPProtocol()
77 AMQPConnectionConfig::$networkProtocol

Use sslCryptoMethod

92 AMQPConnectionConfig::$amqpProtocol

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
8 AMQPSSLConnection

Use AMQPConnectionFactory with AMQPConnectionConfig::setIsSecure(true) and AMQPConnectionConfig::setSsl* methods.

61 AMQPSSLConnection::try_create_connection()

Use AmqpConnectionFactory

AMQPStreamConnection.php

Line Element Reason
94 AMQPStreamConnection::try_create_connection()

Use AmqpConnectionFactory

AMQPMessage.php

Line Element Reason
22 AMQPMessage::$body

Will be removed in version 4.0, use getBody() instead.

28 AMQPMessage::$body_size

Will be removed in version 4.0, use getBodySize() instead.

34 AMQPMessage::$is_truncated

Will be removed in version 4.0, use isTruncated() instead.

40 AMQPMessage::$content_encoding

Will be removed in version 4.0, use getContentEncoding() instead.

AMQPAbstractCollection.php

Line Element Reason
382 AMQPAbstractCollection::getProtocol()

AMQPWriter.php

Line Element Reason
66 AMQPWriter::write_bit()

SocketIO.php

Line Element Reason
106 SocketIO::getSocket()

StreamIO.php

Line Element Reason
356 StreamIO::getSocket()

Search results