Uses of Class
net.rudp.ReliableSocketProfile
-
-
Uses of ReliableSocketProfile in net.rudp
Methods in net.rudp with parameters of type ReliableSocketProfile Modifier and Type Method Description protected void
ReliableServerSocket.ReliableClientSocket. init(java.net.DatagramSocket sock, ReliableSocketProfile profile)
protected void
ReliableSocket. init(java.net.DatagramSocket sock, ReliableSocketProfile profile)
Initializes socket and sets it up for receiving incoming traffic.void
ReliableSocket. reset(ReliableSocketProfile profile)
Resets the socket state and profile.Constructors in net.rudp with parameters of type ReliableSocketProfile Constructor Description ReliableSocket(java.net.DatagramSocket sock, ReliableSocketProfile profile)
Creates a RUDP socket and attaches it to the underlying datagram socket using the given RUDP parameters.ReliableSocket(ReliableSocketProfile profile)
Creates an unconnected RUDP socket and uses the given RUDP parameters.
-