|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.netty.handler.codec.oneone.OneToOneEncoder
org.jboss.netty.handler.codec.serialization.ObjectEncoder
groovyx.gpars.remote.netty.RemoteObjectEncoder
@ChannelHandler.Sharable public class RemoteObjectEncoder
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler |
|---|
org.jboss.netty.channel.ChannelHandler.Sharable |
| Field Summary | |
|---|---|
private RemoteConnection |
connection
|
| Constructor Summary | |
|---|---|
RemoteObjectEncoder(RemoteConnection connection)
Creates a new encoder. |
|
| Method Summary | |
|---|---|
protected java.lang.Object |
encode(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.Channel channel,
java.lang.Object msg)
|
| Methods inherited from class org.jboss.netty.handler.codec.oneone.OneToOneEncoder |
|---|
handleDownstream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final RemoteConnection connection
| Constructor Detail |
|---|
public RemoteObjectEncoder(RemoteConnection connection)
connection - connection handling serialization details| Method Detail |
|---|
protected java.lang.Object encode(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.Channel channel,
java.lang.Object msg)
throws java.lang.Exception
encode in class org.jboss.netty.handler.codec.serialization.ObjectEncoderjava.lang.Exception
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||