|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.netty.channel.SimpleChannelHandler
org.jboss.netty.handler.timeout.IdleStateAwareChannelHandler
openr66.protocol.networkhandler.NetworkServerHandler
openr66.protocol.networkhandler.ssl.NetworkSslServerHandler
public class NetworkSslServerHandler
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler |
---|
org.jboss.netty.channel.ChannelHandler.Sharable |
Field Summary |
---|
Fields inherited from class openr66.protocol.networkhandler.NetworkServerHandler |
---|
dbSession, isServer, isSSL, keepAlivedSent |
Constructor Summary | |
---|---|
NetworkSslServerHandler(boolean isServer)
|
Method Summary | |
---|---|
void |
channelConnected(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e)
|
void |
channelOpen(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e)
|
static boolean |
isSslConnectedChannel(org.jboss.netty.channel.Channel channel)
|
Methods inherited from class openr66.protocol.networkhandler.NetworkServerHandler |
---|
channelClosed, channelIdle, exceptionCaught, getDbSession, isSsl, messageReceived, setKeepAlivedSent |
Methods inherited from class org.jboss.netty.handler.timeout.IdleStateAwareChannelHandler |
---|
handleUpstream |
Methods inherited from class org.jboss.netty.channel.SimpleChannelHandler |
---|
bindRequested, channelBound, channelDisconnected, channelInterestChanged, channelUnbound, childChannelClosed, childChannelOpen, closeRequested, connectRequested, disconnectRequested, handleDownstream, setInterestOpsRequested, unbindRequested, writeComplete, writeRequested |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetworkSslServerHandler(boolean isServer)
isServer
- Method Detail |
---|
public static boolean isSslConnectedChannel(org.jboss.netty.channel.Channel channel)
channel
-
public void channelOpen(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.ChannelStateEvent e) throws Exception
channelOpen
in class org.jboss.netty.channel.SimpleChannelHandler
Exception
public void channelConnected(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.ChannelStateEvent e) throws OpenR66ProtocolNetworkException
channelConnected
in class NetworkServerHandler
OpenR66ProtocolNetworkException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |