EvdReproxy

EvdReproxy

Synopsis

                    EvdReproxy;
                    EvdReproxyClass;
                    EvdReproxyPrivate;
EvdReproxy *        evd_reproxy_new                     (void);
EvdConnectionPool * evd_reproxy_add_backend             (EvdReproxy *self,
                                                         const gchar *address);
void                evd_reproxy_remove_backend          (EvdReproxy *self,
                                                         EvdConnectionPool *backend);

Object Hierarchy

  GObject
   +----EvdIoStreamGroup
         +----EvdService
               +----EvdReproxy

Description

Details

EvdReproxy

typedef struct _EvdReproxy EvdReproxy;


EvdReproxyClass

typedef struct {
  EvdServiceClass parent_class;
} EvdReproxyClass;


EvdReproxyPrivate

typedef struct _EvdReproxyPrivate EvdReproxyPrivate;


evd_reproxy_new ()

EvdReproxy *        evd_reproxy_new                     (void);

Returns :


evd_reproxy_add_backend ()

EvdConnectionPool * evd_reproxy_add_backend             (EvdReproxy *self,
                                                         const gchar *address);

self :

address :

Returns :

An EvdConnectionPool object representing the new backend. [transfer none]

evd_reproxy_remove_backend ()

void                evd_reproxy_remove_backend          (EvdReproxy *self,
                                                         EvdConnectionPool *backend);

self :

backend :