javax.net.websocket
Class ContainerProvider

java.lang.Object
  extended by 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

Constructor Summary
ContainerProvider()
           
 
Method Summary
static ClientContainer getClientContainer()
           
static ServerContainer getServerContainer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerProvider

public ContainerProvider()
Method Detail

getServerContainer

public static ServerContainer getServerContainer()

getClientContainer

public static ClientContainer getClientContainer()


Copyright © 2012. All Rights Reserved.