| 程序包 | 说明 |
|---|---|
| com.github.netty.core | |
| com.github.netty.core.util | |
| com.github.netty.protocol | |
| com.github.netty.protocol.mqtt |
Reference for https://github.com/andsel/moquette
thank you
|
| com.github.netty.protocol.mysql | |
| com.github.netty.protocol.mysql.client | |
| com.github.netty.protocol.mysql.server | |
| com.github.netty.protocol.nrpc | |
| com.github.netty.protocol.rtsp |
Reference for https://github.com/fyhertz/libstreaming
thank you 554
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AutoFlushChannelHandler
Auto-flush data on channel after a read timeout.
|
class |
DispatcherChannelHandler
Servlet processor (portal to the server)
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BytesMetricsChannelHandler
Packet monitoring (read write/byte)
|
class |
MessageMetricsChannelHandler
Communication monitoring (read write/time)
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DynamicProtocolChannelHandler
Created by wangzihao on 2018/12/9/009.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MqttIdleTimeoutChannelHandler |
class |
MqttInflightResenderChannelHandler
Resend inflight not ack'ed publish packets (QoS1 PUB and QoS2 PUB/PUBREL).
|
class |
MqttLoggerChannelHandler |
class |
MqttServerChannelHandler
开发一个MQTT库需要提供如下命令:
Connect :当一个TCP/IP套接字在服务器端和客户端连接建立时需要使用的命令。
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MysqlProxyHandler |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MysqlFrontendBusinessHandler
Here the user business logic
follows
1. server to client
ServerHandshakePacket
2. client to server ClientHandshakePacket
3. server to client ServerOkPacket
4. client to server query... |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MysqlBackendBusinessHandler
Here the user business logic
follows
1. server to client
ServerHandshakePacket
2. client to server ClientHandshakePacket
3. server to client ServerOkPacket
4. client to server query... |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RpcServerChannelHandler
Server side processor
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
RtspServerChannelHandler
R:
OPTIONS rtsp://192.168.1.152:554/cgi-bin/rtspStream/1 RTSP/1.0
CSeq: 2
User-Agent: LIVE555 Streaming Media v2012.01.13
A:
RTSP/1.0 200 OK
CSeq: 2
Date: Mon, Sep 24 2012 06:41:15 GMT
Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, GET_PARAMETER, SET_PARAMETER
R:
DESCRIBE rtsp://192.168.1.152:554/cgi-bin/rtspStream/1 RTSP/1.0
CSeq: 3
User-Agent: LIVE555 Streaming Media v2012.01.13
Accept: application/sdp
A:
RTSP/1.0 200 OK
CSeq: 3
Date: Mon, Sep 24 2012 06:41:16 GMT
Content-Base: rtsp://192.168.1.152:554/cgi-bin/rtspStream/1/
Content-Type: application/sdp
Content-Length: 409
v=0
o=- 1348468876053786 1 IN IP4 192.168.1.152
s=Everfocus Media Server
t=0 0
c=IN IP4 0.0.0.0
a=tool:Everfocus Streaming Media Apr 10 2012 v1.0.1
a=type:broadcase
a=control:*
m=video 0 RTP/AVP 96
a=framerate:25
a=control:track1
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1; profile-level-id=420020; sprop-parameter-sets=Z0IAIJWoFAHmQA==,aM48gA==
m=audio 0 RTP/AVP 0
a=control:track2
R:
SETUP rtsp://192.168.1.152:554/cgi-bin/rtspStream/1/track1 RTSP/1.0
CSeq: 4
User-Agent: LIVE555 Streaming Media v2012.01.13
Transport: RTP/AVP;unicast;client_port=3370-3371
A:
RTSP/1.0 200 OK
CSeq: 4
Date: Mon, Sep 24 2012 06:41:16 GMT
Transport: RTP/AVP;unicast;destination=192.168.1.153;source=192.168.1.152;client_port=3370-3371;server_port=6970-6971
Session: 123009;timeout=120
R:
PLAY rtsp://192.168.1.152:554/cgi-bin/rtspStream/1/ RTSP/1.0
CSeq: 5
User-Agent: LIVE555 Streaming Media v2012.01.13
Session: 123009
Range: npt=0.000-
A:
RTP stream data ......
|
Copyright © 2021. All rights reserved.