Index
All Classes and Interfaces|All Packages
A
- acceptInboundMessage(Object) - Method in class org.playframework.netty.HandlerPublisher
-
Returns
trueif the given message should be handled.
B
- bodyRequested(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsClientHandler
-
Invoked every time a read of the incoming body is requested by the subscriber.
- bodyRequested(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
C
- cancelled() - Method in class org.playframework.netty.HandlerPublisher
-
Override to handle when a subscriber cancels the subscription.
- CancelledSubscriber<T> - Class in org.playframework.netty
-
A cancelled subscriber.
- CancelledSubscriber() - Constructor for class org.playframework.netty.CancelledSubscriber
- channelActive(ChannelHandlerContext) - Method in class org.playframework.netty.HandlerPublisher
- channelActive(ChannelHandlerContext) - Method in class org.playframework.netty.HandlerSubscriber
- channelInactive(ChannelHandlerContext) - Method in class org.playframework.netty.HandlerPublisher
- channelInactive(ChannelHandlerContext) - Method in class org.playframework.netty.HandlerSubscriber
- channelRead(ChannelHandlerContext, Object) - Method in class org.playframework.netty.HandlerPublisher
- channelRead(ChannelHandlerContext, Object) - Method in class org.playframework.netty.http.HttpStreamsClientHandler
- channelRead(ChannelHandlerContext, Object) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
- channelReadComplete(ChannelHandlerContext) - Method in class org.playframework.netty.HandlerPublisher
- channelReadComplete(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsClientHandler
- channelReadComplete(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
- channelRegistered(ChannelHandlerContext) - Method in class org.playframework.netty.HandlerPublisher
- channelRegistered(ChannelHandlerContext) - Method in class org.playframework.netty.HandlerSubscriber
- channelWritabilityChanged(ChannelHandlerContext) - Method in class org.playframework.netty.HandlerSubscriber
- close(ChannelHandlerContext, ChannelPromise) - Method in class org.playframework.netty.http.HttpStreamsClientHandler
- complete() - Method in class org.playframework.netty.HandlerSubscriber
-
Override for custom completion handling.
- consumedInMessage(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsClientHandler
- consumedInMessage(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
- createEmptyMessage(HttpRequest) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
- createEmptyMessage(HttpResponse) - Method in class org.playframework.netty.http.HttpStreamsClientHandler
- createStreamedMessage(HttpRequest, Publisher) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
- createStreamedMessage(HttpResponse, Publisher) - Method in class org.playframework.netty.http.HttpStreamsClientHandler
D
- DefaultStreamedHttpRequest - Class in org.playframework.netty.http
-
A default streamed HTTP request.
- DefaultStreamedHttpRequest(HttpVersion, HttpMethod, String, boolean, Publisher) - Constructor for class org.playframework.netty.http.DefaultStreamedHttpRequest
- DefaultStreamedHttpRequest(HttpVersion, HttpMethod, String, Publisher) - Constructor for class org.playframework.netty.http.DefaultStreamedHttpRequest
- DefaultStreamedHttpResponse - Class in org.playframework.netty.http
-
A default streamed HTTP response.
- DefaultStreamedHttpResponse(HttpVersion, HttpResponseStatus, boolean, Publisher) - Constructor for class org.playframework.netty.http.DefaultStreamedHttpResponse
- DefaultStreamedHttpResponse(HttpVersion, HttpResponseStatus, Publisher) - Constructor for class org.playframework.netty.http.DefaultStreamedHttpResponse
- DefaultWebSocketHttpResponse - Class in org.playframework.netty.http
-
A default WebSocket HTTP response.
- DefaultWebSocketHttpResponse(HttpVersion, HttpResponseStatus, boolean, Processor, WebSocketServerHandshakerFactory) - Constructor for class org.playframework.netty.http.DefaultWebSocketHttpResponse
- DefaultWebSocketHttpResponse(HttpVersion, HttpResponseStatus, Processor, WebSocketServerHandshakerFactory) - Constructor for class org.playframework.netty.http.DefaultWebSocketHttpResponse
E
- error(Throwable) - Method in class org.playframework.netty.HandlerSubscriber
-
Override for custom error handling.
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.playframework.netty.HandlerPublisher
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.playframework.netty.HandlerSubscriber
H
- handlerAdded(ChannelHandlerContext) - Method in class org.playframework.netty.HandlerPublisher
- handlerAdded(ChannelHandlerContext) - Method in class org.playframework.netty.HandlerSubscriber
- HandlerPublisher<T> - Class in org.playframework.netty
-
Publisher for a Netty Handler.
- HandlerPublisher(EventExecutor, Class) - Constructor for class org.playframework.netty.HandlerPublisher
-
Create a handler publisher.
- handlerRemoved(ChannelHandlerContext) - Method in class org.playframework.netty.HandlerPublisher
- handlerRemoved(ChannelHandlerContext) - Method in class org.playframework.netty.HandlerSubscriber
- handlerRemoved(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
- HandlerSubscriber<T> - Class in org.playframework.netty
-
Subscriber that publishes received messages to the handler pipeline.
- HandlerSubscriber(EventExecutor) - Constructor for class org.playframework.netty.HandlerSubscriber
-
Create a new handler subscriber with the default low and high watermarks.
- HandlerSubscriber(EventExecutor, long, long) - Constructor for class org.playframework.netty.HandlerSubscriber
-
Create a new handler subscriber.
- handshakerFactory() - Method in class org.playframework.netty.http.DefaultWebSocketHttpResponse
- handshakerFactory() - Method in interface org.playframework.netty.http.WebSocketHttpResponse
-
Get the handshaker factory to use to reconfigure the channel.
- hasBody(HttpRequest) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
- hasBody(HttpResponse) - Method in class org.playframework.netty.http.HttpStreamsClientHandler
- HttpStreamsClientHandler - Class in org.playframework.netty.http
-
Handler that converts written
StreamedHttpRequestmessages intoHttpRequestmessages followed byHttpContentmessages and readsHttpResponsemessages followed byHttpContentmessages and producesStreamedHttpResponsemessages. - HttpStreamsClientHandler() - Constructor for class org.playframework.netty.http.HttpStreamsClientHandler
- HttpStreamsServerHandler - Class in org.playframework.netty.http
-
Handler that reads
HttpRequestmessages followed byHttpContentmessages and producesStreamedHttpRequestmessages, and converts writtenStreamedHttpResponsemessages intoHttpResponsemessages followed byHttpContentmessages. - HttpStreamsServerHandler() - Constructor for class org.playframework.netty.http.HttpStreamsServerHandler
- HttpStreamsServerHandler(List) - Constructor for class org.playframework.netty.http.HttpStreamsServerHandler
-
Create a new handler that is depended on by the given handlers.
O
- onComplete() - Method in class org.playframework.netty.CancelledSubscriber
- onComplete() - Method in class org.playframework.netty.HandlerSubscriber
- onComplete() - Method in class org.playframework.netty.http.DefaultWebSocketHttpResponse
- onError(Throwable) - Method in class org.playframework.netty.CancelledSubscriber
- onError(Throwable) - Method in class org.playframework.netty.HandlerSubscriber
- onError(Throwable) - Method in class org.playframework.netty.http.DefaultWebSocketHttpResponse
- onNext(WebSocketFrame) - Method in class org.playframework.netty.http.DefaultWebSocketHttpResponse
- onNext(T) - Method in class org.playframework.netty.CancelledSubscriber
- onNext(T) - Method in class org.playframework.netty.HandlerSubscriber
- onSubscribe(Subscription) - Method in class org.playframework.netty.CancelledSubscriber
- onSubscribe(Subscription) - Method in class org.playframework.netty.HandlerSubscriber
- onSubscribe(Subscription) - Method in class org.playframework.netty.http.DefaultWebSocketHttpResponse
- org.playframework.netty - package org.playframework.netty
- org.playframework.netty.http - package org.playframework.netty.http
R
- receivedInMessage(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsClientHandler
-
Invoked when an incoming message is first received.
- receivedInMessage(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
- receivedOutMessage(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsClientHandler
- receivedOutMessage(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
-
Invoked when an outgoing message is first received.
- requestDemand() - Method in class org.playframework.netty.HandlerPublisher
-
Override to intercept when demand is requested.
S
- sentOutMessage(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsClientHandler
- sentOutMessage(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
- StreamedHttpMessage - Interface in org.playframework.netty.http
-
Combines
HttpMessageandPublisherinto one message. - StreamedHttpRequest - Interface in org.playframework.netty.http
-
Combines
HttpRequestandStreamedHttpMessageinto one message. - StreamedHttpResponse - Interface in org.playframework.netty.http
-
Combines
HttpResponseandStreamedHttpMessageinto one message. - subscribe(Subscriber) - Method in class org.playframework.netty.http.DefaultStreamedHttpRequest
- subscribe(Subscriber) - Method in class org.playframework.netty.http.DefaultStreamedHttpResponse
- subscribe(Subscriber) - Method in class org.playframework.netty.http.DefaultWebSocketHttpResponse
- subscribe(Subscriber) - Method in class org.playframework.netty.HandlerPublisher
- subscribeSubscriberToStream(StreamedHttpMessage, Subscriber) - Method in class org.playframework.netty.http.HttpStreamsClientHandler
- subscribeSubscriberToStream(StreamedHttpMessage, Subscriber) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
-
Subscribe the given subscriber to the given streamed message.
U
- unbufferedWrite(ChannelHandlerContext, HttpStreamsHandler.Outgoing) - Method in class org.playframework.netty.http.HttpStreamsClientHandler
- unbufferedWrite(ChannelHandlerContext, HttpStreamsHandler.Outgoing) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
W
- WebSocketHttpResponse - Interface in org.playframework.netty.http
-
Combines
HttpResponseandProcessorinto one message. - write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.playframework.netty.http.HttpStreamsClientHandler
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
All Classes and Interfaces|All Packages