public class FlashPolicyServerPipelineFactory extends Object implements org.jboss.netty.channel.ChannelPipelineFactory
Modifier and Type | Field and Description |
---|---|
private org.jboss.netty.util.Timer |
timer |
Constructor and Description |
---|
FlashPolicyServerPipelineFactory() |
Modifier and Type | Method and Description |
---|---|
protected FlashPolicyServerHandler |
getFlashPolicyServerHandler()
Spring will return the actual prototype bean from its context here.
|
org.jboss.netty.channel.ChannelPipeline |
getPipeline() |
org.jboss.netty.util.Timer |
getTimer() |
void |
setTimer(org.jboss.netty.util.Timer timer) |
public org.jboss.netty.channel.ChannelPipeline getPipeline() throws Exception
getPipeline
in interface org.jboss.netty.channel.ChannelPipelineFactory
Exception
protected FlashPolicyServerHandler getFlashPolicyServerHandler()
FlashPolicyServerHandler
public org.jboss.netty.util.Timer getTimer()
public void setTimer(org.jboss.netty.util.Timer timer)
Copyright © 2013. All Rights Reserved.