public class ProtocolConfig extends AbstractConfig
| 构造器和说明 |
|---|
ProtocolConfig() |
ProtocolConfig(String name) |
ProtocolConfig(String name,
int port) |
getId, setId, toStringpublic ProtocolConfig()
public ProtocolConfig(String name)
public ProtocolConfig(String name, int port)
@Parameter(excluded=true) public String getName()
public void setName(String name)
@Parameter(excluded=true) public String getHost()
public void setHost(String host)
@Parameter(excluded=true) public Integer getPort()
public void setPort(Integer port)
@Deprecated @Parameter(excluded=true) public String getPath()
@Deprecated public void setPath(String path)
@Parameter(excluded=true) public String getContextpath()
public void setContextpath(String contextpath)
public String getThreadpool()
public void setThreadpool(String threadpool)
public Integer getThreads()
public void setThreads(Integer threads)
public Integer getIothreads()
public void setIothreads(Integer iothreads)
public Integer getQueues()
public void setQueues(Integer queues)
public Integer getAccepts()
public void setAccepts(Integer accepts)
public String getCodec()
public void setCodec(String codec)
public String getSerialization()
public void setSerialization(String serialization)
public String getCharset()
public void setCharset(String charset)
public Integer getPayload()
public void setPayload(Integer payload)
public Integer getBuffer()
public void setBuffer(Integer buffer)
public Integer getHeartbeat()
public void setHeartbeat(Integer heartbeat)
public String getServer()
public void setServer(String server)
public String getClient()
public void setClient(String client)
public String getAccesslog()
public void setAccesslog(String accesslog)
public String getTelnet()
public void setTelnet(String telnet)
@Parameter(escaped=true) public String getPrompt()
public void setPrompt(String prompt)
public String getStatus()
public void setStatus(String status)
public Boolean isRegister()
public void setRegister(Boolean register)
public String getTransporter()
public void setTransporter(String transporter)
public String getExchanger()
public void setExchanger(String exchanger)
@Deprecated @Parameter(excluded=true) public String getDispather()
getDispatcher()getDispatcher()@Deprecated public void setDispather(String dispather)
getDispatcher()public String getDispatcher()
public void setDispatcher(String dispatcher)
public String getNetworker()
public void setNetworker(String networker)
public Boolean isDefault()
public void setDefault(Boolean isDefault)
public Boolean getKeepAlive()
public void setKeepAlive(Boolean keepAlive)
public String getOptimizer()
public void setOptimizer(String optimizer)
public String getExtension()
public void setExtension(String extension)
public void destroy()
@Deprecated public static void destroyAll()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.