|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.netty.channel.SimpleChannelHandler
akka.remote.transport.netty.ClientHandler
akka.remote.transport.netty.TcpClientHandler
public class TcpClientHandler
INTERNAL API
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler |
|---|
org.jboss.netty.channel.ChannelHandler.Sharable |
| Constructor Summary | |
|---|---|
TcpClientHandler(NettyTransport _transport,
akka.actor.Address remoteAddress)
|
|
| Method Summary | |
|---|---|
void |
onConnect(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e)
|
| Methods inherited from class akka.remote.transport.netty.ClientHandler |
|---|
initOutbound, statusFuture, statusPromise, transport |
| Methods inherited from class org.jboss.netty.channel.SimpleChannelHandler |
|---|
bindRequested, channelBound, channelClosed, channelConnected, channelDisconnected, channelInterestChanged, channelOpen, channelUnbound, childChannelClosed, childChannelOpen, closeRequested, connectRequested, disconnectRequested, exceptionCaught, handleDownstream, handleUpstream, messageReceived, setInterestOpsRequested, unbindRequested, writeComplete, writeRequested |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface akka.remote.transport.netty.TcpHandlers |
|---|
createHandle, onDisconnect, onException, onMessage, registerListener |
| Methods inherited from interface akka.remote.transport.netty.CommonHandlers |
|---|
init, onOpen, transport |
| Methods inherited from interface akka.remote.transport.netty.NettyHelpers |
|---|
transformException |
| Methods inherited from interface akka.remote.transport.netty.NettyClientHelpers |
|---|
channelConnected, channelDisconnected, channelOpen, exceptionCaught, messageReceived |
| Constructor Detail |
|---|
public TcpClientHandler(NettyTransport _transport,
akka.actor.Address remoteAddress)
| Method Detail |
|---|
public void onConnect(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e)
onConnect in interface NettyHelpers
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||