Class FreeBSDHelper
- java.lang.Object
-
- org.freedesktop.dbus.transport.jnr.FreeBSDHelper
-
@Deprecated(forRemoval=true, since="4.2.2 - 2022-12-23") public final class FreeBSDHelper extends java.lang.ObjectDeprecated, for removal: This API element is subject to removal in a future version.no longer usedHelpers to support FreeBSD. Ideally some of these will be abstracted and moved to jnr-unixsocket at some point.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classFreeBSDHelper.CmsgCredLayoutDeprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Fields Modifier and Type Field Description private static FreeBSDHelper.CmsgCredLayoutCMSG_CRED_LAYOUTDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Modifier Constructor Description privateFreeBSDHelper()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static booleanisFreeBSD()Deprecated, for removal: This API element is subject to removal in a future version.static longrecv_cred(java.net.Socket _us)Deprecated, for removal: This API element is subject to removal in a future version.static voidsend_cred(java.net.Socket _us)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
CMSG_CRED_LAYOUT
private static final FreeBSDHelper.CmsgCredLayout CMSG_CRED_LAYOUT
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
isFreeBSD
public static boolean isFreeBSD()
Deprecated, for removal: This API element is subject to removal in a future version.
-
send_cred
public static void send_cred(java.net.Socket _us) throws java.io.IOExceptionDeprecated, for removal: This API element is subject to removal in a future version.- Throws:
java.io.IOException
-
recv_cred
public static long recv_cred(java.net.Socket _us)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-