Skip navigation links
A C E H O R S 

A

acceptInboundMessage(Object) - Method in class com.typesafe.netty.HandlerPublisher
Returns true if the given message should be handled.

C

cancelled() - Method in class com.typesafe.netty.HandlerPublisher
Override to handle when a subscriber cancels the subscription.
CancelledSubscriber<T> - Class in com.typesafe.netty
A cancelled subscriber.
CancelledSubscriber() - Constructor for class com.typesafe.netty.CancelledSubscriber
 
channelActive(ChannelHandlerContext) - Method in class com.typesafe.netty.HandlerPublisher
 
channelActive(ChannelHandlerContext) - Method in class com.typesafe.netty.HandlerSubscriber
 
channelInactive(ChannelHandlerContext) - Method in class com.typesafe.netty.HandlerPublisher
 
channelInactive(ChannelHandlerContext) - Method in class com.typesafe.netty.HandlerSubscriber
 
channelRead(ChannelHandlerContext, Object) - Method in class com.typesafe.netty.HandlerPublisher
 
channelReadComplete(ChannelHandlerContext) - Method in class com.typesafe.netty.HandlerPublisher
 
channelRegistered(ChannelHandlerContext) - Method in class com.typesafe.netty.HandlerPublisher
 
channelRegistered(ChannelHandlerContext) - Method in class com.typesafe.netty.HandlerSubscriber
 
channelWritabilityChanged(ChannelHandlerContext) - Method in class com.typesafe.netty.HandlerSubscriber
 
com.typesafe.netty - package com.typesafe.netty
 
complete() - Method in class com.typesafe.netty.HandlerSubscriber
Override for custom completion handling.

E

error(Throwable) - Method in class com.typesafe.netty.HandlerSubscriber
Override for custom error handling.
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.typesafe.netty.HandlerPublisher
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.typesafe.netty.HandlerSubscriber
 

H

handlerAdded(ChannelHandlerContext) - Method in class com.typesafe.netty.HandlerPublisher
 
handlerAdded(ChannelHandlerContext) - Method in class com.typesafe.netty.HandlerSubscriber
 
HandlerPublisher<T> - Class in com.typesafe.netty
Publisher for a Netty Handler.
HandlerPublisher(EventExecutor, Class<? extends T>) - Constructor for class com.typesafe.netty.HandlerPublisher
Create a handler publisher.
handlerRemoved(ChannelHandlerContext) - Method in class com.typesafe.netty.HandlerPublisher
 
handlerRemoved(ChannelHandlerContext) - Method in class com.typesafe.netty.HandlerSubscriber
 
HandlerSubscriber<T> - Class in com.typesafe.netty
Subscriber that publishes received messages to the handler pipeline.
HandlerSubscriber(EventExecutor, long, long) - Constructor for class com.typesafe.netty.HandlerSubscriber
Create a new handler subscriber.
HandlerSubscriber(EventExecutor) - Constructor for class com.typesafe.netty.HandlerSubscriber
Create a new handler subscriber with the default low and high watermarks.

O

onComplete() - Method in class com.typesafe.netty.CancelledSubscriber
 
onComplete() - Method in class com.typesafe.netty.HandlerSubscriber
 
onError(Throwable) - Method in class com.typesafe.netty.CancelledSubscriber
 
onError(Throwable) - Method in class com.typesafe.netty.HandlerSubscriber
 
onNext(T) - Method in class com.typesafe.netty.CancelledSubscriber
 
onNext(T) - Method in class com.typesafe.netty.HandlerSubscriber
 
onSubscribe(Subscription) - Method in class com.typesafe.netty.CancelledSubscriber
 
onSubscribe(Subscription) - Method in class com.typesafe.netty.HandlerSubscriber
 

R

requestDemand() - Method in class com.typesafe.netty.HandlerPublisher
Override to intercept when demand is requested.

S

subscribe(Subscriber<? super T>) - Method in class com.typesafe.netty.HandlerPublisher
 
A C E H O R S 
Skip navigation links

Copyright © 2015–2019 Typesafe. All rights reserved.