|
|||||||||
| 前 次 | フレームあり フレームなし | ||||||||
| NotBindException を使用しているパッケージ | |
|---|---|
| com.JRcServer.net | 通信処理をサポートします. |
| com.JRcServer.net での NotBindException の使用 |
|---|
| NotBindException をスローする com.JRcServer.net のメソッド | |
|---|---|
void |
TcpProtocol.connect(java.net.InetAddress addr,
int port,
java.net.InetAddress loAddr,
int loPort)
接続処理. |
void |
TcpCommonProtocol.connect(java.net.InetAddress addr,
int port,
java.net.InetAddress loAddr,
int loPort)
接続処理. |
void |
TcpProtocol.connect(java.net.InetAddress addr,
int port,
java.net.InetAddress loAddr,
int loPort,
int bufLen)
接続処理. |
void |
TcpCommonProtocol.connect(java.net.InetAddress addr,
int port,
java.net.InetAddress loAddr,
int loPort,
int bufLen)
接続処理. |
void |
MultiCastV4.open()
オープン処理. |
void |
MultiCast.open()
オープン処理. |
void |
UdpProtocol.open(int bufLen)
オープン処理. |
void |
UdpCommonProtocol.open(int bufLen)
オープン処理. |
void |
MultiCastV4.open(int buf)
オープン処理. |
void |
MultiCast.open(int buf)
オープン処理. |
void |
UdpProtocol.open(int bufLen,
int port)
オープン処理. |
void |
UdpCommonProtocol.open(int bufLen,
int port)
オープン処理. |
void |
MultiCastV4.open(int port,
int buf)
オープン処理. |
void |
MultiCast.open(int port,
int buf)
オープン処理. |
void |
UdpProtocol.open(int bufLen,
int port,
java.net.InetAddress addr)
オープン処理. |
void |
UdpCommonProtocol.open(int bufLen,
int port,
java.net.InetAddress addr)
オープン処理. |
void |
UdpProtocol.openTo(int bufMode,
int bufLen)
オープン処理. |
void |
UdpCommonProtocol.openTo(int bufMode,
int bufLen)
オープン処理. |
void |
UdpProtocol.openTo(int bufMode,
int bufLen,
int port)
オープン処理. |
void |
UdpCommonProtocol.openTo(int bufMode,
int bufLen,
int port)
オープン処理. |
void |
UdpProtocol.openTo(int bufMode,
int bufLen,
int port,
java.net.InetAddress addr)
オープン処理. |
void |
UdpCommonProtocol.openTo(int bufMode,
int bufLen,
int port,
java.net.InetAddress addr)
オープン処理. |
|
|||||||||
| 前 次 | フレームあり フレームなし | ||||||||