パッケージ org.piax.gtrans.raw
インタフェース MonoTransport<E extends Endpoint>
- すべてのスーパーインタフェース:
AutoCloseable,ChannelTransport<E>,Closeable,Transport<E>
- 既知の実装クラスのリスト:
EmuTransport,InetTransport,LWTcpTransport,MonoTransportImpl,RawTransport,TcpTransport,UdpTransport
public interface MonoTransport<E extends Endpoint> extends ChannelTransport<E>
-
フィールドの概要
-
メソッドの概要
修飾子とタイプ メソッド 説明 ChannelListener<E>getChannelListener()TransportListener<E>getListener()Channel<E>newChannel(E dst)Channel<E>newChannel(E dst, boolean isDuplex)Channel<E>newChannel(E dst, boolean isDuplex, int timeout)Channel<E>newChannel(E dst, int timeout)voidsend(E dst, Object msg)voidsetChannelListener(ChannelListener<E> listener)voidsetListener(TransportListener<E> listener)インタフェースから継承されたメソッド org.piax.gtrans.ChannelTransport
getChannelListener, getEndpoint, newChannel, newChannel, newChannel, newChannel, newChannel, newChannel, newChannel, newChannel, newChannel, newChannel, newChannel, newChannel, newChannel, newChannel, setChannelListener, supportsDuplexインタフェースから継承されたメソッド org.piax.gtrans.Transport
close, fin, getBaseTransport, getListener, getLowerTransport, getLowerTransports, getMTU, getPeer, getPeerId, getTransportId, getTransportIdPath, hasStableLocator, isUp, send, send, send, send, send, send, send, sendAsync, sendAsync, sendAsync, sendAsync, sendAsync, sendAsync, setListener
-
メソッドの詳細
-
setListener
- 定義:
setListenerインタフェース内Transport<E extends Endpoint>
-
getListener
TransportListener<E> getListener()- 定義:
getListenerインタフェース内Transport<E extends Endpoint>
-
setChannelListener
- 定義:
setChannelListenerインタフェース内ChannelTransport<E extends Endpoint>
-
getChannelListener
ChannelListener<E> getChannelListener()- 定義:
getChannelListenerインタフェース内ChannelTransport<E extends Endpoint>
-
send
- 定義:
sendインタフェース内Transport<E extends Endpoint>- 例外:
ProtocolUnsupportedExceptionIOException
-
newChannel
- 定義:
newChannelインタフェース内ChannelTransport<E extends Endpoint>- 例外:
ProtocolUnsupportedExceptionIOException
-
newChannel
-
newChannel
- 定義:
newChannelインタフェース内ChannelTransport<E extends Endpoint>- 例外:
ProtocolUnsupportedExceptionIOException
-
newChannel
Channel<E> newChannel(E dst, boolean isDuplex, int timeout) throws ProtocolUnsupportedException, IOException
-