Errai 3.0.1-SNAPSHOT

org.jboss.errai.tools.proxy
Class ProxyConfig

java.lang.Object
  extended by org.jboss.errai.tools.proxy.ProxyConfig

public class ProxyConfig
extends Object


Field Summary
static String CONTENT_TYPE
           
static String ID
           
static String PASSTHROUGH
           
static String SERVICES
           
static String URL
           
 
Constructor Summary
protected ProxyConfig(Map<String,Object> rootConfig)
           
 
Method Summary
 List<Map<String,Object>> getServices()
           
static ProxyConfig parse(InputStream in)
           
static ProxyConfig parse(String json)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICES

public static final String SERVICES
See Also:
Constant Field Values

ID

public static final String ID
See Also:
Constant Field Values

URL

public static final String URL
See Also:
Constant Field Values

CONTENT_TYPE

public static final String CONTENT_TYPE
See Also:
Constant Field Values

PASSTHROUGH

public static final String PASSTHROUGH
See Also:
Constant Field Values
Constructor Detail

ProxyConfig

protected ProxyConfig(Map<String,Object> rootConfig)
Method Detail

parse

public static ProxyConfig parse(String json)

parse

public static ProxyConfig parse(InputStream in)

getServices

public List<Map<String,Object>> getServices()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.