|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UDTSocket | |
|---|---|
| udt | |
| udt.util | |
| Uses of UDTSocket in udt |
|---|
| Fields in udt declared as UDTSocket | |
|---|---|
protected UDTSocket |
UDTSession.socket
|
| Methods in udt that return UDTSocket | |
|---|---|
UDTSocket |
UDTServerSocket2.accept()
listens and blocks until a new client connects and returns a valid UDTSocket
for the new connection |
UDTSocket |
UDTServerSocket.accept()
listens and blocks until a new client connects and returns a valid UDTSocket
for the new connection |
UDTSocket |
UDTSession.getSocket()
|
UDTSocket |
UDTInputStream.getSocket()
|
| Methods in udt with parameters of type UDTSocket | |
|---|---|
void |
UDTSession.setSocket(UDTSocket socket)
|
| Constructors in udt with parameters of type UDTSocket | |
|---|---|
UDTInputStream(UDTSocket socket)
create a new UDTInputStream connected to the given socket |
|
UDTInputStream(UDTSocket socket,
UDTStatistics statistics)
create a new UDTInputStream connected to the given socket |
|
UDTOutputStream(UDTSocket socket)
|
|
| Uses of UDTSocket in udt.util |
|---|
| Constructors in udt.util with parameters of type UDTSocket | |
|---|---|
SendFile.RequestRunner(UDTSocket socket)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||