18 #ifndef _DECAF_INTERNAL_NET_DEFAULTSERVERSOCKETFACTORY_H_ 19 #define _DECAF_INTERNAL_NET_DEFAULTSERVERSOCKETFACTORY_H_ virtual ~DefaultServerSocketFactory()
Represents an IP address.
Definition: InetAddress.h:33
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
Default implementation of the Decaf ServerSocketFactory, creates ServerSocket objects with supplied o...
Definition: DefaultServerSocketFactory.h:35
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: AprPool.h:25
DefaultServerSocketFactory()
virtual decaf::net::ServerSocket * createServerSocket()
Create a new ServerSocket that is unbound.The ServerSocket will have been configured with the default...