Package org.freedesktop.dbus.connections
Class FreeBSDHelper
- java.lang.Object
-
- org.freedesktop.dbus.connections.FreeBSDHelper
-
public final class FreeBSDHelper extends Object
Helpers to support FreeBSD. Ideally some of these will be abstracted and moved to jnr-unixsocket at some point.- Author:
- grembo
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisFreeBSD()static longrecv_cred(Socket _us)static voidsend_cred(Socket _us)
-
-
-
Method Detail
-
isFreeBSD
public static boolean isFreeBSD()
-
send_cred
public static void send_cred(Socket _us) throws IOException
- Throws:
IOException
-
recv_cred
public static long recv_cred(Socket _us)
-
-