Uses of Class
org.playframework.netty.http.HttpStreamsHandler.Outgoing
Packages that use HttpStreamsHandler.Outgoing
-
Uses of HttpStreamsHandler.Outgoing in org.playframework.netty.http
Fields in org.playframework.netty.http declared as HttpStreamsHandler.OutgoingModifier and TypeFieldDescriptionprivate HttpStreamsHandler<io.netty.handler.codec.http.HttpRequest,
io.netty.handler.codec.http.HttpResponse>.Outgoing HttpStreamsServerHandler.webSocketResponse
Fields in org.playframework.netty.http with type parameters of type HttpStreamsHandler.OutgoingModifier and TypeFieldDescriptionprivate final Queue
<HttpStreamsHandler<In, Out>.Outgoing> HttpStreamsHandler.outgoing
Methods in org.playframework.netty.http with parameters of type HttpStreamsHandler.OutgoingModifier and TypeMethodDescriptionprivate void
HttpStreamsServerHandler.handleWebSocketResponse
(io.netty.channel.ChannelHandlerContext ctx, HttpStreamsHandler<io.netty.handler.codec.http.HttpRequest, io.netty.handler.codec.http.HttpResponse>.Outgoing out) protected void
HttpStreamsHandler.unbufferedWrite
(io.netty.channel.ChannelHandlerContext ctx, HttpStreamsHandler<In, Out>.Outgoing out) protected void
HttpStreamsServerHandler.unbufferedWrite
(io.netty.channel.ChannelHandlerContext ctx, HttpStreamsHandler<io.netty.handler.codec.http.HttpRequest, io.netty.handler.codec.http.HttpResponse>.Outgoing out)