| 程序包 | 说明 |
|---|---|
| org.redkale.net |
网络TCP/UDP基础服务包
|
| org.redkale.net.http |
HTTP协议包,提供HTTP协议服务器
|
| org.redkale.net.sncp |
SNCP协议包,提供SNCP协议服务器
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
PrepareServlet<C extends Context,R extends Request<C>,P extends Response<C,R>>
详情见: http://www.redkale.org
|
class |
Request<C extends Context>
详情见: http://www.redkale.org
|
class |
Response<C extends Context,R extends Request<C>>
详情见: http://www.redkale.org
|
class |
Servlet<C extends Context,R extends Request<C>,P extends Response<C,R>>
详情见: http://www.redkale.org
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected C |
Request.context |
protected C |
Response.context |
protected Context |
Server.context |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract Context |
Server.createContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ProtocolServer |
ProtocolServer.create(java.lang.String protocol,
Context context) |
| 构造器和说明 |
|---|
PrepareRunner(Context context,
AsyncConnection channel,
java.nio.ByteBuffer data) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HttpContext
详情见: http://www.redkale.org
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected Context |
WebSocketRunner.context |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Context |
HttpServer.createContext() |
| 构造器和说明 |
|---|
WebSocketRunner(Context context,
WebSocket webSocket,
AsyncConnection channel,
boolean wsbinary) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SncpContext |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Context |
SncpServer.createContext() |