パッケージ org.piax.gtrans.impl
クラス BaseTransportGenerator
java.lang.Object
org.piax.gtrans.impl.BaseTransportGenerator
- 直系の既知のサブクラス:
NettyBaseTransportGenerator
public abstract class BaseTransportGenerator extends Object
-
フィールドの概要
-
コンストラクタの概要
コンストラクタ 修飾子 コンストラクタ 説明 protectedBaseTransportGenerator(Peer peer) -
メソッドの概要
修飾子とタイプ メソッド 説明 abstract <E extends Endpoint>
ChannelTransport<E>_newBaseChannelTransport(String desc, TransportId transId, E loc)abstract <E extends Endpoint>
Transport<E>_newBaseTransport(String desc, TransportId transId, E loc)voidaddLast(BaseTransportGenerator gen)voidaddNext(BaseTransportGenerator gen)protected PeergetPeer()<E extends Endpoint>
ChannelTransport<E>newBaseChannelTransport(String desc, TransportId transId, E loc)<E extends Endpoint>
Transport<E>newBaseTransport(String desc, TransportId transId, E loc)
-
フィールド詳細
-
コンストラクタの詳細
-
メソッドの詳細
-
getPeer
-
addNext
-
addLast
-
newBaseTransport
public final <E extends Endpoint> Transport<E> newBaseTransport(String desc, TransportId transId, E loc) throws IdConflictException, IOException -
newBaseChannelTransport
public final <E extends Endpoint> ChannelTransport<E> newBaseChannelTransport(String desc, TransportId transId, E loc) throws IdConflictException, IOException -
_newBaseChannelTransport
public abstract <E extends Endpoint> ChannelTransport<E> _newBaseChannelTransport(String desc, TransportId transId, E loc) throws IdConflictException, IOException -
_newBaseTransport
public abstract <E extends Endpoint> Transport<E> _newBaseTransport(String desc, TransportId transId, E loc) throws IdConflictException, IOException
-