|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface DatagramSocketProvider
DatagramSocketProivder defines an interface for creating datagram and multicast sockets.
| Method Summary | |
|---|---|
boolean |
isSecure()Return true iff the provider returns sockets which are secured, for instance by TLS. |
java.net.DatagramSocket |
openDatagramSocket()Return a new DatagramSocket. |
java.net.MulticastSocket |
openMulticastSocket()Return a new MulticastSocket. |
| Method Detail |
|---|
java.net.DatagramSocket openDatagramSocket()
throws java.io.IOException
java.io.IOException - if an I/O related error occurs
java.net.MulticastSocket openMulticastSocket()
throws java.io.IOException
java.io.IOException - if an I/O related error occursboolean isSecure()
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||