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

UndefineBindException を使用しているパッケージ
com.JRcServer.commons.net �ʐM������T�|�[�g���܂�. 
 

com.JRcServer.commons.net での UndefineBindException の使用
 

UndefineBindException をスローする com.JRcServer.commons.net のメソッド
 int UdpProtocol.receive(byte[] out, ConnectAddress addr)
          データ受信.
 int MultiCastV4.receive(byte[] out, ConnectAddress addr)
          データ受信.
 int BaseUdpProtocol.receive(byte[] out, ConnectAddress addr)
          データ受信.
 int BaseMultiCast.receive(byte[] out, ConnectAddress addr)
          データ受信.
 int UdpProtocol.receive(byte[] out, ConnectAddress addr, int timeout)
          データ受信.
 int MultiCastV4.receive(byte[] out, ConnectAddress addr, int timeout)
          データ受信.
 int BaseUdpProtocol.receive(byte[] out, ConnectAddress addr, int timeout)
          データ受信.
 int BaseMultiCast.receive(byte[] out, ConnectAddress addr, int timeout)
          データ受信.
 void TcpProtocol.receive(java.io.ByteArrayOutputStream out, int timeout)
          受信処理.
 void BaseTcpProtocol.receive(java.io.ByteArrayOutputStream out, int timeout)
          受信処理.
 byte[] UdpProtocol.receive(ConnectAddress addr)
          データ受信.
 byte[] MultiCastV4.receive(ConnectAddress addr)
          データ受信.
 byte[] BaseUdpProtocol.receive(ConnectAddress addr)
          データ受信.
 byte[] BaseMultiCast.receive(ConnectAddress addr)
          データ受信.
 byte[] UdpProtocol.receive(ConnectAddress addr, int timeout)
          データ受信.
 byte[] MultiCastV4.receive(ConnectAddress addr, int timeout)
          データ受信.
 byte[] BaseUdpProtocol.receive(ConnectAddress addr, int timeout)
          データ受信.
 byte[] BaseMultiCast.receive(ConnectAddress addr, int timeout)
          データ受信.
 byte[] TcpProtocol.receive(int timeout)
          受信処理.
 byte[] BaseTcpProtocol.receive(int timeout)
          受信処理.
 void TcpProtocol.send(byte[] message)
          送信処理.
 void MultiCastV4.send(byte[] binary)
          データ送信.
 void BaseTcpProtocol.send(byte[] message)
          送信処理.
 void BaseMultiCast.send(byte[] binary)
          データ送信.
 void MultiCastV4.send(byte[] binary, byte ttl)
          データ送信.
 void BaseMultiCast.send(byte[] binary, byte ttl)
          データ送信.
 void UdpProtocol.send(byte[] binary, ConnectAddress addr)
          データ送信.
 void BaseUdpProtocol.send(byte[] binary, ConnectAddress addr)
          データ送信.
 void UdpProtocol.send(byte[] binary, java.net.InetAddress addr, int port)
          データ送信.
 void BaseUdpProtocol.send(byte[] binary, java.net.InetAddress addr, int port)
          データ送信.
 void TcpProtocol.send(byte[] message, int length)
          送信処理.
 void BaseTcpProtocol.send(byte[] message, int length)
          送信処理.
 void TcpProtocol.send(byte[] message, int offset, int length)
          送信処理.
 void BaseTcpProtocol.send(byte[] message, int offset, int length)
          送信処理.
 void MultiCastV4.send(int id, int port, byte[] binary)
          データ送信.
 void MultiCastV4.send(int id, int port, byte[] binary, byte ttl)
          データ送信.