| Class and Description |
|---|
| io.reactivex.netty.protocol.text.sse.ServerSentEvent
Use
ServerSentEvent instead. |
| io.reactivex.netty.protocol.text.sse.ServerSentEventDecoder
Use
ServerSentEventDecoder instead. |
| io.reactivex.netty.protocol.text.sse.ServerSentEventEncoder
Use
ServerSentEventEncoder instead. |
| io.reactivex.netty.protocol.text.sse.SSEClientPipelineConfigurator
Since SSE is always over HTTP, using the same protocol name isn't correct.
|
| io.reactivex.netty.protocol.http.sse.SSEInboundHandler
Use
SseChannelHandler instead. |
| io.reactivex.netty.protocol.http.sse.SseOverHttpClientPipelineConfigurator
Use
SseClientPipelineConfigurator instead. |
| io.reactivex.netty.protocol.http.sse.SseOverHttpServerPipelineConfigurator
Use
SseServerPipelineConfigurator instead. |
| io.reactivex.netty.protocol.text.sse.SSEServerPipelineConfigurator
Since SSE is always over HTTP, using the same protocol name isn't correct.
|
| Constructor and Description |
|---|
| io.reactivex.netty.protocol.http.server.HttpServerRequest(HttpRequest, UnicastContentSubject<T>)
This class will no longer be instantiable outside this package.
|