A B C D E F G H I J L M N O P R S T U

R

RawPacket - class java.net.RawPacket.
This class represents a raw packet.
RawPacket(byte[], int) - Constructor for class java.net.RawPacket
Constructs a RawPacket for receiving packets of length ilength.
RawPacket(byte[], int, InetAddress) - Constructor for class java.net.RawPacket
Constructs a raw packet for sending packets of length ilength on the specified host.
RawPacket(byte[], int, int) - Constructor for class java.net.RawPacket
Constructs a RawPacket for receiving packets of length ilength.
RawPacket(byte[], int, int, InetAddress) - Constructor for class java.net.RawPacket
Constructs a raw packet for sending packets of length ilength on the specified host.
RawSocket - class java.net.RawSocket.
This class represents a socket for sending and receiving raw packets.
RawSocket() - Constructor for class java.net.RawSocket
Constructs a raw socket.
RawSocket(InetAddress) - Constructor for class java.net.RawSocket
Creates a raw socket, bound to the specified local address.
RawSocket(int) - Constructor for class java.net.RawSocket
Constructs a raw socket with the specified protocol ID.
RawSocket(int, InetAddress) - Constructor for class java.net.RawSocket
Creates a raw socket, bound to the specified local address with the specified protocol ID.
RawSocketImpl - class java.net.RawSocketImpl.
Abstract Icmp and raw socket implementation base class.
RawSocketImpl() - Constructor for class java.net.RawSocketImpl
 
rebind(String, Remote) - Static method in class java.rmi.Naming
Rebinds the specified name to a new remote object.
receive(ANEPPacket) - Method in class java.net.ANEPSocket
Receives an ANEP packet from this socket.
receive(ANEPPacket) - Method in class java.net.ANEPSocketImpl
Receive the datagram packet.
receive(DatagramPacket) - Method in class java.net.DatagramSocket
Receives a datagram packet from this socket.
receive(DatagramPacket) - Method in class java.net.DatagramSocketImpl
Receive the datagram packet.
receive(IcmpPacket) - Method in class java.net.IcmpSocket
Receives an Icmp packet from this socket.
receive(RawPacket) - Method in class java.net.IcmpSocket
This method overrides the one of the RawSocket class.
receive(RawPacket) - Method in class java.net.RawSocket
Receives a raw packet from this socket.
receive(RawPacket) - Method in class java.net.RawSocketImpl
Receive the raw packet.
responseCode - Variable in class java.net.HttpURLConnection
 
responseMessage - Variable in class java.net.HttpURLConnection
 

A B C D E F G H I J L M N O P R S T U