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

  • HttpRequestParser
  • HttpServer
  • OriginCheck
  • Router

Interfaces

  • HttpServerInterface

Traits

  • CloseResponseTrait
  • Overview
  • Namespace
  • Class
  • Tree

Namespace Ratchet\Http

Classes summary
HttpRequestParser This class receives streaming data from a client request and parses HTTP headers, returning a PSR-7 Request object once it's been buffered
HttpServer This is the interface to build a Ratchet application with. It implements the decorator pattern to build an application stack
OriginCheck A middleware to ensure JavaScript clients connecting are from the expected domain. This protects other websites from open WebSocket connections to your application. Note: This can be spoofed from non-web browser clients
Router This is the interface to build a Ratchet application with. It implements the decorator pattern to build an application stack
Interfaces summary
HttpServerInterface This is the interface to build a Ratchet application with. It implements the decorator pattern to build an application stack
Traits summary
CloseResponseTrait
Ratchet API documentation generated by ApiGen 2.8.0