public class Config extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Config.Builder |
| Constructor and Description |
|---|
Config(Config.Builder b) |
public Config(Config.Builder b)
public ExecutorService bossExecutor()
public ExecutorService workerExecutor()
public String host()
public int port()
public String configFile()
public Class<? extends org.atmosphere.cpr.Broadcaster> broadcaster()
public Map<String,org.atmosphere.websocket.WebSocketHandler> webSocketHandlersMap()
public org.atmosphere.cpr.BroadcasterFactory broadcasterFactory()
public Class<? extends org.atmosphere.cpr.BroadcasterCache> broadcasterCache()
public Class<? extends org.atmosphere.websocket.WebSocketProtocol> webSocketProtocol()
public List<org.atmosphere.cpr.AtmosphereInterceptor> interceptors()
public String scanLib()
public String mappingPath()
public SSLContext sslContext()
public SSLContextListener sslContextListener()
public LinkedList<org.jboss.netty.channel.ChannelUpstreamHandler> channelUpstreamHandlers()
public boolean supportChunking()
public boolean aggregateRequestBodyInMemory()
public boolean socketKeepAlive()
public boolean socketNoTcpDelay()
public int maxChunkContentLength()
public int writeBufferPoolSize()
public long writeBufferPoolCleanupFrequency()
public boolean enablePong()
public int maxWebSocketFrameSize()
public boolean textFrameAsBinary()
public String subProtocols()
public boolean noInternalAlloc()
Copyright © 2015. All Rights Reserved.