17 #ifndef _DECAF_NET_SERVERSOCKETFACTORY_H_ 18 #define _DECAF_NET_SERVERSOCKETFACTORY_H_ 69 virtual ServerSocket* createServerSocket(
int port ) = 0;
85 virtual ServerSocket* createServerSocket(
int port,
int backlog ) = 0;
Represents an IP address.
Definition: InetAddress.h:33
#define DECAF_API
Definition: Config.h:29
This class implements server sockets.
Definition: ServerSocket.h:50
Class used to create Server Sockets, subclasses can be created that create certain types of server so...
Definition: ServerSocketFactory.h:35
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: AprPool.h:25