public static interface TcpDatagramSocketProvider.Dependencies
| Modifier and Type | Method and Description | 
|---|---|
int | 
getAdvanceFrequency()
Get the frequency at which the DatagramSocket will advance over the sub-sockets during receive 
 | 
com.oracle.common.net.SocketProvider | 
getDelegateSocketProvider()
Return the SocketProvider to use in producing the underling sockets which will be wrapped with DatagramSocket. 
 | 
boolean | 
isBlocking()
Check if datagram sockets should be blocking the use of "blocking" datagram sockets is not meant for production use and this setting should remain undocumented 
 | 
com.oracle.common.net.SocketProvider getDelegateSocketProvider()
boolean isBlocking()
int getAdvanceFrequency()