Class
Use
Tree
          
PREV NEXT
 

Uses of Class
com.newstep.solid.comm.IPAddress
com.newstep.solid.comm.rtt  
com.newstep.solid.comm.tcp  
com.newstep.solid.comm.udp  
private IPAddress
Host.aList
Constructors in com.newstep.solid.comm.rtt with parameters of type com.newstep.solid.comm.IPAddress
public void
Host.Host(IPAddress address1, IPAddress address2, Integer hostId)
public void
Host.Host(IPAddress addresses, Integer hostId)
private IPAddress
TcpChannel.localAddress
private IPAddress
TcpChannel.remoteAddress
TcpChannel.localAddress
TcpChannel.remoteAddress
public void
TcpChannel.setRemoteAddress(IPAddress address)
public void
TcpChannel.setLocalAddress(IPAddress address)
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)

Class
Use
Tree
          
PREV NEXT