javax.net.websocket
Class ContainerProvider
java.lang.Object
javax.net.websocket.ContainerProvider
public class ContainerProvider
- extends Object
Provider class that uses the ServiceLoader mechanism to provide
implementations of ServerContainer and ClientContainer.
- Author:
- dannycoward
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerProvider
public ContainerProvider()
getServerContainer
public static ServerContainer getServerContainer()
getClientContainer
public static ClientContainer getClientContainer()
Copyright © 2012. All Rights Reserved.