Phpcraft
Public Member Functions | Public Attributes | List of all members
Phpcraft\Event\ProxyConnectEvent Class Reference
Inheritance diagram for Phpcraft\Event\ProxyConnectEvent:
Inheritance graph
[legend]
Collaboration diagram for Phpcraft\Event\ProxyConnectEvent:
Collaboration graph
[legend]

Public Member Functions

 __construct (ProxyServer $server, ClientConnection $client, string $address)
 
- Public Member Functions inherited from Phpcraft\Event\ProxyClientEvent
 __construct (ProxyServer $server, ClientConnection $client)
 
- Public Member Functions inherited from Phpcraft\Event\ProxyEvent
 __construct (ProxyServer $server)
 

Public Attributes

 $address
 
- Public Attributes inherited from Phpcraft\Event\ProxyClientEvent
 $client
 
- Public Attributes inherited from Phpcraft\Event\ProxyEvent
 $server
 

Detailed Description

The event emitted by the proxy when it has connected a client to a downstream server.

Constructor & Destructor Documentation

◆ __construct()

Phpcraft\Event\ProxyConnectEvent::__construct ( ProxyServer  $server,
ClientConnection  $client,
string  $address 
)

Member Data Documentation

◆ $address

string Phpcraft\Event\ProxyConnectEvent::$address