-
NettyChannelTransport型のパラメータを持つorg.piax.gtrans.netty.loctransのコンストラクタ
| コンストラクタ |
説明 |
NettyChannel(int channelNo,
E channelInitiator,
E destination,
ObjectId localObjectId,
ObjectId remoteObjectId,
boolean isCreator,
NettyRawChannel<E> raw,
NettyChannelTransport<E> trans) |
|
NettyInboundHandler(NettyChannelTransport trans) |
|
NettyOutboundHandler(NettyRawChannel raw,
NettyChannelTransport trans) |
Creates a client-side handler.
|
NettyRawChannel(E remote,
NettyChannelTransport<E> mother) |
|
NettyRawChannel(E remote,
NettyChannelTransport<E> mother,
boolean isCreatorSide) |
|
NettyRawChannel(NettyChannelTransport<E> mother) |
|