public class SolrServerHandler extends io.netty.channel.SimpleChannelInboundHandler<SolrProtocol.SolrRequest>
| 构造器和说明 |
|---|
SolrServerHandler(org.apache.solr.core.CoreContainer coreContainer,
RequestExecutor queryExecutor,
RequestExecutor updateExecutor) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
SolrProtocol.SolrRequest solrRequest) |
void |
channelReadComplete(io.netty.channel.ChannelHandlerContext ctx) |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
channelActive, channelInactive, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredpublic SolrServerHandler(org.apache.solr.core.CoreContainer coreContainer,
RequestExecutor queryExecutor,
RequestExecutor updateExecutor)
protected void channelRead0(io.netty.channel.ChannelHandlerContext ctx,
SolrProtocol.SolrRequest solrRequest)
throws Exception
channelRead0 在类中 io.netty.channel.SimpleChannelInboundHandler<SolrProtocol.SolrRequest>Exceptionpublic void channelReadComplete(io.netty.channel.ChannelHandlerContext ctx)
throws Exception
channelReadComplete 在接口中 io.netty.channel.ChannelInboundHandlerchannelReadComplete 在类中 io.netty.channel.ChannelInboundHandlerAdapterExceptionpublic void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause)
throws Exception
exceptionCaught 在接口中 io.netty.channel.ChannelHandlerexceptionCaught 在接口中 io.netty.channel.ChannelInboundHandlerexceptionCaught 在类中 io.netty.channel.ChannelInboundHandlerAdapterExceptionCopyright © 2016 vootoo. All rights reserved.