| Uses of Class |
| com.newstep.solid.comm.IPAddress |
Packages that use com.newstep.solid.comm.IPAddress |
|
|---|---|
| com.newstep.solid.comm.rtt | |
| com.newstep.solid.comm.tcp | |
| com.newstep.solid.comm.udp | |
Fields in com.newstep.solid.comm.rtt declared as com.newstep.solid.comm.IPAddress |
|
|---|---|
private IPAddress |
Host.aList |
Constructors in com.newstep.solid.comm.rtt with parameters of type com.newstep.solid.comm.IPAddress |
|
|---|---|
public void |
|
public void |
|
Fields in com.newstep.solid.comm.tcp declared as com.newstep.solid.comm.IPAddress |
|
|---|---|
private IPAddress |
TcpChannel.localAddress |
private IPAddress |
TcpChannel.remoteAddress |
TcpChannel.localAddress |
|
TcpChannel.remoteAddress |
|
public void |
TcpChannel.setRemoteAddress(IPAddress address) |
public void |
TcpChannel.setLocalAddress(IPAddress address) |
Fields in com.newstep.solid.comm.udp declared as com.newstep.solid.comm.IPAddress |
|
|---|---|
private IPAddress |
UDPChannel.localAddress |
private IPAddress |
UDPChannel.remoteAddress |
UDPChannel.localAddress |
|
public IPAddress |
UDPChannelAccessPoint.getRemoteAddress(DatagramChannel channel) |
public void |
UDPChannel.setLocalAddress(IPAddress localAddress) |
public void |
UDPChannel.init(Multiplexor muxi, SelectableChannel channel, IPAddress address, IPAddress localAddr, ByteBuffer buff) |