Searched defs:getAddress (Results 1 - 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DInterfaceAddress.java54 public InetAddress getAddress() { method in class:InterfaceAddress
H A DDatagramPacket.java186 public synchronized InetAddress getAddress() { method in class:DatagramPacket
276 * @see #getAddress()
323 setAddress(addr.getAddress());
336 return new InetSocketAddress(getAddress(), getPort());
H A DInet4Address.java147 inet.holder().address = holder().getAddress();
169 return ((holder().getAddress() & 0xf0000000) == 0xe0000000);
179 return holder().getAddress() == 0;
192 byte[] byteAddr = getAddress();
208 int address = holder().getAddress();
225 int address = holder().getAddress();
243 byte[] byteAddr = getAddress();
272 int address = holder().getAddress();
288 int address = holder().getAddress();
304 int address = holder().getAddress();
317 public byte[] getAddress() { method in class:Inet4Address
[all...]
H A DInetSocketAddress.java75 private InetAddress getAddress() { method in class:InetSocketAddress.InetSocketAddressHolder
345 public final InetAddress getAddress() { method in class:InetSocketAddress
346 return holder.getAddress();
H A DInet6Address.java603 * byte of the address is in <code>getAddress()[0]</code>.
608 public byte[] getAddress() { method in class:Inet6Address
695 * <code>getAddress</code> is the same for both, and each of the
701 * @see java.net.InetAddress#getAddress()
H A DInetAddress.java207 int getAddress() { method in class:InetAddress.InetAddressHolder
269 return new Inet4Address(holder().getHostName(), holder().getAddress());
534 host = nameService.getHostByAddr(addr.getAddress());
564 * byte of the address is in <code>getAddress()[0]</code>.
568 public byte[] getAddress() { method in class:InetAddress
599 * <code>getAddress</code> is the same for both, and each of the
605 * @see java.net.InetAddress#getAddress()
773 * byte of the address is in <code>getAddress()[0]</code>.

Completed in 57 milliseconds