proxygen
folly::AsyncSocketBase Class Referenceabstract

#include <AsyncSocketBase.h>

Inheritance diagram for folly::AsyncSocketBase:
folly::AsyncServerSocket folly::AsyncTransport folly::AsyncUDPServerSocket folly::test::MockAsyncServerSocket folly::AsyncTransportWrapper folly::DecoratedAsyncTransportWrapper< folly::AsyncTransportWrapper > fizz::test::LocalTransport folly::AsyncSocket folly::DecoratedAsyncTransportWrapper< T > folly::test::MockAsyncTransport TestAsyncTransport folly::WriteChainAsyncTransportWrapper< folly::AsyncTransportWrapper > AsyncSocketImmediateRead folly::AsyncSSLSocket folly::test::MockAsyncSocket folly::WriteChainAsyncTransportWrapper< T > fizz::AsyncFizzBase folly::test::TestWriteChainAsyncTransportWrapper folly::MockAsyncSSLSocket folly::test::MockAsyncSSLSocket fizz::client::AsyncFizzClientT< fizz::client::test::MockClientStateMachineInstance > fizz::server::AsyncFizzServerT< fizz::server::test::MockServerStateMachineInstance > fizz::client::AsyncFizzClientT< SM > fizz::server::AsyncFizzServerT< SM > fizz::test::AsyncFizzBaseTest fizz::test::MockAsyncFizzBase fizz::client::test::MockAsyncFizzClient fizz::server::test::MockAsyncFizzServerT< SM >

Public Member Functions

virtual EventBasegetEventBase () const =0
 
virtual ~AsyncSocketBase ()=default
 
virtual void getAddress (SocketAddress *) const =0
 

Detailed Description

Definition at line 23 of file AsyncSocketBase.h.

Constructor & Destructor Documentation

virtual folly::AsyncSocketBase::~AsyncSocketBase ( )
virtualdefault

Member Function Documentation

virtual void folly::AsyncSocketBase::getAddress ( SocketAddress ) const
pure virtual

The documentation for this class was generated from the following file: