com.ning.http.client.providers.netty
Interface Protocol


public interface Protocol


Method Summary
 void handle(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.MessageEvent e)
           
 void onClose(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.ChannelStateEvent e)
           
 void onError(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.ExceptionEvent e)
           
 

Method Detail

handle

void handle(org.jboss.netty.channel.ChannelHandlerContext ctx,
            org.jboss.netty.channel.MessageEvent e)
            throws Exception
Throws:
Exception

onError

void onError(org.jboss.netty.channel.ChannelHandlerContext ctx,
             org.jboss.netty.channel.ExceptionEvent e)

onClose

void onClose(org.jboss.netty.channel.ChannelHandlerContext ctx,
             org.jboss.netty.channel.ChannelStateEvent e)


Copyright © 2014. All Rights Reserved.