org.teiid.transport
Class SSLAwareChannelHandler
java.lang.Object
org.jboss.netty.channel.SimpleChannelHandler
org.teiid.transport.SSLAwareChannelHandler
- All Implemented Interfaces:
- org.jboss.netty.channel.ChannelDownstreamHandler, org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelPipelineFactory, org.jboss.netty.channel.ChannelUpstreamHandler
@ChannelHandler.Sharable
public class SSLAwareChannelHandler
- extends org.jboss.netty.channel.SimpleChannelHandler
- implements org.jboss.netty.channel.ChannelPipelineFactory
Main class for creating Netty Nio Channels
Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler |
org.jboss.netty.channel.ChannelHandler.Sharable |
Methods inherited from class org.jboss.netty.channel.SimpleChannelHandler |
bindRequested, channelBound, channelClosed, channelInterestChanged, channelOpen, channelUnbound, childChannelClosed, childChannelOpen, closeRequested, connectRequested, disconnectRequested, handleDownstream, handleUpstream, setInterestOpsRequested, unbindRequested, writeComplete, writeRequested |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSLAwareChannelHandler
public SSLAwareChannelHandler(ChannelListener.ChannelListenerFactory listenerFactory,
SSLConfiguration config,
ClassLoader classloader,
StorageManager storageManager)
channelConnected
public void channelConnected(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e)
throws Exception
- Overrides:
channelConnected
in class org.jboss.netty.channel.SimpleChannelHandler
- Throws:
Exception
exceptionCaught
public void exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e)
throws Exception
- Overrides:
exceptionCaught
in class org.jboss.netty.channel.SimpleChannelHandler
- Throws:
Exception
messageReceived
public void messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e)
throws Exception
- Overrides:
messageReceived
in class org.jboss.netty.channel.SimpleChannelHandler
- Throws:
Exception
channelDisconnected
public void channelDisconnected(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e)
throws Exception
- Overrides:
channelDisconnected
in class org.jboss.netty.channel.SimpleChannelHandler
- Throws:
Exception
getPipeline
public org.jboss.netty.channel.ChannelPipeline getPipeline()
throws Exception
- Specified by:
getPipeline
in interface org.jboss.netty.channel.ChannelPipelineFactory
- Throws:
Exception
getObjectsRead
public long getObjectsRead()
getObjectsWritten
public long getObjectsWritten()
getConnectedChannels
public int getConnectedChannels()
getMaxConnectedChannels
public int getMaxConnectedChannels()
Copyright © 2011. All Rights Reserved.