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

UndefineBindException を使用しているパッケージ
com.JRcServer.net 通信処理をサポートします. 
 

com.JRcServer.net での UndefineBindException の使用
 

UndefineBindException をスローする 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)
          受信処理.
 void TcpProtocol.send(byte[] message)
          送信処理.
 void TcpCommonProtocol.send(byte[] message)
          送信処理.
 void MultiCastV4.send(byte[] binary)
          データ送信.
 void MultiCast.send(byte[] binary)
          データ送信.
 void UdpProtocol.send(byte[] binary, ConnectAddress addr)
          データ送信.
 void UdpCommonProtocol.send(byte[] binary, ConnectAddress addr)
          データ送信.
 void UdpProtocol.send(byte[] binary, java.net.InetAddress addr, int port)
          データ送信.
 void UdpCommonProtocol.send(byte[] binary, java.net.InetAddress addr, int port)
          データ送信.
 void TcpProtocol.send(byte[] message, int length)
          送信処理.
 void TcpCommonProtocol.send(byte[] message, int length)
          送信処理.
 void TcpProtocol.send(byte[] message, int offset, int length)
          送信処理.
 void TcpCommonProtocol.send(byte[] message, int offset, int length)
          送信処理.