com.ephox.editlive.http.layer
Class HttpLayerManager

java.lang.Object
  extended by com.ephox.editlive.http.layer.HttpLayerManager

public class HttpLayerManager
extends Object

Controls the Http layer in use by EditLive!.

Since:
7.5

Method Summary
static HttpLayer getManager()
          Current HTTP layer in use.
static void setManager(HttpLayer layer)
          Sets the HTTP layer to use for all subsequent connections.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setManager

public static void setManager(HttpLayer layer)
Sets the HTTP layer to use for all subsequent connections. See HttpLayer for layer descriptions.

Parameters:
layer - The http layer manager we will be using

getManager

public static HttpLayer getManager()
Current HTTP layer in use.


Copyright (c) 2005-2012 Ephox Pty Ltd. All rights reserved.