Index

A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

acceptInboundMessage(Object) - Method in class org.playframework.netty.HandlerPublisher
Returns true if the given message should be handled.
addDemand(long) - Method in class org.playframework.netty.HandlerPublisher
 
awaiting100Continue - Variable in class org.playframework.netty.http.HttpStreamsClientHandler
 
awaiting100ContinueMessage - Variable in class org.playframework.netty.http.HttpStreamsClientHandler
 

B

bodyRequested(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsHandler
Invoked every time a read of the incoming body is requested by the subscriber.
bodyRequested(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
 
buffer - Variable in class org.playframework.netty.HandlerPublisher
 
BUFFERING - Enum constant in enum org.playframework.netty.HandlerPublisher.State
There is no demand, and we're buffering elements.

C

cancel() - Method in class org.playframework.netty.HandlerPublisher.ChannelSubscription
 
cancel() - Method in class org.playframework.netty.HandlerSubscriber
 
cancelled() - Method in class org.playframework.netty.HandlerPublisher
Override to handle when a subscriber cancels the subscription.
CANCELLED - Enum constant in enum org.playframework.netty.HandlerSubscriber.State
 
CancelledSubscriber<T> - Class in org.playframework.netty
A cancelled subscriber.
CancelledSubscriber() - Constructor for class org.playframework.netty.CancelledSubscriber
 
canHaveBody(HttpResponse) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
 
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.HttpStreamsHandler
 
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.HttpStreamsHandler
 
channelRegistered(ChannelHandlerContext) - Method in class org.playframework.netty.HandlerPublisher
 
channelRegistered(ChannelHandlerContext) - Method in class org.playframework.netty.HandlerSubscriber
 
ChannelSubscription() - Constructor for class org.playframework.netty.HandlerPublisher.ChannelSubscription
 
channelWritabilityChanged(ChannelHandlerContext) - Method in class org.playframework.netty.HandlerSubscriber
 
cleanup() - Method in class org.playframework.netty.HandlerPublisher
Release all elements from the buffer.
close - Variable in class org.playframework.netty.http.HttpStreamsServerHandler
 
close(ChannelHandlerContext, ChannelPromise) - Method in class org.playframework.netty.http.HttpStreamsClientHandler
 
closeOnZeroInFlight - Variable in class org.playframework.netty.http.HttpStreamsClientHandler
 
complete() - Method in class org.playframework.netty.HandlerPublisher
 
complete() - Method in class org.playframework.netty.HandlerSubscriber
Override for custom completion handling.
COMPLETE - Enum constant in enum org.playframework.netty.HandlerSubscriber.State
 
COMPLETE - Static variable in class org.playframework.netty.HandlerPublisher
Used for buffering a completion signal.
completeBody(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsHandler
 
consumedInMessage(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsClientHandler
 
consumedInMessage(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsHandler
Invoked when an incoming message is fully consumed.
consumedInMessage(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
 
content() - Method in class org.playframework.netty.http.EmptyHttpRequest
 
content() - Method in class org.playframework.netty.http.EmptyHttpResponse
 
continueExpected - Variable in class org.playframework.netty.http.HttpStreamsServerHandler
 
copy() - Method in class org.playframework.netty.http.EmptyHttpRequest
 
copy() - Method in class org.playframework.netty.http.EmptyHttpResponse
 
createEmptyMessage(In) - Method in class org.playframework.netty.http.HttpStreamsHandler
Create an empty incoming message.
createEmptyMessage(HttpRequest) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
 
createEmptyMessage(HttpResponse) - Method in class org.playframework.netty.http.HttpStreamsClientHandler
 
createStreamedMessage(In, Publisher<HttpContent>) - Method in class org.playframework.netty.http.HttpStreamsHandler
Create a streamed incoming message with the given stream.
createStreamedMessage(HttpRequest, Publisher<HttpContent>) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
 
createStreamedMessage(HttpResponse, Publisher<HttpContent>) - Method in class org.playframework.netty.http.HttpStreamsClientHandler
 
ctx - Variable in class org.playframework.netty.HandlerPublisher
 
ctx - Variable in class org.playframework.netty.HandlerSubscriber
 
currentlyStreamedMessage - Variable in class org.playframework.netty.http.HttpStreamsHandler
The incoming message that is currently being streamed out to a subscriber.

D

decoderResult() - Method in class org.playframework.netty.http.DelegateHttpMessage
 
DEFAULT_HIGH_WATERMARK - Static variable in class org.playframework.netty.HandlerSubscriber
 
DEFAULT_LOW_WATERMARK - Static variable in class org.playframework.netty.HandlerSubscriber
 
DefaultStreamedHttpRequest - Class in org.playframework.netty.http
A default streamed HTTP request.
DefaultStreamedHttpRequest(HttpVersion, HttpMethod, String, boolean, Publisher<HttpContent>) - Constructor for class org.playframework.netty.http.DefaultStreamedHttpRequest
 
DefaultStreamedHttpRequest(HttpVersion, HttpMethod, String, Publisher<HttpContent>) - 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<HttpContent>) - Constructor for class org.playframework.netty.http.DefaultStreamedHttpResponse
 
DefaultStreamedHttpResponse(HttpVersion, HttpResponseStatus, Publisher<HttpContent>) - 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<WebSocketFrame, WebSocketFrame>, WebSocketServerHandshakerFactory) - Constructor for class org.playframework.netty.http.DefaultWebSocketHttpResponse
 
DefaultWebSocketHttpResponse(HttpVersion, HttpResponseStatus, Processor<WebSocketFrame, WebSocketFrame>, WebSocketServerHandshakerFactory) - Constructor for class org.playframework.netty.http.DefaultWebSocketHttpResponse
 
DelegateHttpMessage - Class in org.playframework.netty.http
 
DelegateHttpMessage(HttpMessage) - Constructor for class org.playframework.netty.http.DelegateHttpMessage
 
DelegateHttpRequest - Class in org.playframework.netty.http
 
DelegateHttpRequest(HttpRequest) - Constructor for class org.playframework.netty.http.DelegateHttpRequest
 
DelegateHttpResponse - Class in org.playframework.netty.http
 
DelegateHttpResponse(HttpResponse) - Constructor for class org.playframework.netty.http.DelegateHttpResponse
 
DelegateStreamedHttpRequest - Class in org.playframework.netty.http
 
DelegateStreamedHttpRequest(HttpRequest, Publisher<HttpContent>) - Constructor for class org.playframework.netty.http.DelegateStreamedHttpRequest
 
DelegateStreamedHttpResponse - Class in org.playframework.netty.http
 
DelegateStreamedHttpResponse(HttpResponse, Publisher<HttpContent>) - Constructor for class org.playframework.netty.http.DelegateStreamedHttpResponse
 
demandHighWatermark - Variable in class org.playframework.netty.HandlerSubscriber
 
DEMANDING - Enum constant in enum org.playframework.netty.HandlerPublisher.State
We have nothing buffered, but there is demand.
demandLowWatermark - Variable in class org.playframework.netty.HandlerSubscriber
 
dependentHandlers - Variable in class org.playframework.netty.http.HttpStreamsServerHandler
 
doClose() - Method in class org.playframework.netty.HandlerSubscriber
 
DONE - Enum constant in enum org.playframework.netty.HandlerPublisher.State
We're done, in the terminal state.
DRAINING - Enum constant in enum org.playframework.netty.HandlerPublisher.State
The stream is complete, however there are still elements buffered for which no demand has come from the subscriber.
duplicate() - Method in class org.playframework.netty.http.EmptyHttpRequest
 
duplicate() - Method in class org.playframework.netty.http.EmptyHttpResponse
 

E

EmptyHttpRequest - Class in org.playframework.netty.http
 
EmptyHttpRequest(HttpRequest) - Constructor for class org.playframework.netty.http.EmptyHttpRequest
 
EmptyHttpResponse - Class in org.playframework.netty.http
 
EmptyHttpResponse(HttpResponse) - Constructor for class org.playframework.netty.http.EmptyHttpResponse
 
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
 
executeInEventLoop(ChannelHandlerContext, Runnable) - Method in class org.playframework.netty.http.HttpStreamsHandler
 
executor - Variable in class org.playframework.netty.HandlerPublisher
 
executor - Variable in class org.playframework.netty.HandlerSubscriber
 

F

flushBuffer() - Method in class org.playframework.netty.HandlerPublisher
 
flushNext(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsHandler
 

G

getDecoderResult() - Method in class org.playframework.netty.http.DelegateHttpMessage
Deprecated.
getMethod() - Method in class org.playframework.netty.http.DelegateHttpRequest
Deprecated.
getProtocolVersion() - Method in class org.playframework.netty.http.DelegateHttpMessage
Deprecated.
getStatus() - Method in class org.playframework.netty.http.DelegateHttpResponse
Deprecated.
getUri() - Method in class org.playframework.netty.http.DelegateHttpRequest
Deprecated.

H

handleCancelled(ChannelHandlerContext, In) - Method in class org.playframework.netty.http.HttpStreamsHandler
 
handlerAdded(ChannelHandlerContext) - Method in class org.playframework.netty.HandlerPublisher
 
handlerAdded(ChannelHandlerContext) - Method in class org.playframework.netty.HandlerSubscriber
 
handleReadHttpContent(ChannelHandlerContext, HttpContent) - Method in class org.playframework.netty.http.HttpStreamsHandler
 
HandlerPublisher<T> - Class in org.playframework.netty
Publisher for a Netty Handler.
HandlerPublisher(EventExecutor, Class<? extends T>) - Constructor for class org.playframework.netty.HandlerPublisher
Create a handler publisher.
HandlerPublisher.ChannelSubscription - Class in org.playframework.netty
 
HandlerPublisher.State - Enum in org.playframework.netty
 
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.
HandlerSubscriber.State - Enum in org.playframework.netty
 
handleWebSocketResponse(ChannelHandlerContext, HttpStreamsHandler.Outgoing) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
 
handshakerFactory - Variable in class org.playframework.netty.http.DefaultWebSocketHttpResponse
 
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(In) - Method in class org.playframework.netty.http.HttpStreamsHandler
Whether the given incoming message has a body.
hasBody(HttpRequest) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
 
hasBody(HttpResponse) - Method in class org.playframework.netty.http.HttpStreamsClientHandler
 
hasSubscriber - Variable in class org.playframework.netty.HandlerPublisher
Whether a subscriber has been provided.
hasSubscription - Variable in class org.playframework.netty.HandlerSubscriber
 
headers() - Method in class org.playframework.netty.http.DelegateHttpMessage
 
HttpStreamsClientHandler - Class in org.playframework.netty.http
Handler that converts written StreamedHttpRequest messages into HttpRequest messages followed by HttpContent messages and reads HttpResponse messages followed by HttpContent messages and produces StreamedHttpResponse messages.
HttpStreamsClientHandler() - Constructor for class org.playframework.netty.http.HttpStreamsClientHandler
 
HttpStreamsHandler<In,Out> - Class in org.playframework.netty.http
 
HttpStreamsHandler(Class<In>, Class<Out>) - Constructor for class org.playframework.netty.http.HttpStreamsHandler
 
HttpStreamsHandler.Outgoing - Class in org.playframework.netty.http
 
HttpStreamsServerHandler - Class in org.playframework.netty.http
Handler that reads HttpRequest messages followed by HttpContent messages and produces StreamedHttpRequest messages, and converts written StreamedHttpResponse messages into HttpResponse messages followed by HttpContent messages.
HttpStreamsServerHandler() - Constructor for class org.playframework.netty.http.HttpStreamsServerHandler
 
HttpStreamsServerHandler(List<ChannelHandler>) - Constructor for class org.playframework.netty.http.HttpStreamsServerHandler
Create a new handler that is depended on by the given handlers.

I

IDLE - Enum constant in enum org.playframework.netty.HandlerPublisher.State
There is no demand, and we have nothing buffered.
ignoreBodyRead - Variable in class org.playframework.netty.http.HttpStreamsHandler
Ignore the remaining reads for the incoming message.
ignoreResponseBody - Variable in class org.playframework.netty.http.HttpStreamsClientHandler
 
illegalDemand() - Method in class org.playframework.netty.HandlerPublisher
 
INACTIVE - Enum constant in enum org.playframework.netty.HandlerSubscriber.State
 
inClass - Variable in class org.playframework.netty.http.HttpStreamsHandler
 
inFlight - Variable in class org.playframework.netty.http.HttpStreamsClientHandler
 
inFlight - Variable in class org.playframework.netty.http.HttpStreamsServerHandler
 

L

lastRequest - Variable in class org.playframework.netty.http.HttpStreamsServerHandler
 
lastWriteFuture - Variable in class org.playframework.netty.HandlerSubscriber
 

M

matcher - Variable in class org.playframework.netty.HandlerPublisher
 
maybeRequestMore() - Method in class org.playframework.netty.HandlerSubscriber
 
maybeStart() - Method in class org.playframework.netty.HandlerSubscriber
 
message - Variable in class org.playframework.netty.http.DelegateHttpMessage
 
message - Variable in class org.playframework.netty.http.HttpStreamsHandler.Outgoing
 
method() - Method in class org.playframework.netty.http.DelegateHttpRequest
 

N

NO_CONTEXT - Enum constant in enum org.playframework.netty.HandlerPublisher.State
A subscriber has been provided, but no context has been provided.
NO_CONTEXT - Enum constant in enum org.playframework.netty.HandlerSubscriber.State
 
NO_SUBSCRIBER - Enum constant in enum org.playframework.netty.HandlerPublisher.State
A context has been provided, but no subscriber has been provided.
NO_SUBSCRIBER_ERROR - Enum constant in enum org.playframework.netty.HandlerPublisher.State
An error has been received, but there's no subscriber to receive it.
NO_SUBSCRIBER_OR_CONTEXT - Enum constant in enum org.playframework.netty.HandlerPublisher.State
Initial state.
NO_SUBSCRIPTION - Enum constant in enum org.playframework.netty.HandlerSubscriber.State
 
NO_SUBSCRIPTION_OR_CONTEXT - Enum constant in enum org.playframework.netty.HandlerSubscriber.State
 
noSubscriberError - Variable in class org.playframework.netty.HandlerPublisher
 

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
 
outClass - Variable in class org.playframework.netty.http.HttpStreamsHandler
 
outgoing - Variable in class org.playframework.netty.http.HttpStreamsHandler
 
Outgoing(Out, ChannelPromise) - Constructor for class org.playframework.netty.http.HttpStreamsHandler.Outgoing
 
outstandingDemand - Variable in class org.playframework.netty.HandlerPublisher
 
outstandingDemand - Variable in class org.playframework.netty.HandlerSubscriber
 

P

processor - Variable in class org.playframework.netty.http.DefaultWebSocketHttpResponse
 
promise - Variable in class org.playframework.netty.http.HttpStreamsHandler.Outgoing
 
protocolVersion() - Method in class org.playframework.netty.http.DelegateHttpMessage
 
provideChannelContext(ChannelHandlerContext) - Method in class org.playframework.netty.HandlerPublisher
 
provideSubscriber(Subscriber<? super T>) - Method in class org.playframework.netty.HandlerPublisher
 
provideSubscription() - Method in class org.playframework.netty.HandlerSubscriber
 
publishMessage(Object) - Method in class org.playframework.netty.HandlerPublisher
 

R

receivedCancel() - Method in class org.playframework.netty.HandlerPublisher
 
receivedDemand(long) - Method in class org.playframework.netty.HandlerPublisher
 
receivedInMessage(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsHandler
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.HttpStreamsHandler
Invoked when an outgoing message is first received.
refCnt() - Method in class org.playframework.netty.http.EmptyHttpRequest
 
refCnt() - Method in class org.playframework.netty.http.EmptyHttpResponse
 
release() - Method in class org.playframework.netty.http.EmptyHttpRequest
 
release() - Method in class org.playframework.netty.http.EmptyHttpResponse
 
release(int) - Method in class org.playframework.netty.http.EmptyHttpRequest
 
release(int) - Method in class org.playframework.netty.http.EmptyHttpResponse
 
removeHandlerIfActive(ChannelHandlerContext, String) - Method in class org.playframework.netty.http.HttpStreamsHandler
Most operations we want to do even if the channel is not active, because if it's not, then we want to encounter the error that occurs when that operation happens and so that it can be passed up to the user.
replace(ByteBuf) - Method in class org.playframework.netty.http.EmptyHttpRequest
 
replace(ByteBuf) - Method in class org.playframework.netty.http.EmptyHttpResponse
 
request - Variable in class org.playframework.netty.http.DelegateHttpRequest
 
request(long) - Method in class org.playframework.netty.HandlerPublisher.ChannelSubscription
 
requestDemand() - Method in class org.playframework.netty.HandlerPublisher
Override to intercept when demand is requested.
response - Variable in class org.playframework.netty.http.DelegateHttpResponse
 
retain() - Method in class org.playframework.netty.http.EmptyHttpRequest
 
retain() - Method in class org.playframework.netty.http.EmptyHttpResponse
 
retain(int) - Method in class org.playframework.netty.http.EmptyHttpRequest
 
retain(int) - Method in class org.playframework.netty.http.EmptyHttpResponse
 
retainedDuplicate() - Method in class org.playframework.netty.http.EmptyHttpRequest
 
retainedDuplicate() - Method in class org.playframework.netty.http.EmptyHttpResponse
 
RUNNING - Enum constant in enum org.playframework.netty.HandlerSubscriber.State
 

S

sendContinue - Variable in class org.playframework.netty.http.HttpStreamsServerHandler
 
sendLastHttpContent - Variable in class org.playframework.netty.http.HttpStreamsHandler
Whether a LastHttpContent message needs to be written once the incoming publisher completes.
sentOutMessage(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsClientHandler
 
sentOutMessage(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsHandler
Invoked when an outgoing message is fully sent.
sentOutMessage(ChannelHandlerContext) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
 
setDecoderResult(DecoderResult) - Method in class org.playframework.netty.http.DelegateHttpMessage
 
setMethod(HttpMethod) - Method in class org.playframework.netty.http.DelegateHttpRequest
 
setMethod(HttpMethod) - Method in class org.playframework.netty.http.EmptyHttpRequest
 
setProtocolVersion(HttpVersion) - Method in class org.playframework.netty.http.DelegateHttpMessage
 
setProtocolVersion(HttpVersion) - Method in class org.playframework.netty.http.DelegateHttpRequest
 
setProtocolVersion(HttpVersion) - Method in class org.playframework.netty.http.DelegateHttpResponse
 
setProtocolVersion(HttpVersion) - Method in class org.playframework.netty.http.EmptyHttpRequest
 
setProtocolVersion(HttpVersion) - Method in class org.playframework.netty.http.EmptyHttpResponse
 
setStatus(HttpResponseStatus) - Method in class org.playframework.netty.http.DelegateHttpResponse
 
setStatus(HttpResponseStatus) - Method in class org.playframework.netty.http.EmptyHttpResponse
 
setUri(String) - Method in class org.playframework.netty.http.DelegateHttpRequest
 
setUri(String) - Method in class org.playframework.netty.http.EmptyHttpRequest
 
state - Variable in class org.playframework.netty.HandlerPublisher
 
state - Variable in class org.playframework.netty.HandlerSubscriber
 
State() - Constructor for enum org.playframework.netty.HandlerPublisher.State
 
State() - Constructor for enum org.playframework.netty.HandlerSubscriber.State
 
status() - Method in class org.playframework.netty.http.DelegateHttpResponse
 
stream - Variable in class org.playframework.netty.http.DefaultStreamedHttpRequest
 
stream - Variable in class org.playframework.netty.http.DefaultStreamedHttpResponse
 
stream - Variable in class org.playframework.netty.http.DelegateStreamedHttpRequest
 
stream - Variable in class org.playframework.netty.http.DelegateStreamedHttpResponse
 
StreamedHttpMessage - Interface in org.playframework.netty.http
Combines HttpMessage and Publisher into one message.
StreamedHttpRequest - Interface in org.playframework.netty.http
Combines HttpRequest and StreamedHttpMessage into one message.
StreamedHttpResponse - Interface in org.playframework.netty.http
Combines HttpResponse and StreamedHttpMessage into one message.
subscribe(Subscriber<? super HttpContent>) - Method in class org.playframework.netty.http.DefaultStreamedHttpRequest
 
subscribe(Subscriber<? super HttpContent>) - Method in class org.playframework.netty.http.DefaultStreamedHttpResponse
 
subscribe(Subscriber<? super HttpContent>) - Method in class org.playframework.netty.http.DelegateStreamedHttpRequest
 
subscribe(Subscriber<? super HttpContent>) - Method in class org.playframework.netty.http.DelegateStreamedHttpResponse
 
subscribe(Subscriber<? super WebSocketFrame>) - Method in class org.playframework.netty.http.DefaultWebSocketHttpResponse
 
subscribe(Subscriber<? super T>) - Method in class org.playframework.netty.HandlerPublisher
 
subscriber - Variable in class org.playframework.netty.HandlerPublisher
 
subscribeSubscriberToStream(StreamedHttpMessage, Subscriber<HttpContent>) - Method in class org.playframework.netty.http.HttpStreamsClientHandler
 
subscribeSubscriberToStream(StreamedHttpMessage, Subscriber<HttpContent>) - Method in class org.playframework.netty.http.HttpStreamsHandler
Subscribe the given subscriber to the given streamed message.
subscription - Variable in class org.playframework.netty.HandlerSubscriber
 

T

toString() - Method in class org.playframework.netty.http.DelegateHttpMessage
 
touch() - Method in class org.playframework.netty.http.EmptyHttpRequest
 
touch() - Method in class org.playframework.netty.http.EmptyHttpResponse
 
touch(Object) - Method in class org.playframework.netty.http.EmptyHttpRequest
 
touch(Object) - Method in class org.playframework.netty.http.EmptyHttpResponse
 
trailingHeaders() - Method in class org.playframework.netty.http.EmptyHttpRequest
 
trailingHeaders() - Method in class org.playframework.netty.http.EmptyHttpResponse
 

U

unbufferedWrite(ChannelHandlerContext, HttpStreamsHandler.Outgoing) - Method in class org.playframework.netty.http.HttpStreamsHandler
 
unbufferedWrite(ChannelHandlerContext, HttpStreamsHandler.Outgoing) - Method in class org.playframework.netty.http.HttpStreamsServerHandler
 
uri() - Method in class org.playframework.netty.http.DelegateHttpRequest
 

V

valueOf(String) - Static method in enum org.playframework.netty.HandlerPublisher.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.playframework.netty.HandlerSubscriber.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.playframework.netty.HandlerPublisher.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.playframework.netty.HandlerSubscriber.State
Returns an array containing the constants of this enum type, in the order they are declared.
verifyRegisteredWithRightExecutor(ChannelHandlerContext) - Method in class org.playframework.netty.HandlerPublisher
 
verifyRegisteredWithRightExecutor(ChannelHandlerContext) - Method in class org.playframework.netty.HandlerSubscriber
 

W

WebSocketHttpResponse - Interface in org.playframework.netty.http
Combines HttpResponse and Processor into one message.
webSocketResponse - Variable in class org.playframework.netty.http.HttpStreamsServerHandler
 
withServer - Variable in class org.playframework.netty.http.HttpStreamsClientHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.playframework.netty.http.HttpStreamsHandler
 
A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values