|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovyx.gpars.remote.RemoteConnection groovyx.gpars.remote.netty.NettyRemoteConnection
public class NettyRemoteConnection
Connection using Netty
Nested Class Summary | |
---|---|
private static class |
NettyRemoteConnection.MyChannelFutureListener
|
Field Summary | |
---|---|
private NettyHandler |
handler
|
private NettyRemoteConnection.MyChannelFutureListener |
writeListener
|
Constructor Summary | |
---|---|
NettyRemoteConnection(NettyTransportProvider provider,
NettyHandler netHandler)
|
Method Summary | |
---|---|
void |
disconnect()
|
void |
write(SerialMsg msg)
|
Methods inherited from class groovyx.gpars.remote.RemoteConnection |
---|
getHost, onConnect, onDisconnect, onException, onMessage, setHost |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final NettyHandler handler
private final NettyRemoteConnection.MyChannelFutureListener writeListener
Constructor Detail |
---|
public NettyRemoteConnection(NettyTransportProvider provider, NettyHandler netHandler)
Method Detail |
---|
public void write(SerialMsg msg)
write
in class RemoteConnection
public void disconnect()
disconnect
in class RemoteConnection
|
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 |