public class HttpContext extends Context
详情见: https://redkale.org
限定符和类型 | 类和说明 |
---|---|
static class |
HttpContext.HttpContextConfig |
Context.ContextConfig
限定符和类型 | 字段和说明 |
---|---|
protected java.util.concurrent.ConcurrentHashMap<java.lang.Class,Creator> |
asyncHandlerCreators |
protected java.security.SecureRandom |
random |
protected java.lang.String |
remoteAddrHeader |
address, aliveTimeoutSeconds, bsonFactory, bufferCapacity, charset, executor, jsonFactory, logger, maxbody, maxconns, prepare, readTimeoutSeconds, resourceFactory, serverStartTime, sslContext, writeTimeoutSeconds
构造器和说明 |
---|
HttpContext(HttpContext.HttpContextConfig config) |
限定符和类型 | 方法和说明 |
---|---|
protected java.lang.String |
createSessionid() |
protected java.util.concurrent.ExecutorService |
getExecutor() |
protected <H extends java.nio.channels.CompletionHandler> |
loadAsyncHandlerCreator(java.lang.Class<H> handlerClass) |
getAliveTimeoutSeconds, getBsonConvert, getBufferCapacity, getCharset, getCorePoolSize, getJsonConvert, getLogger, getMaxbody, getMaxconns, getReadTimeoutSeconds, getResourceFactory, getServerAddress, getServerStartTime, getSSLContext, getThreadFactory, getWriteTimeoutSeconds, runAsync, submitAsync
protected final java.security.SecureRandom random
protected final java.util.concurrent.ConcurrentHashMap<java.lang.Class,Creator> asyncHandlerCreators
protected java.lang.String remoteAddrHeader
public HttpContext(HttpContext.HttpContextConfig config)
protected java.lang.String createSessionid()
protected java.util.concurrent.ExecutorService getExecutor()
protected <H extends java.nio.channels.CompletionHandler> Creator<H> loadAsyncHandlerCreator(java.lang.Class<H> handlerClass)