Package | Description |
---|---|
com.pushtechnology.diffusion.client.session |
Unified API - Sessions.
|
Modifier and Type | Method and Description |
---|---|
<C> void |
SessionFactory.open(C context,
SessionFactory.OpenContextCallback<C> callback)
Opens a new client session that will connect to a server using the
configuration of the factory and using a contextual callback.
|
<C> void |
SessionFactory.open(String url,
C context,
SessionFactory.OpenContextCallback<C> callback)
Opens a new client session that will connect to a server via a given URL
and using a contextual callback.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.