クラス
com.JRcServer.net.ConnectTimeoutException の使用

ConnectTimeoutException を使用しているパッケージ
com.JRcServer.net 通信処理をサポートします. 
com.JRcServer.net.umsg.engine 非同期通信を行うエンジンパッケージを提供します. 
 

com.JRcServer.net での ConnectTimeoutException の使用
 

ConnectTimeoutException をスローする com.JRcServer.net のメソッド
 int UdpProtocol.receive(byte[] out, ConnectAddress addr)
          データ受信.
 int UdpCommonProtocol.receive(byte[] out, ConnectAddress addr)
          データ受信.
 int MultiCastV4.receive(byte[] out, ConnectAddress addr)
          データ受信.
 int MultiCast.receive(byte[] out, ConnectAddress addr)
          データ受信.
 int UdpProtocol.receive(byte[] out, ConnectAddress addr, int timeout)
          データ受信.
 int UdpCommonProtocol.receive(byte[] out, ConnectAddress addr, int timeout)
          データ受信.
 int MultiCastV4.receive(byte[] out, ConnectAddress addr, int timeout)
          データ受信.
 int MultiCast.receive(byte[] out, ConnectAddress addr, int timeout)
          データ受信.
 void TcpProtocol.receive(java.io.ByteArrayOutputStream out, int timeout)
          受信処理.
 void TcpCommonProtocol.receive(java.io.ByteArrayOutputStream out, int timeout)
          受信処理.
 byte[] UdpProtocol.receive(ConnectAddress addr)
          データ受信.
 byte[] UdpCommonProtocol.receive(ConnectAddress addr)
          データ受信.
 byte[] MultiCastV4.receive(ConnectAddress addr)
          データ受信.
 byte[] MultiCast.receive(ConnectAddress addr)
          データ受信.
 byte[] UdpProtocol.receive(ConnectAddress addr, int timeout)
          データ受信.
 byte[] UdpCommonProtocol.receive(ConnectAddress addr, int timeout)
          データ受信.
 byte[] MultiCastV4.receive(ConnectAddress addr, int timeout)
          データ受信.
 byte[] MultiCast.receive(ConnectAddress addr, int timeout)
          データ受信.
 byte[] TcpProtocol.receive(int timeout)
          受信処理.
 byte[] TcpCommonProtocol.receive(int timeout)
          受信処理.
 

com.JRcServer.net.umsg.engine での ConnectTimeoutException の使用
 

ConnectTimeoutException をスローする com.JRcServer.net.umsg.engine のメソッド
 byte[] UdpMessageEngine.receive(ConnectAddress out, int timeout)
          受信処理.
 BinResource UdpMessageEngine.receiveByBinResource(ConnectAddress out, int timeout)
          受信処理.