org.atmosphere.wasync
Class ClientFactory
java.lang.Object
org.atmosphere.wasync.ClientFactory
public class ClientFactory
- extends Object
Create a Client. By default, the DefaultClient will be returned. To override the DefaultClient,
just specify the provider using the -Dwasync.client property.
- Author:
- Jeanfrancois Arcand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientFactory
public ClientFactory()
getDefault
public static final ClientFactory getDefault()
- Return the default Factory.
- Returns:
- this
newClient
public Client newClient()
- Return a new
Client instance
- Returns:
- a new
Client instance
Copyright © 2012. All Rights Reserved.