public class GatewayWebsocketAcceptor extends Object implements BiFunction<reactor.netty.http.server.HttpServerRequest,reactor.netty.http.server.HttpServerResponse,org.reactivestreams.Publisher<Void>>
| Constructor and Description |
|---|
GatewayWebsocketAcceptor(io.scalecube.services.ServiceCall serviceCall,
GatewayMetrics metrics)
Constructor for websocket acceptor.
|
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<Void> |
apply(reactor.netty.http.server.HttpServerRequest httpRequest,
reactor.netty.http.server.HttpServerResponse httpResponse) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic GatewayWebsocketAcceptor(io.scalecube.services.ServiceCall serviceCall,
GatewayMetrics metrics)
serviceCall - service callmetrics - metrics instancepublic org.reactivestreams.Publisher<Void> apply(reactor.netty.http.server.HttpServerRequest httpRequest, reactor.netty.http.server.HttpServerResponse httpResponse)
apply in interface BiFunction<reactor.netty.http.server.HttpServerRequest,reactor.netty.http.server.HttpServerResponse,org.reactivestreams.Publisher<Void>>Copyright © 2015–2018. All rights reserved.