public class RemoteServerFactory extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
configKey |
static String |
expression |
static RemoteServerFactory |
serverFactory |
static Map<String,com.ds.server.httpproxy.core.Server> |
serverMap |
| 构造器和说明 |
|---|
RemoteServerFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
createProxy(String url,
boolean isNew) |
void |
deleteHost(String url) |
ChannelPage |
getChannelPag(String url) |
ChannelScript |
getChannelScriptById(String id) |
Handle |
getHandleById(String handleid) |
RemoteHostProxy |
getHostProxyById(String proxyid) |
static RemoteServerFactory |
getInstance() |
Page |
getPag(String url) |
String |
getProxyUrl(URL url) |
Script |
getScriptById(String id) |
com.ds.server.httpproxy.core.Server |
getServer(RemoteHostProxy config) |
void |
saveDb(RemoteHostProxy proxy,
String host) |
public static RemoteServerFactory serverFactory
public static RemoteServerFactory getInstance()
public RemoteHostProxy getHostProxyById(String proxyid)
public ChannelPage getChannelPag(String url)
public ChannelScript getChannelScriptById(String id)
public void saveDb(RemoteHostProxy proxy, String host)
public void deleteHost(String url)
public com.ds.server.httpproxy.core.Server getServer(RemoteHostProxy config)
Copyright © 2023 onecode. All rights reserved.