Overview

Namespaces

  • Evenement
  • None
  • PHP
  • Psr
    • Http
      • Message
  • Ratchet
    • Http
    • RFC6455
      • Handshake
      • Messaging
    • Server
    • Session
      • Serialize
      • Storage
        • Proxy
    • Wamp
    • WebSocket
  • React
    • EventLoop
      • Tick
      • Timer
    • Socket
    • Stream
  • Symfony
    • Component
      • HttpFoundation
        • Session
          • Attribute
          • Flash
          • Storage
            • Handler
            • Proxy
      • Routing
        • Annotation
        • Exception
        • Generator
          • Dumper
        • Loader
          • DependencyInjection
        • Matcher
          • Dumper
        • Tests
          • Annotation
          • Fixtures
            • AnnotatedClasses
            • OtherAnnotatedClasses
          • Generator
            • Dumper
          • Loader
          • Matcher
            • Dumper

Classes

  • Connector
  • DnsConnector
  • LimitingServer
  • SecureConnector
  • SecureServer
  • Server
  • TcpConnector
  • TimeoutConnector
  • UnixConnector

Interfaces

  • ConnectionInterface
  • ConnectorInterface
  • ServerInterface
  • Overview
  • Namespace
  • Class
  • Tree

Namespace React\Socket

Classes summary
Connector The Connector class is the main class in this package that implements the ConnectorInterface and allows you to create streaming connections.
DnsConnector The ConnectorInterface is responsible for providing an interface for establishing streaming connections, such as a normal TCP/IP connection.
LimitingServer The LimitingServer decorator wraps a given ServerInterface and is responsible for limiting and keeping track of open connections to this server instance.
SecureConnector The ConnectorInterface is responsible for providing an interface for establishing streaming connections, such as a normal TCP/IP connection.
SecureServer The SecureServer class implements the ServerInterface and is responsible for providing a secure TLS (formerly known as SSL) server.
Server The Server class implements the ServerInterface and is responsible for accepting plaintext TCP/IP connections.
TcpConnector The ConnectorInterface is responsible for providing an interface for establishing streaming connections, such as a normal TCP/IP connection.
TimeoutConnector The ConnectorInterface is responsible for providing an interface for establishing streaming connections, such as a normal TCP/IP connection.
UnixConnector Unix domain socket connector
Interfaces summary
ConnectionInterface Any incoming and outgoing connection is represented by this interface, such as a normal TCP/IP connection.
ConnectorInterface The ConnectorInterface is responsible for providing an interface for establishing streaming connections, such as a normal TCP/IP connection.
ServerInterface The ServerInterface is responsible for providing an interface for accepting incoming streaming connections, such as a normal TCP/IP connection.
Ratchet API documentation generated by ApiGen 2.8.0