org.lastbamboo.common.sip.bootstrap
Interface ProxyRegistrar

All Known Implementing Classes:
ProxyRegistrarImpl, RobustProxyRegistrarImpl

public interface ProxyRegistrar

A interface to an object that handles registration of a client to a proxy.


Method Summary
 void register()
          Registers a client with a proxy.
 

Method Detail

register

void register()
Registers a client with a proxy. This is expected to be a non-blocking call. Generally, proxy registrars should be supplied with the information necessary for registration during construction. This includes the client to register, the proxy to register with, and a listener to be notified of registration events.



Copyright © 2013 LittleShoot. All Rights Reserved.