xlang v5.1 Release
程序设计语言基础库文档
|
Public 成员函数 |
静态 Public 属性 |
HttpServlet类 - 用于处理HTTP请求和WebSocket连接的基础服务类 该类定义了HTTP服务和WebSocket服务的基本接口和常量
在文件 HttpServlet.x 第 5 行定义.
HttpServlet | ( | int | , |
String | |||
) |
HttpServlet | ( | int | ) |
void doGet | ( | HttpServletRequest | , |
HttpServletResponse | |||
) |
void doPost | ( | HttpServletRequest | , |
HttpServletResponse | |||
) |
void finalize | ( | ) |
void onBinary | ( | WebSocketSession | , |
byte[] | |||
) |
void onClose | ( | WebSocketSession | , |
String | |||
) |
void onError | ( | WebSocketSession | ) |
void onMessage | ( | WebSocketSession | , |
String | |||
) |
void onOpen | ( | WebSocketSession | ) |
|
static |
在文件 HttpServlet.x 第 9 行定义.
|
static |
在文件 HttpServlet.x 第 8 行定义.
|
static |
在文件 HttpServlet.x 第 10 行定义.
|
static |
在文件 HttpServlet.x 第 11 行定义.