Package ch.bailu.gtk.gio
Interface UnixSocketAddressType
public interface UnixSocketAddressType
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
an abstract namestatic final int
an abstract name, 0-padded
to the full length of a unix socket namestatic final int
anonymousstatic final int
invalidstatic final int
a filesystem path
-
Field Details
-
INVALID
static final int INVALIDinvalid- See Also:
-
ANONYMOUS
static final int ANONYMOUSanonymous- See Also:
-
PATH
static final int PATHa filesystem path- See Also:
-
ABSTRACT
static final int ABSTRACTan abstract name- See Also:
-
ABSTRACT_PADDED
static final int ABSTRACT_PADDEDan abstract name, 0-padded
to the full length of a unix socket name- See Also:
-