Modifier and Type | Method and Description |
---|---|
HttpConfig |
ImConfig.getHttpConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ImConfig.setHttpConfig(HttpConfig httpConfig) |
Modifier and Type | Method and Description |
---|---|
HttpConfig |
HttpRequest.getHttpConfig() |
Modifier and Type | Method and Description |
---|---|
void |
HttpRequest.setHttpConfig(HttpConfig httpConfig) |
Constructor and Description |
---|
HttpResponse(HttpRequest request,
HttpConfig httpConfig) |
Modifier and Type | Method and Description |
---|---|
void |
HttpSession.clear(HttpConfig httpConfig)
清空所有属性
|
void |
HttpSession.removeAttribute(String key,
HttpConfig httpConfig) |
void |
HttpSession.setAttribute(String key,
Serializable value,
HttpConfig httpConfig)
设置会话属性
|
Modifier and Type | Method and Description |
---|---|
String |
ISessionIdGenerator.sessionId(HttpConfig httpConfig) |
Modifier and Type | Method and Description |
---|---|
String |
UUIDSessionIdGenerator.sessionId(HttpConfig httpConfig) |
Modifier and Type | Field and Description |
---|---|
protected HttpConfig |
DefaultHttpRequestHandler.httpConfig |
Modifier and Type | Method and Description |
---|---|
HttpConfig |
DefaultHttpRequestHandler.getHttpConfig() |
HttpConfig |
HttpProtocolHandler.getHttpConfig() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultHttpRequestHandler.setHttpConfig(HttpConfig httpConfig) |
void |
HttpProtocolHandler.setHttpConfig(HttpConfig httpConfig) |
Constructor and Description |
---|
DefaultHttpRequestHandler(HttpConfig httpConfig) |
DefaultHttpRequestHandler(HttpConfig httpConfig,
Routes routes) |
HttpProtocolHandler(HttpConfig httpServerConfig) |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
HttpApiController.chat(HttpRequest request,
HttpConfig httpConfig,
org.tio.core.ChannelContext channelContext) |
HttpResponse |
HttpApiController.close(HttpRequest request,
HttpConfig httpConfig,
org.tio.core.ChannelContext channelContext)
关闭指定用户;
|
HttpResponse |
HttpApiController.online(HttpRequest request,
HttpConfig httpConfig,
org.tio.core.ChannelContext channelContext)
判断用户是否在线接口;
|
Modifier and Type | Method and Description |
---|---|
static HttpConfig |
HttpServerUtils.getHttpConfig(HttpRequest request) |
Modifier and Type | Method and Description |
---|---|
static HttpResponse |
HttpResps.fileWithHeaders(HttpRequest request,
byte[] bodyBytes,
Map<String,String> headers,
HttpConfig httpConfig) |
Copyright © 2018. All rights reserved.