クラスの使用
org.piax.gtrans.netty.loctrans.NettyRawChannel
| パッケージ | 説明 |
|---|---|
| org.piax.gtrans.netty.loctrans |
-
org.piax.gtrans.netty.loctransでのNettyRawChannelの使用
NettyRawChannel型の型パラメータを持つorg.piax.gtrans.netty.loctransのフィールド 修飾子とタイプ フィールド 説明 protected ConcurrentHashMap<E,NettyRawChannel<E>>NettyChannelTransport. rawsNettyRawChannelを返すorg.piax.gtrans.netty.loctransのメソッド 修飾子とタイプ メソッド 説明 protected NettyRawChannel<E>NettyChannelTransport. getRaw(E ep)protected NettyRawChannel<NettyLocator>LocatorChannelTransport. getRawCreateAsClient(NettyLocator dst, NettyMessage<NettyLocator> nmsg)protected abstract NettyRawChannel<E>NettyChannelTransport. getRawCreateAsClient(E dst, NettyMessage<E> msg)protected NettyRawChannel<E>NettyChannelTransport. getRawCreateAsClient0(E dst)protected NettyRawChannel<NettyLocator>LocatorChannelTransport. getResolvedRawChannel(NettyLocator ep)protected abstract NettyRawChannel<E>NettyChannelTransport. getResolvedRawChannel(E ep)NettyRawChannel型の引数を持つ型を返すorg.piax.gtrans.netty.loctransのメソッド 修飾子とタイプ メソッド 説明 List<NettyRawChannel<E>>NettyChannelTransport. getCreatedRawChannels()NettyRawChannel型のパラメータを持つorg.piax.gtrans.netty.loctransのメソッド 修飾子とタイプ メソッド 説明 protected voidNettyChannelTransport. outboundActive(NettyRawChannel<E> raw, io.netty.channel.ChannelHandlerContext ctx)NettyRawChannel型のパラメータを持つorg.piax.gtrans.netty.loctransのコンストラクタ コンストラクタ 説明 NettyChannel(int channelNo, E channelInitiator, E destination, ObjectId localObjectId, ObjectId remoteObjectId, boolean isCreator, NettyRawChannel<E> raw, NettyChannelTransport<E> trans)NettyOutboundHandler(NettyRawChannel raw, NettyChannelTransport trans)Creates a client-side handler.