| 程序包 | 说明 |
|---|---|
| com.github.netty.protocol.servlet |
| 限定符和类型 | 方法和说明 |
|---|---|
ServletHttpSession |
ServletHttpSession.access() |
ServletHttpSession |
ServletHttpExchange.getHttpSession() |
static ServletHttpSession |
ServletHttpExchange.getHttpSession(io.netty.channel.ChannelHandlerContext channelHandlerContext)
Get httpSession from the properties bound in the pipe
|
ServletHttpSession |
ServletHttpServletRequest.getSession() |
ServletHttpSession |
ServletHttpServletRequest.getSession(boolean create) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
ServletHttpExchange.setHttpSession(io.netty.channel.ChannelHandlerContext channelHandlerContext,
ServletHttpSession httpSession)
Bind httpSession to the pipe property
|
void |
ServletHttpExchange.setHttpSession(ServletHttpSession httpSession) |
Copyright © 2021. All rights reserved.