Modifier and Type | Method and Description |
---|---|
protected void |
ReliableSocket.init(java.net.DatagramSocket sock,
ReliableSocketProfile profile)
Initializes socket and sets it up for receiving incoming traffic.
|
protected void |
ReliableServerSocket.ReliableClientSocket.init(java.net.DatagramSocket sock,
ReliableSocketProfile profile) |
void |
ReliableSocket.reset(ReliableSocketProfile profile)
Resets the socket state and profile.
|
Constructor and 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.
|
Copyright © 2009 Adrian Granados. All Rights Reserved.