ladybird/Userland/Libraries/LibWebSocket/Impl
Ben Wiederhake b3e9a4e603 Libraries: Fix visibility of Object-derivative constructors
Derivatives of Core::Object should be constructed through
ClassName::construct(), to avoid handling ref-counted objects with
refcount zero. Fixing the visibility means that misuses like this are
more difficult.
2021-11-02 22:56:53 +01:00
..
AbstractWebSocketImpl.cpp LibWebSocket+telws: Use my own copyright headers :^) 2021-04-25 19:04:34 +02:00
AbstractWebSocketImpl.h LibWebSocket+telws: Use my own copyright headers :^) 2021-04-25 19:04:34 +02:00
TCPWebSocketConnectionImpl.cpp AK: Make URL::m_port an Optional<u16>, Expose raw port getter 2021-09-14 00:14:45 +02:00
TCPWebSocketConnectionImpl.h Libraries: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
TLSv12WebSocketConnectionImpl.cpp LibTLS: Use a setter for on_tls_ready_to_write with some more smarts 2021-09-19 21:10:23 +04:30
TLSv12WebSocketConnectionImpl.h Libraries: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00