proxygen
|
#include <ServerSocketFactory.h>
Public Member Functions | |
virtual std::shared_ptr< folly::AsyncSocketBase > | newSocket (folly::SocketAddress address, int backlog, bool reuse, const ServerSocketConfig &config)=0 |
virtual void | removeAcceptCB (std::shared_ptr< folly::AsyncSocketBase > sock, Acceptor *callback, folly::EventBase *base)=0 |
virtual void | addAcceptCB (std::shared_ptr< folly::AsyncSocketBase > sock, Acceptor *callback, folly::EventBase *base)=0 |
virtual | ~ServerSocketFactory ()=default |
Definition at line 26 of file ServerSocketFactory.h.
|
virtualdefault |
|
pure virtual |
Implemented in wangle::AsyncUDPServerSocketFactory, and wangle::AsyncServerSocketFactory.
|
pure virtual |
Implemented in wangle::AsyncUDPServerSocketFactory, and wangle::AsyncServerSocketFactory.
|
pure virtual |
Implemented in wangle::AsyncUDPServerSocketFactory, and wangle::AsyncServerSocketFactory.