|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UDTSession | |
|---|---|
| udt | |
| udt.cc | |
| udt.packets | |
| Uses of UDTSession in udt |
|---|
| Subclasses of UDTSession in udt | |
|---|---|
class |
ClientSession
Keep state of a UDT connection. |
class |
ServerSession
server side session in client-server mode |
| Fields in udt declared as UDTSession | |
|---|---|
protected UDTSession |
UDTCongestionControl.session
|
| Methods in udt that return UDTSession | |
|---|---|
protected UDTSession |
UDPEndPoint.accept(long timeout,
TimeUnit unit)
wait the given time for a new connection |
UDTSession |
UDTSocket.getSession()
|
UDTSession |
UDTPacket.getSession()
|
UDTSession |
UDPEndPoint.getSession(Long destinationID)
|
| Methods in udt that return types with arguments of type UDTSession | |
|---|---|
Collection<UDTSession> |
UDPEndPoint.getSessions()
|
| Methods in udt with parameters of type UDTSession | |
|---|---|
void |
UDPEndPoint.addClientSession(Destination peer,
UDTSession session)
|
void |
UDPEndPoint.addSession(Long destinationID,
UDTSession session)
|
| Constructors in udt with parameters of type UDTSession | |
|---|---|
UDTCongestionControl(UDTSession session)
|
|
UDTReceiver(UDTSession session,
UDPEndPoint endpoint)
create a receiver with a valid UDTSession |
|
UDTSender(UDTSession session,
UDPEndPoint endpoint)
|
|
UDTSocket(UDPEndPoint endpoint,
UDTSession session)
|
|
| Uses of UDTSession in udt.cc |
|---|
| Constructors in udt.cc with parameters of type UDTSession | |
|---|---|
SimpleTCP(UDTSession session)
|
|
| Uses of UDTSession in udt.packets |
|---|
| Methods in udt.packets that return UDTSession | |
|---|---|
UDTSession |
DataPacket.getSession()
|
UDTSession |
ControlPacket.getSession()
|
| Methods in udt.packets with parameters of type UDTSession | |
|---|---|
void |
DataPacket.setSession(UDTSession session)
|
void |
ControlPacket.setSession(UDTSession session)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||