cc.otavia.core.channel.socket.SocketProtocolFamily.UNIX
Attributes
-
Graph
-
-
Supertypes
-
trait ProtocolFamily
class Object
trait Matchable
class Any
-
Self type
-
Members list
Attributes
-
Definition Classes
-
ProtocolFamily
Just use valueOf as we compile with Java11. If the JDK does not support unix domain sockets, this will throw.
Just use valueOf as we compile with Java11. If the JDK does not support unix domain sockets, this will throw.
Attributes
-
Returns
-
the JDK ProtocolFamily.
-
Throws
-
UnsupportedOperationException
if it can't be converted.
-
Definition Classes
-