首页>代码>基于Javaweb实现的在线考试系统>/源代码/online/src/com/wyu/online/base/BaseContext.java
package com.wyu.online.base;

import javax.servlet.ServletContext;
import javax.servlet.http.HttpSession;
import javax.websocket.HandshakeResponse;
import javax.websocket.server.HandshakeRequest;
import javax.websocket.server.ServerEndpointConfig;

/**
 *
 * Created by Administrator on  2018/7/16
 */
public class BaseContext extends ServerEndpointConfig.Configurator {

    @Override
    public void modifyHandshake(ServerEndpointConfig sec, HandshakeRequest request, HandshakeResponse response) {
        HttpSession httpSession = (HttpSession) request.getHttpSession();
        ServletContext servletContext =  httpSession.getServletContext();

        sec.getUserProperties().put(HttpSession.class.getName(),httpSession);
        sec.getUserProperties().put(ServletContext.class.getName(),servletContext);
    }
}
最近下载更多
张泽帅  LV6 10月22日
zxhjy5  LV6 8月6日
蹦迪的小熊  LV5 7月12日
今晚都别睡啦  LV9 6月1日
liu2022  LV14 5月14日
zolscy  LV12 3月24日
xiaozhi丶  LV15 3月24日
tingyus  LV5 3月21日
wanglinddad  LV55 3月19日
最代码官方  LV168 3月17日
最近浏览更多
暂无贡献等级
驱蚊器我 11月18日
暂无贡献等级
wlax99  LV12 10月31日
张泽帅  LV6 10月22日
wjs-zuizui 10月19日
暂无贡献等级
angaochong  LV5 10月14日
gshshsg 10月10日
暂无贡献等级
暂无贡献等级
半夏bx  LV14 10月4日
Peny_ZH  LV5 9月21日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友