|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.netty.channel.SimpleChannelUpstreamHandler
akka.remote.transport.netty.ServerHandler
public abstract class ServerHandler
INTERNAL API
| Constructor Summary | |
|---|---|
ServerHandler(NettyTransport transport,
scala.concurrent.Future<Transport.AssociationEventListener> associationListenerFuture)
|
|
| Method Summary | |
|---|---|
protected void |
initInbound(org.jboss.netty.channel.Channel channel,
java.net.SocketAddress remoteSocketAddress,
org.jboss.netty.buffer.ChannelBuffer msg)
|
protected NettyTransport |
transport()
|
| 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.NettyServerHelpers |
|---|
channelConnected, channelDisconnected, channelOpen, exceptionCaught, messageReceived |
| Methods inherited from interface akka.remote.transport.netty.CommonHandlers |
|---|
createHandle, init, onOpen, registerListener |
| Methods inherited from interface akka.remote.transport.netty.NettyHelpers |
|---|
onConnect, onDisconnect, onException, onMessage, transformException |
| Constructor Detail |
|---|
public ServerHandler(NettyTransport transport,
scala.concurrent.Future<Transport.AssociationEventListener> associationListenerFuture)
| Method Detail |
|---|
protected final NettyTransport transport()
transport in interface CommonHandlers
protected final void initInbound(org.jboss.netty.channel.Channel channel,
java.net.SocketAddress remoteSocketAddress,
org.jboss.netty.buffer.ChannelBuffer msg)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||