public interface StreamCreatingEndpointWrapper<WebsocketType,MessageType>
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Flowable<ch.squaredesk.nova.tuples.Pair<WebsocketType,CloseReason>> |
closingSockets() |
io.reactivex.Flowable<WebsocketType> |
connectingSockets() |
io.reactivex.Flowable<ch.squaredesk.nova.tuples.Pair<WebsocketType,Throwable>> |
errors() |
io.reactivex.Flowable<ch.squaredesk.nova.tuples.Pair<WebsocketType,MessageType>> |
messages() |
io.reactivex.Flowable<ch.squaredesk.nova.tuples.Pair<WebsocketType,MessageType>> messages()
io.reactivex.Flowable<WebsocketType> connectingSockets()
io.reactivex.Flowable<ch.squaredesk.nova.tuples.Pair<WebsocketType,CloseReason>> closingSockets()
io.reactivex.Flowable<ch.squaredesk.nova.tuples.Pair<WebsocketType,Throwable>> errors()
Copyright © 2018. All rights reserved.